diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index c030b17f..0965dbe6 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.3.1 +1.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6803ba..c906190b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,15 @@ 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.0] - 2025-07-15 ### Added - Option to delete the last open note ([#157]) - Option to uncheck all checked items ([#156]) +### Changed +- Updated translations + ## [1.3.1] - 2025-07-12 ### Changed - Updated translations @@ -69,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#164]: https://github.com/FossifyOrg/Notes/issues/164 [#178]: https://github.com/FossifyOrg/Notes/issues/178 -[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.3.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.0...HEAD +[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 [1.3.0]: https://github.com/FossifyOrg/Notes/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0 diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..30d531ab --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,9 @@ +Added: + +• Option to delete the last open note +• Option to uncheck all checked items + +Changed: + +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 3de4a391..16180a31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8g # Versioning -VERSION_NAME=1.3.1 -VERSION_CODE=7 +VERSION_NAME=1.4.0 +VERSION_CODE=8 APP_ID=org.fossify.notes