Skip to content

Commit 0b1dd7f

Browse files
chore(release): v1.7.0 (13)
1 parent c0f134c commit 0b1dd7f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.6.0
2+
1.7.0

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.7.0] - 2025-12-27
10+
### Changed
11+
- Updated translations
12+
913
### Fixed
1014
- Fixed inconsistent checklist sorting when the "Move checked items to the bottom" option is enabled ([#59])
1115

@@ -106,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106110
[#190]: https://github.com/FossifyOrg/Notes/issues/190
107111
[#201]: https://github.com/FossifyOrg/Notes/issues/201
108112

109-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.6.0...HEAD
113+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.7.0...HEAD
114+
[1.7.0]: https://github.com/FossifyOrg/Notes/compare/1.6.0...1.7.0
110115
[1.6.0]: https://github.com/FossifyOrg/Notes/compare/1.5.0...1.6.0
111116
[1.5.0]: https://github.com/FossifyOrg/Notes/compare/1.4.2...1.5.0
112117
[1.4.2]: https://github.com/FossifyOrg/Notes/compare/1.4.1...1.4.2
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed inconsistent checklist sorting when the "Move checked items to the bottom" option is enabled
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.gradle.jvmargs=-Xmx8g
55

66
# Versioning
7-
VERSION_NAME=1.6.0
8-
VERSION_CODE=12
7+
VERSION_NAME=1.7.0
8+
VERSION_CODE=13
99
APP_ID=org.fossify.notes

0 commit comments

Comments
 (0)