diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8ce5716..371aabb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes of this project will be documented in this file. Unreleased > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.4] - 2024-01-23 + +### Added + +- Cursors (while hovering) to various buttons such as Save and Update +- Confirming password when changing own password +- Clicking 漫月 (top left) takes the user to the main page +- Autocomplete props to password and username fields +- Uneditable UUID field when editing a Gallery + +### Fixed + +- Search filter buttons now showing +- 404 page flashing when accessing Galleries and Series +- Mobile style layout on Personal page + +### Changed + +- Username can now start with a number as well +- Unify styling all across the page + ## [0.6.3] - 2024-01-22 ### Added diff --git a/package-lock.json b/package-lock.json index 58b26f6..17047d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mangatsu-web", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index af5d235..4c1fd1e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mangatsu-web", "license": "GPL3", "private": true, - "version": "0.6.3", + "version": "0.6.4", "scripts": { "dev": "next dev", "build": "next build",