diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 5516c596e..7747df621 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.0 +1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c202b8417..a60d35b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.0] - 2025-12-27 +### Changed +- Updated translations + ### Fixed - Fixed inconsistent checklist sorting when the "Move checked items to the bottom" option is enabled ([#59]) @@ -106,7 +110,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.6.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.7.0...HEAD +[1.7.0]: https://github.com/FossifyOrg/Notes/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/FossifyOrg/Notes/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/FossifyOrg/Notes/compare/1.4.2...1.5.0 [1.4.2]: https://github.com/FossifyOrg/Notes/compare/1.4.1...1.4.2 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 000000000..39a24b9d1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed inconsistent checklist sorting when the "Move checked items to the bottom" option is enabled + diff --git a/gradle.properties b/gradle.properties index 399fbbc65..f2ed03883 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8g # Versioning -VERSION_NAME=1.6.0 -VERSION_CODE=12 +VERSION_NAME=1.7.0 +VERSION_CODE=13 APP_ID=org.fossify.notes