Merge pull request #240 from jedmund/staging
Update 1.1.0 fixed bug list
This commit is contained in:
commit
fa25b1d6ba
3 changed files with 5 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ const UpdatesPage = () => {
|
|||
'1.0.1': 4,
|
||||
'1.1.0': {
|
||||
updates: 10,
|
||||
bugs: 3,
|
||||
bugs: 4,
|
||||
images: [
|
||||
'remix',
|
||||
'unauth',
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -63,7 +63,8 @@
|
|||
"bugs": [
|
||||
"ブラウザを再起動するとログアウトしてしまう不具合を修正",
|
||||
"終末武器をすでに装備している編成に追加すると、永久に消えてしまう不具合を修正",
|
||||
"討伐時間のボックスを使いやすいようにのコンポネントを作り直しました"
|
||||
"討伐時間のボックスを使いやすいようにのコンポネントを作り直しました",
|
||||
"クラス4のリミットボーナススキルをクラス5に装備できない不具合を修正"
|
||||
]
|
||||
},
|
||||
"1.0.1": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue