Skip to content

Commit

Permalink
chore: bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Jan 22, 2024
1 parent 0b5b0d9 commit acc3a5d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acc3a5d

Please sign in to comment.