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
Expand Up @@ -3,3 +3,8 @@
has_weapon: True
item_level: 745
name: 'Phantom Penumbrae'
- has_accessories: False
has_armour: True
has_weapon: False
item_level: 745
name: "Arcanaut's"
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 = '20250528'
VERSION = '20250602'
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20250528"
VUE_APP_VERSION="20250602"
8 changes: 4 additions & 4 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +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> FFXIV 7.25 - Occult Crescent <i class="material-icons icon">expand_more</i></div>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV 7.25 (again) <i class="material-icons icon">expand_more</i></div>
<p>Didn't initially realise that the armour from OC was worth adding but it's actually pretty decent so...</p>
<p>
Added the following new types of Gear released in 7.25 alongside Occult Crescent;
Added the following new gear added in 7.25;
<ul>
<li>Phantom Penumbrae Weapons - Item Level 745</li>
<li>Arcanaut's Armour - Item Level 745</li>
</ul>
</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@20250528',
release: 'savageaim@20250602',
integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration(),
Expand Down
Loading