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 @@
- Added the following new types of Gear released in 7.1; + Added the following new types of Gear released in 7.11;
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. -
- 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.
- -Improved the Viper and Pictomancer icons finally!
-Fixed some issues in the OpenAPI schema!
+Best of luck to anyone doing FRU prog!