mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 10:09:29 -04:00
chore(release): v1.4.0 (8) (#186)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.3.1
|
||||
1.4.0
|
||||
|
||||
@@ -5,10 +5,15 @@ 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.0] - 2025-07-15
|
||||
### Added
|
||||
- Option to delete the last open note ([#157])
|
||||
- Option to uncheck all checked items ([#156])
|
||||
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
||||
## [1.3.1] - 2025-07-12
|
||||
### Changed
|
||||
- Updated translations
|
||||
@@ -69,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
[#164]: https://github.com/FossifyOrg/Notes/issues/164
|
||||
[#178]: https://github.com/FossifyOrg/Notes/issues/178
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.3.1...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.4.0...HEAD
|
||||
[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
|
||||
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0
|
||||
|
||||
9
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Added:
|
||||
|
||||
• Option to delete the last open note
|
||||
• Option to uncheck all checked items
|
||||
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
|
||||
org.gradle.jvmargs=-Xmx8g
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.3.1
|
||||
VERSION_CODE=7
|
||||
VERSION_NAME=1.4.0
|
||||
VERSION_CODE=8
|
||||
APP_ID=org.fossify.notes
|
||||
|
||||
Reference in New Issue
Block a user