From 1d618001e3c4b79a30034b6e9f190bbbec2f3065 Mon Sep 17 00:00:00 2001 From: freyamade Date: Wed, 28 May 2025 10:48:43 +0200 Subject: [PATCH 1/2] 7.25 data --- .../management/commands/seed_data/gear/7-dt/7.25.yml | 5 +++++ frontend/src/components/modals/changelog.vue | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 backend/api/management/commands/seed_data/gear/7-dt/7.25.yml 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/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 @@

{{ version }}

-
expand_more Quality of Life expand_more
+
expand_more FFXIV 7.25 - Occult Crescent expand_more

- 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!

From ff0ca71abe623ab26871ae918869f44f89d690cc Mon Sep 17 00:00:00 2001 From: freyamade Date: Wed, 28 May 2025 10:49:33 +0200 Subject: [PATCH 2/2] bump --- backend/backend/__init__.py | 2 +- frontend/.env | 2 +- frontend/src/main.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/main.ts b/frontend/src/main.ts index 66612ca..aafbd1c 100644 --- a/frontend/src/main.ts +++ b/frontend/src/main.ts @@ -30,7 +30,7 @@ Sentry.init({ Vue, dsn: 'https://06f41b525a40497a848fb726f6d03244@o242258.ingest.sentry.io/6180221', logErrors: true, - release: 'savageaim@20250506', + release: 'savageaim@20250528', integrations: [ Sentry.browserTracingIntegration(), Sentry.replayIntegration(),