From ada5bbba14cef54339e7b05e7f5da5b41746d95b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 5 Jul 2026 18:40:04 +0000 Subject: [PATCH] chore: prepare release 1.4.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f60a059..3623845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 1fd75cd..3a46b61 100644 --- a/package.json +++ b/package.json @@ -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": {