From b5f94fbdcc5c3f8d4eba5c14b10562210027896e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 25 Aug 2023 20:06:17 -0700 Subject: [PATCH] Add visibility note --- components/about/UpdatesPage/index.tsx | 3 ++- public/locales/en/updates.json | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/components/about/UpdatesPage/index.tsx b/components/about/UpdatesPage/index.tsx index a763bb1d..3e50e4bc 100644 --- a/components/about/UpdatesPage/index.tsx +++ b/components/about/UpdatesPage/index.tsx @@ -34,10 +34,11 @@ const UpdatesPage = () => { ], }, '1.2.0': { - updates: 8, + updates: 9, bugs: 0, images: [ 'party-redesign', + 'visibility', 'rich-text', 'mentions', 'include-exclude', diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index 3a46988d..18a9aaaf 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -20,12 +20,16 @@ }, "versions": { "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": [ { "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." }, + { + "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", "blurb": "Now you can use rich text when writing team descriptions. Add bold, italics, links, and more!"