Merge pull request #240 from jedmund/staging

Update 1.1.0 fixed bug list
This commit is contained in:
Justin Edmund 2023-02-05 16:36:11 -08:00 committed by GitHub
commit fa25b1d6ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -16,7 +16,7 @@ const UpdatesPage = () => {
'1.0.1': 4, '1.0.1': 4,
'1.1.0': { '1.1.0': {
updates: 10, updates: 10,
bugs: 3, bugs: 4,
images: [ images: [
'remix', 'remix',
'unauth', 'unauth',

View file

@ -63,7 +63,8 @@
"bugs": [ "bugs": [
"Fixed a bug that caused users to be logged out whenever they restarted their browser", "Fixed a bug that caused users to be logged out whenever they restarted their browser",
"Fixed a bug that caused Dark Opus weapons to permanently disappear when adding them to a party that already had one", "Fixed a bug that caused Dark Opus weapons to permanently disappear when adding them to a party that already had one",
"Rebuilt the component for Clear Time in party details to have a more predictable user experience" "Rebuilt the component for Clear Time in party details to have a more predictable user experience",
"Fixed a bug that made it so you could not set Row IV EMP skills in Row V"
] ]
}, },
"1.0.1": { "1.0.1": {

View file

@ -63,7 +63,8 @@
"bugs": [ "bugs": [
"ブラウザを再起動するとログアウトしてしまう不具合を修正", "ブラウザを再起動するとログアウトしてしまう不具合を修正",
"終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正", "終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正",
"討伐時間のボックスを使いやすいようにのコンポネントを作り直しました" "討伐時間のボックスを使いやすいようにのコンポネントを作り直しました",
"クラス4のリミットボーナススキルをクラス5に装備できない不具合を修正"
] ]
}, },
"1.0.1": { "1.0.1": {