From de136a3d04a10728eaed3ad67408915bef616630 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 11:34:24 +0000 Subject: [PATCH] chore(release): v1.7.0 (13) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 +++++- fastlane/metadata/android/en-US/changelogs/13.txt | 9 +++++++++ gradle.properties | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/13.txt 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 2e8ccc924..bb4b5c7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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.7.0] - 2026-01-03 ### Changed - Disabled touch outside the checklist dialog to prevent loss of content ([#291]) +- Updated translations ### Fixed - Fixed inconsistent checklist sorting when the "Move checked items to the bottom" option is enabled ([#59]) @@ -109,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#201]: https://github.com/FossifyOrg/Notes/issues/201 [#291]: https://github.com/FossifyOrg/Notes/issues/291 -[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..07eb86063 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,9 @@ +Changed: + +• Disabled touch outside the checklist dialog to prevent loss of content +• 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