Skip to content

Commit cf37a3e

Browse files
chore(release): v1.4.0 (8)
1 parent dea7fdc commit cf37a3e

File tree

4 files changed

+24
-10
lines changed

4 files changed

+24
-10
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.3.1
2+
1.4.0

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.4.0] - 2025-07-13
810
### Added
911
- Option to uncheck all checked items ([#156])
1012

13+
### Changed
14+
- Updated translations
15+
1116
## [1.3.1] - 2025-07-12
1217
### Changed
1318
- Updated translations
@@ -67,10 +72,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6772
[#164]: https://github.com/FossifyOrg/Notes/issues/164
6873
[#178]: https://github.com/FossifyOrg/Notes/issues/178
6974

70-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.3.1...HEAD
71-
[1.3.1]: https://github.com/FossifyOrg/Notes/compare/1.3.0...1.3.1
72-
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/1.2.0...1.3.0
73-
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0
74-
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1
75-
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0
76-
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0
75+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.4.0...HEAD
76+
[1.4.0]: https://github.com/FossifyOrg/Notes/compare/v1.3.1...v1.4.0
77+
[1.3.1]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...v1.3.1
78+
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/v1.2.0...v1.3.0
79+
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/v1.1.1...v1.2.0
80+
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/v1.1.0...v1.1.1
81+
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/v1.0.0...v1.1.0
82+
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/v1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Added:
2+
3+
• Option to uncheck all checked items
4+
5+
Changed:
6+
7+
• Updated translations
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.3.1
8-
VERSION_CODE=7
7+
VERSION_NAME=1.4.0
8+
VERSION_CODE=8
99
APP_ID=org.fossify.notes

0 commit comments

Comments
 (0)