From 8c5412a6991d1c299edaae0443e3b8247cb8264c Mon Sep 17 00:00:00 2001 From: Damon Greenhalgh Date: Sun, 26 Jun 2022 16:19:07 +1200 Subject: [PATCH] Update changelog for 1.2.2 --- changelog.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index a5ec5d7..b32f1ab 100644 --- a/changelog.md +++ b/changelog.md @@ -4,21 +4,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## Released + ## [1.2.2] - 2022-05-08 +This update focuses on polishing up existing features and fixing bugs. -### Added +### Added + +- Added help section for finding the **Lodestone ID** of a character. +- Added the ability to remove the current reference character. +- Added default profile icon when no reference character has been allocated. ### Changes - Changed directory structure. +- Changed multiple component styles. +- Changed the description of the reference character system for improved clarity. +- Updated most components to use prop destructuring for better readability. +- Updated `alt` text of `img` tags to be more descriptive. +- Updated light theme. ### Fixed - Fixed title not changing to **XIV Tracker |** `` when viewing character profile. - - - -## Released +- Fixed *Newfound Adventure* quest component displaying incorrect tooltip. +- Fixed app crashing when viewing a character with unknown collection status. ## [1.2.1] - 2022-05-08 Moved from **Github Pages** to **AWS Amplify** as pages has problems with single page web applications. Maintainability update.