Add job skill bug to fix list

This commit is contained in:
Justin Edmund 2023-02-05 16:35:03 -08:00
parent 8f184637a6
commit 3084e6bb54
3 changed files with 5 additions and 3 deletions

View file

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

View file

@ -63,7 +63,8 @@
"bugs": [
"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",
"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": {

View file

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