From 59766fbf40e70b6ac25f30205bf490c4d2c4e576 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 05:15:12 +0000 Subject: [PATCH] chore(release): v1.4.2 (10) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 8 +++++++- fastlane/metadata/android/en-US/changelogs/10.txt | 8 ++++++++ gradle.properties | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/10.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 33197b25..c7571604 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.4.1 +1.4.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index e024f429..b3a7924a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). ## [Unreleased] + +## [1.4.2] - 2025-09-18 +### Changed +- Updated translations + ### Fixed - Fixed crash in search ([#190]) @@ -85,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#190]: https://github.com/FossifyOrg/Notes/issues/190 [#201]: https://github.com/FossifyOrg/Notes/issues/201 -[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.2...HEAD +[1.4.2]: https://github.com/FossifyOrg/Notes/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/FossifyOrg/Notes/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/FossifyOrg/Notes/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/FossifyOrg/Notes/compare/1.3.0...1.3.1 diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..21cd6045 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed crash in search + diff --git a/gradle.properties b/gradle.properties index 118b01ef..2ec408dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8g # Versioning -VERSION_NAME=1.4.1 -VERSION_CODE=9 +VERSION_NAME=1.4.2 +VERSION_CODE=10 APP_ID=org.fossify.notes