diff --git a/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml b/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml new file mode 100644 index 0000000..349e28b --- /dev/null +++ b/backend/api/management/commands/seed_data/gear/7-dt/7.25.yml @@ -0,0 +1,5 @@ +- has_accessories: False + has_armour: False + has_weapon: True + item_level: 745 + name: 'Phantom Penumbrae' diff --git a/backend/backend/__init__.py b/backend/backend/__init__.py index 4b3f510..f861ef8 100644 --- a/backend/backend/__init__.py +++ b/backend/backend/__init__.py @@ -2,4 +2,4 @@ from .celery import app as celery_app -VERSION = '20250506' +VERSION = '20250528' diff --git a/frontend/.env b/frontend/.env index a99a58f..7a3f86b 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="20250506" +VUE_APP_VERSION="20250528" diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 0fd67b9..847689a 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -12,16 +12,14 @@
- BIS List updates will now automatically swap the current ring slots if, for example, the current left ring matches the bis right ring. + Added the following new types of Gear released in 7.25 alongside Occult Crescent;
Added a message to the Loot Solver that links to the Settings page if you are not using the Per-Fight Loot Manager, just in case you want to use auto-assign but don't know how.
+Enjoy the new relic grind!