diff --git a/backend/api/management/commands/seed_data/gear/7-dt/7.11.yml b/backend/api/management/commands/seed_data/gear/7-dt/7.11.yml new file mode 100644 index 0000000..b8745a5 --- /dev/null +++ b/backend/api/management/commands/seed_data/gear/7-dt/7.11.yml @@ -0,0 +1,5 @@ +- has_accessories: False + has_armour: False + has_weapon: True + item_level: 735 + name: 'Ultimate Edenmorn' diff --git a/backend/backend/__init__.py b/backend/backend/__init__.py index 6547be5..c1c30cf 100644 --- a/backend/backend/__init__.py +++ b/backend/backend/__init__.py @@ -2,4 +2,4 @@ from .celery import app as celery_app -VERSION = '20241112' +VERSION = '20241126' diff --git a/frontend/.env b/frontend/.env index b92a918..7c10e11 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -VUE_APP_VERSION="20241112" +VUE_APP_VERSION="20241126" diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 84d2ae8..c0ac3c4 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -12,38 +12,14 @@

{{ version }}

-
expand_more FFXIV 7.1 Update expand_more
+
expand_more FFXIV 7.11 Update expand_more

- Added the following new types of Gear released in 7.1; + Added the following new types of Gear released in 7.11;

- -
expand_more Quick-Set to BIS expand_more
-

Thank you Rak for the feature request!

-

- Now, whenever the Current Gear for a slot does not match the slot's BIS Gear, a button will appear to the right of the dropdown to allow you to instantly set the Current value to the BIS value. -

-

- -
expand_more Bugfixes expand_more
-

- Fixed a timezone-based bug when creating manual Loot Entries. -

-

-

Fixed an issue where the mobile version of the Loot Solver would show incorrect numbers for some fields.

- -
expand_more Minor Updates expand_more
-

Improved the Viper and Pictomancer icons finally!

-

Fixed some issues in the OpenAPI schema!

+

Best of luck to anyone doing FRU prog!

diff --git a/frontend/src/main.ts b/frontend/src/main.ts index 6dbfc5c..dfc0216 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@20241112', + release: 'savageaim@20241126', integrations: [ new Sentry.BrowserTracing({ routingInstrumentation: Sentry.vueRouterInstrumentation(router),