Skip to content

Commit f528b09

Browse files
chore(release): v1.4.0 (8)
1 parent 19e9a43 commit f528b09

File tree

4 files changed

+19
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ 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 delete the last open note ([#157])
1012
- Option to uncheck all checked items ([#156])
1113

14+
### Changed
15+
- Updated translations
16+
1217
## [1.3.1] - 2025-07-12
1318
### Changed
1419
- Updated translations
@@ -69,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6974
[#164]: https://github.com/FossifyOrg/Notes/issues/164
7075
[#178]: https://github.com/FossifyOrg/Notes/issues/178
7176

72-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.3.1...HEAD
77+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.0...HEAD
78+
[1.4.0]: https://github.com/FossifyOrg/Notes/compare/1.3.1...1.4.0
7379
[1.3.1]: https://github.com/FossifyOrg/Notes/compare/1.3.0...1.3.1
7480
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/1.2.0...1.3.0
7581
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Added:
2+
3+
• Option to delete the last open note
4+
• Option to uncheck all checked items
5+
6+
Changed:
7+
8+
• Updated translations
9+

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)