Skip to content

Commit

Permalink
ffxiv 6.3 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade authored Jan 12, 2023
1 parent 09cf22e commit 43367e5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
17 changes: 17 additions & 0 deletions backend/api/management/commands/seed_data/gear.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 6.3
- has_accessories: True
has_armour: True
has_weapon: True
item_level: 620
name: 'Augmented Rinascita'
- has_accessories: False
has_armour: True
has_weapon: False
item_level: 620
name: 'Hypostatic'
- has_accessories: False
has_armour: False
has_weapon: True
item_level: 625
name: 'Flamecloaked'

# 6.25
- has_accessories: False
has_armour: False
Expand Down
2 changes: 1 addition & 1 deletion backend/backend/settings_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def sampler(context):
# If you wish to associate users to errors (assuming you are using
# django.contrib.auth) you may enable sending PII data.
send_default_pii=True,
release='savageaim@20221217',
release='savageaim@20230112',
)

# Channels
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20221217"
VUE_APP_VERSION="20230112"
10 changes: 8 additions & 2 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>

<div class="divider"><i class="material-icons icon">expand_more</i> Minor Changes <i class="material-icons icon">expand_more</i></div>
<p>Potentially improved user experience by making it so Discord logins refresh without you logging in again.</p>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV Patch 6.3 <i class="material-icons icon">expand_more</i></div>
<p>Added the following new gear;
<ul>
<li>New EX Trial Weapons - Item Level 625</li>
<li>Hypostatic Armour - Item Level 620</li>
<li>Augmented Rinascita Weapons, Armour and Accessories - Item Level 620</li>
</ul>
</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sentry.init({
Vue,
dsn: 'https://[email protected]/6180221',
logErrors: true,
release: 'savageaim@20221217',
release: 'savageaim@20230112',
})

new Vue({
Expand Down

0 comments on commit 43367e5

Please sign in to comment.