diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 0965dbe6..33197b25 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.4.0 +1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5784b4b9..6c0e5206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ 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.4.1] - 2025-09-01 +### Changed +- Updated translations + ### Fixed -- Fixed widgets customization ([#201]) +- Fixed widgets customization ([#201]) ## [1.4.0] - 2025-07-15 ### Added @@ -77,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#178]: https://github.com/FossifyOrg/Notes/issues/178 [#201]: https://github.com/FossifyOrg/Notes/issues/201 -[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.1...HEAD +[1.4.1]: https://github.com/FossifyOrg/Notes/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/FossifyOrg/Notes/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/FossifyOrg/Notes/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/FossifyOrg/Notes/compare/1.2.0...1.3.0 diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..0af312b1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed widgets customization + diff --git a/gradle.properties b/gradle.properties index 16180a31..118b01ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx8g # Versioning -VERSION_NAME=1.4.0 -VERSION_CODE=8 +VERSION_NAME=1.4.1 +VERSION_CODE=9 APP_ID=org.fossify.notes