Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2026-07-05

### Added ✨

- Added a "Filtered Navigation" section to the comic navigation panel: after filtering in the "Go to comic" dialog, you can now jump between the first/previous/next/last matching comics directly, reopen the dialog to adjust the filter, or clear the filtered navigation entirely.
Expand Down Expand Up @@ -398,7 +400,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Attempt to fix Travis build

[Unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/1.3.0...HEAD
[unreleased]: https://github.com/Questionable-Content-Extensions/client/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/Questionable-Content-Extensions/client/compare/1.3.0...v1.4.0
[1.3.0]: https://github.com/Questionable-Content-Extensions/client/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/Questionable-Content-Extensions/client/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/Questionable-Content-Extensions/client/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "questionable-content-spa",
"version": "1.3.0",
"version": "1.4.0",
"description": "Questionable Content Single-Page Application with Extra Features",
"private": true,
"scripts": {
Expand Down