Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Mar 23, 2024
1 parent 5678d9e commit a7bb4bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.6] - 2024-03-23

**Server v0.8.0 required!**

### Added

- Calculate the total number of pages in the Library accurarely with TotalCount (requires server v0.8.0)

### Fixed

- `NEXT_INTERNAL_MANGATSU_API_URL` to `NEXT_PUBLIC_INTERNAL_MANGATSU_API_URL` as `NEXT_PUBLIC_` is required for the environment variable to be available on the client side
- Page thumbnail path

### Changed

- Remove unnecessary data checks on task statuses
- Remove client side limit multiplier as this is handled on the server

## [0.6.5] - 2024-03-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "0.6.6",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit a7bb4bf

Please sign in to comment.