mirror of
https://github.com/FossifyOrg/Notes.git
synced 2025-12-23 23:59:34 -05:00
chore(release): v1.4.1 (9)
This commit is contained in:
committed by
Naveen Singh
parent
cb63e2fb03
commit
15e69dc19b
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.4.0
|
||||
1.4.1
|
||||
|
||||
10
CHANGELOG.md
10
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
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed widgets customization
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user