Add visibility note

This commit is contained in:
Justin Edmund 2023-08-25 20:06:17 -07:00
parent b57d0de20e
commit b5f94fbdcc
2 changed files with 7 additions and 2 deletions

View file

@ -34,10 +34,11 @@ const UpdatesPage = () => {
], ],
}, },
'1.2.0': { '1.2.0': {
updates: 8, updates: 9,
bugs: 0, bugs: 0,
images: [ images: [
'party-redesign', 'party-redesign',
'visibility',
'rich-text', 'rich-text',
'mentions', 'mentions',
'include-exclude', 'include-exclude',

View file

@ -20,12 +20,16 @@
}, },
"versions": { "versions": {
"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: private teams, 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": [
{ {
"title": "New party navigation", "title": "New party navigation",
"blurb": "Get a peek into all the aspects of a team quickly with new mini-units at the top of the page." "blurb": "Get a peek into all the aspects of a team quickly with new mini-units at the top of the page."
}, },
{
"title": "Control who can see your team",
"blurb": "You can now set teams to be public, private, or only visible to people with the link."
},
{ {
"title": "Rich text editing", "title": "Rich text editing",
"blurb": "Now you can use rich text when writing team descriptions. Add bold, italics, links, and more!" "blurb": "Now you can use rich text when writing team descriptions. Add bold, italics, links, and more!"