mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-02-07 14:11:59 -05:00
chore(release): v1.3.0 (6) (#176)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
2
.fossify/release-marker.txt
Normal file
2
.fossify/release-marker.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.3.0
|
||||
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,5 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
@@ -7,72 +6,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.0] - 2025-07-12
|
||||
### Changed
|
||||
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed keyboard hiding cursor on long notes ([#164])
|
||||
|
||||
## [1.2.0] - 2025-05-07
|
||||
|
||||
### Added
|
||||
|
||||
- Support for per-note sorting ([#81])
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced checkboxes in settings with switches
|
||||
- Moved "Move checked items to the bottom" sort option to app settings
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
### Removed
|
||||
- Dropped support for Android 7 and older versions
|
||||
|
||||
### Fixed
|
||||
- Multiline pastes are now correctly reflected in the UI ([#99])
|
||||
- Fixed sorting in widgets and Open Notes dialog ([#83], [#110])
|
||||
- Corrected security label color in settings
|
||||
|
||||
### Removed
|
||||
|
||||
- Dropped support for Android 7 and older versions
|
||||
|
||||
## [1.1.1] - 2025-03-18
|
||||
|
||||
### Changed
|
||||
|
||||
- Minor bug fixes and improvements
|
||||
- Added more translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed security vulnerability in app lock
|
||||
|
||||
## [1.1.0] - 2024-07-22
|
||||
|
||||
### Added
|
||||
|
||||
- Added collapsible checked items section at the bottom
|
||||
|
||||
### Changed
|
||||
|
||||
- Minor bug fixes and improvements
|
||||
- Added new translations
|
||||
|
||||
## [1.0.0] - 2024-04-14
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.2.0...HEAD
|
||||
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0
|
||||
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1
|
||||
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0
|
||||
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0
|
||||
|
||||
[#81]: https://github.com/FossifyOrg/Notes/issues/81
|
||||
[#83]: https://github.com/FossifyOrg/Notes/issues/83
|
||||
[#99]: https://github.com/FossifyOrg/Notes/issues/99
|
||||
[#110]: https://github.com/FossifyOrg/Notes/issues/110
|
||||
[#164]: https://github.com/FossifyOrg/Notes/issues/164
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...HEAD
|
||||
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/v1.2.0...v1.3.0
|
||||
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/v1.1.1...v1.2.0
|
||||
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/v1.0.0
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/6.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed keyboard hiding cursor on long notes
|
||||
|
||||
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
|
||||
org.gradle.jvmargs=-Xmx8g
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.2.0
|
||||
VERSION_CODE=5
|
||||
VERSION_NAME=1.3.0
|
||||
VERSION_CODE=6
|
||||
APP_ID=org.fossify.notes
|
||||
|
||||
Reference in New Issue
Block a user