hensei-web/public/locales/en/updates.json
Justin Edmund b1236a1f97
Added content from the 2023/03/22 update (#287)
* Added avatars (#286)

* Added localizations

* Added update, changed CSS

* Add logic for showing Lucifer uncap and 250 art
2023-03-21 17:45:41 -07:00

110 lines
4.1 KiB
JSON

{
"labels": {
"characters": "New characters",
"weapons": "New weapons",
"summons": "New summons",
"uncaps": {
"characters": "New character uncaps",
"weapons": "New weapon uncaps",
"summons": "New summon uncaps"
},
"features": "New features",
"updates": "Other updates"
},
"events": {
"date": "{{month}}/{{year}}",
"legfest": "Legend Festival",
"flash": "Flash Gala",
"content": "Content Update",
"uncap": "Uncap"
},
"versions": {
"2023-03U": {
"features": [
"Added Siete HL (raid)",
"Chaser name corrected (was 'Chase')"
]
},
"2023-03F": {
"features": [
"Added new class \"Yamato\"",
"Added Ultimate Mastery skills for classes: Berserker, Apsaras, Nekomancer, Kengo",
"Added raids for Dread Barrage",
"Renamed \"Guild Wars\" in raid list to \"Unite and Fight\"",
"Fixed sorting of raids for Dread Barrage and Unite and Fight",
"Fixed character hovercard showing up behind class image",
"Fixed an issue where users couldn't edit remixed teams"
]
},
"2023-02-U2": {
"features": ["Added official names for Proven Weapons and Revans Weapons"]
},
"1.1.0": {
"features": [
{
"title": "Remix parties",
"blurb": "See a team you want to try but don't have Yatima? Now you can remix teams from other users to showcase substitutes, swap for items you have, or just give it your own flavor."
},
{
"title": "Accountless team editing",
"blurb": "Now you can edit parties you create later on, even if you don't make an account. You still won't have a profile, so make sure to bookmark them!"
},
{
"title": "Transcendence",
"blurb": "Now you can set the transcendence stage for Eternals and select summons (namely, Bahamut)."
},
{
"title": "Shields and Manatura",
"blurb": "When using Paladin or Manadiver, you can set their respective Shield or Manatura from the button next to the main character."
},
{
"title": "Character Mastery",
"blurb": "You can now add individual values for your character's rings, earrings, and awakenings. Make sure to set your Perpetuity Rings!"
},
{
"title": "Updated team mechanics",
"blurb": "Sorry, each party is only big enough for one Beelzebub."
},
{
"title": "R Characters",
"blurb": "R Characters have been added to the database for your mem—Proving Grounds compositions."
},
{
"title": "Unique URLs for team tabs",
"blurb": "You can now link to individual tabs directly. The site will do it for you when you copy a URL, or you can append /characters, /weapons or /summons manually."
},
{
"title": "Redesigned navigation",
"blurb": "The top-navigation has been slightly redesigned. Click the party name to copy its URL!"
},
{
"title": "Update toasts",
"blurb": "The site will now show an update in the bottom-right corner when new features or content is added."
}
],
"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",
"Fixed a bug that made it so you could not set Row IV EMP skills in Row V"
]
},
"1.0.1": {
"features": [
"Extra party fields: Full Auto, Clear Time, and more",
"Support for Youtube short URLs",
"Responsive grids and lots of other mobile fixes",
"Many other bug fixes"
]
},
"1.0.0": {
"features": [
"First release!",
"You can embed Youtube videos now",
"Better click behavior: right-click to open in a new tab",
"Manually set dark mode in Account Settings",
"Lots of bugs squashed"
]
}
}
}