Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/7-dt/7.25.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- has_accessories: False
has_armour: False
has_weapon: True
item_level: 745
name: 'Phantom Penumbrae'
2 changes: 1 addition & 1 deletion backend/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .celery import app as celery_app

VERSION = '20250506'
VERSION = '20250528'
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20250506"
VUE_APP_VERSION="20250528"
10 changes: 4 additions & 6 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@
</div>
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>
<div class="divider"><i class="material-icons icon">expand_more</i> Quality of Life <i class="material-icons icon">expand_more</i></div>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV 7.25 - Occult Crescent <i class="material-icons icon">expand_more</i></div>
<p>
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;
<ul>
<li>This should hopefully make the Loot Solver / Manager break less often.</li>
<li>This deployment has also re-saved every BIS List in the system to automatically update the lists for everyone. (I really hope this hasn't broken anything...)</li>
<li>Thanks toonie for the suggestion!</li>
<li>Phantom Penumbrae Weapons - Item Level 745</li>
</ul>
</p>
<p>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.</p>
<p>Enjoy the new relic grind!</p>
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
Loading