Skip to content

Commit

Permalink
6.45 (#57)
Browse files Browse the repository at this point in the history
* updated for 6.45

* update requirements for security

* add sleep to not hit rate limits on etro side

* remove sleep, find better solution later

* bump to proper date
  • Loading branch information
freyamade authored Jul 19, 2023
1 parent 0c37416 commit a42b026
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/6.45.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: 645
name: 'Majestic Manderville'
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@20230701',
release='savageaim@20230719',
)

# Channels
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ click-repl==0.2.0
constantly==15.1.0
coreapi==2.3.3
coreschema==0.0.4
cryptography==41.0.1
cryptography==41.0.2
daphne==3.0.2
defusedxml==0.7.1
Deprecated==1.2.13
Django==3.2.19
Django==3.2.20
django-allauth==0.47.0
django-rest-framework==0.1.0
djangorestframework==3.13.1
Expand Down Expand Up @@ -68,4 +68,4 @@ urllib3==1.26.12
vine==5.0.0
wcwidth==0.2.5
wrapt==1.13.3
zope.interface==5.4.0
zope.interface==5.4.0
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_VERSION="20230701"
VUE_APP_VERSION="20230719"
4 changes: 2 additions & 2 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>

<div class="divider"><i class="material-icons icon">expand_more</i> Fixes <i class="material-icons icon">expand_more</i></div>
<p>Fixed a HTTP 500 Server Error that could occur during login.</p>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV Patch 6.45 <i class="material-icons icon">expand_more</i></div>
<p>Added Majestic Manderville Weapons, iL 645.</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@20230701',
release: 'savageaim@20230719',
})

new Vue({
Expand Down

0 comments on commit a42b026

Please sign in to comment.