Add notes to update log

This commit is contained in:
Justin Edmund 2023-09-01 16:13:21 -07:00
parent a6e2280be3
commit 1273536f0c
4 changed files with 45 additions and 9 deletions

View file

@ -4,7 +4,6 @@
.version { .version {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: $unit-2x;
&.content { &.content {
.header h3 { .header h3 {
@ -12,6 +11,14 @@
} }
} }
.bugs {
display: flex;
flex-direction: column;
list-style-type: disc;
gap: $unit-half;
padding-left: $unit-2x;
}
.contents { .contents {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -121,14 +128,6 @@
margin: 0; margin: 0;
} }
} }
.Bugs {
display: flex;
flex-direction: column;
list-style-type: disc;
gap: $unit-half;
padding-left: $unit-2x;
}
} }
} }
} }

View file

@ -52,6 +52,9 @@ const UpdatesPage = () => {
'202302U2': { '202302U2': {
updates: 1, updates: 1,
}, },
'1.2.1': {
bugs: 5,
},
} }
function image( function image(
@ -75,6 +78,20 @@ const UpdatesPage = () => {
return ( return (
<div className={classes}> <div className={classes}>
<h1>{common('about.segmented_control.updates')}</h1> <h1>{common('about.segmented_control.updates')}</h1>
<section className={styles.version} data-version="1.2.1">
<div className={styles.header}>
<h3>1.2.1</h3>
<time>2023/09/01</time>
</div>
<h2>Bug fixes</h2>
<ul className={styles.bugs}>
{[...Array(versionUpdates['1.2.1'].bugs)].map((e, i) => (
<li key={`1.2.1-bugfix-${i}`}>
{updates(`versions.1.2.1.bugs.${i}`)}
</li>
))}
</ul>
</section>
<ContentUpdate <ContentUpdate
version="2023-08L" version="2023-08L"
dateString="2023/08/31" dateString="2023/08/31"

View file

@ -19,6 +19,16 @@
"uncap": "Uncap" "uncap": "Uncap"
}, },
"versions": { "versions": {
"1.2.1": {
"bugs": [
"Job accessory popover has been fixed, so Paladin shields and Manadiver manatura can be selected again",
"The AX skill section no longer shows up in the weapon hovercard if no AX skills are set",
"The top of the character hovercard has been slightly refined",
"Fixed a bug that prevented all character over mastery (ring) bonuses from being displayed",
"Fixed a bug that reset a character's transcendence level if their mastery values are set",
"Fixed a bug that prevented setting the value for Rupee Gain or EXP Gain AX skills on weapons"
]
},
"1.2.0": { "1.2.0": {
"notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!", "notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!",
"features": [ "features": [

View file

@ -19,6 +19,16 @@
"uncap": "上限解放" "uncap": "上限解放"
}, },
"versions": { "versions": {
"1.2.1": {
"bugs": [
"ジョブアクセサリーのメニューが修正され、パラディンの盾やマナダイバーのマナベリーが再び選択できるようになりました",
"EXスキルが設定されていない場合、武器ホバーカードにEXスキルの項目が表示されなくなりました",
"キャラクターホバーカードのトップが少し洗練されました",
"キャラクターホバーカードにリミットボーナスを全部表示しないバグを修正しました",
"キャラクターのボーナス値が設定されている場合、キャラクターの超越レベルがリセットされるバグを修正しました",
"武器にルピーUPまたはEXP UPのEXスキルの値を設定できないバグを修正しました"
]
},
"1.2.0": { "1.2.0": {
"notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!", "notes": "I'm very bad at writing actual release notes, so this is a consolidation of the bigger features released in the last six months. Don't worry: there's some new stuff here too!\nThe next features (in no particular order) will be: a way to define roles and substitutions for characters, a collection tracker and hopefully making progress on guides. That's a lot, but I'll chip away at it bit by bit.\nAs always, if you have any feedback, feel free to reach out in the granblue-tools Discord. Thanks for using granblue.team!",
"features": [ "features": [