Skip to content

Commit fcbd696

Browse files
committed
Bump up version to 0.5.4
1 parent e6573c6 commit fcbd696

8 files changed

Lines changed: 813 additions & 1408 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.4] - 2026-05-13
11+
12+
### Added
13+
14+
- Time-based search operators for shelves and the search box, following Gmail's query syntax. `newer_than:7d` finds books read in the past seven days; `older_than:1y` finds books last read more than a year ago; `after:2026/01/01` and `before:2026/04/01` filter by an absolute date. The `added_*` variants (`added_newer_than:`, `added_after:`, etc.) apply the same filters to a book's library-added date instead of its last-read date.
15+
- Online user manual published at <https://zonuexe.github.io/riida/>, covering installation, library setup, organizing, PDF and EPUB reading, themes, and viewer settings. Available in Japanese and English.
16+
1017
## [0.5.3] - 2026-05-06
1118

1219
### Added
@@ -356,7 +363,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356363

357364
- Reading progress counters and page-tracking UI were removed in favor of position restore only.
358365

359-
[Unreleased]: https://github.com/zonuexe/riida/compare/v0.5.3...HEAD
366+
[Unreleased]: https://github.com/zonuexe/riida/compare/v0.5.4...HEAD
367+
[0.5.4]: https://github.com/zonuexe/riida/compare/v0.5.3...v0.5.4
360368
[0.5.3]: https://github.com/zonuexe/riida/compare/v0.5.2...v0.5.3
361369
[0.5.2]: https://github.com/zonuexe/riida/compare/v0.5.1...v0.5.2
362370
[0.5.1]: https://github.com/zonuexe/riida/compare/v0.5.0...v0.5.1

0 commit comments

Comments
 (0)