Skip to content

Releases: NigelBreslaw/guardian-ghost

v.1.1.1

28 Jul 19:58
2ad9b30
Compare
Choose a tag to compare

What's Changed

Screenshot 2024-07-28 at 22 49 50

Full Changelog: v1.1.0...v.1.1.1

v1.1.0

26 Jul 18:53
e11e571
Compare
Choose a tag to compare

・The 'transfer' buttons remember if you had them showing or not. If you don't like this there is now a setting where you can force them to show/hide permanently.

・New options menu with settings for sorting and armor sort.

・Vault weapons and armor now have a separator icon when sorted by type.

・The app will now remember which character and tab you were on when you restart the app.

・Option to equip some items such as subclass was missing.

・There should now always be space or the ability to scroll to see weapon perk descriptions.

・Some item values would never be larger than 100 e.g. mag size, RPM, etc. Whoops. Fixed now.

・Ghosts would not update instantly when transferred.

・Fixed some crashes.

v1.0.1

05 Jul 21:36
8eceb53
Compare
Choose a tag to compare

Bug fix release:

・Support logging in for accounts with multiple bungie memberships. If Guardian Ghost is logged into the wrong one then first logout and then back in again.
・Armor stats now show the correct total. Previously any boosts from mods was not added.
・The transfer buttons are minimised by default in the details view as this is less annoying than always showing them.
・Quite a few fixes that should stop people having a blank screen after logging in.

App Store
Play Store

v1.0.0

01 Jul 06:59
71c4ec3
Compare
Choose a tag to compare

The first official release of Guardian Ghost for iOS, Android and mobile web.

  • Show Guardian class, race and power level.
  • Show power level split between value from gear and artifact power bonus.
  • Significant refactor of the app to keep the code simple and easier to maintain.
  • Get the app through store review.
  • Update landing page with links to the iOS and Android version.

App Store
Play Store

v0.4.0

12 May 13:56
b0d9351
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

The main gear management features are in place.
Items show their core stats and perks.

This version already supports some features missing from Ishtar Commander:

  • Indicate when crafted exotics have been masterworked.
  • Show all stats including zoom, recoil direction and airborne.
  • Calculates stats dynamically via the items perks (Ishtar uses the API values that are less accurate).

Simulator Screenshot - iPhone 13 Mini - 2024-05-12 at 16 54 33

v0.3.0

14 Apr 08:07
7bfc041
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

The app now shows all the inventory pages and sections.
Items can be transferred, equipped and pulled from the postmaster.
Items show primaryStat, weapon burn, quantity, masterwork and many other details.

v0.2.0

23 Feb 14:15
e58c238
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Basic theme support.
Stack navigation with a base view and a login view.
React context used for GlobalState.
Light and Dark mode splash screens.
System to save large JSON blobs (MMKV on mobile, IndexedDB on web).
Oauth authentication system in place.

v0.1.0

08 Jan 20:19
5eeeb78
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Technically this isn't a product release, but more about the core monorepo being in place.

There are stub projects for:

Fully automated CI using github actions are in place.

All the web apps auto deploy to Cloudflare based on pushes to main.

The iOS app builds and deploys based on pushes to main. This is fully automated and delivers a new build to TestFlight without any manual steps.
The Android apps builds and deploys based on pushes to main. This is partially automated and delivers a new build to the Google Play store. At that point the Play Store site needs to be used to release the app. But this is only while on the 'internal' track. Once reviewed and promoted to the Alpha or Beta track the entire process is already automated.

Dependabot already automates dependency updating.
CodeQL and Sonarqube scan all code for security and quality issues.

Although none of the real apps do anything yet, a fully automated monorepo is in place with a CI that takes 1 minute to run.
For more info see here.