mirror of
https://github.com/FossifyOrg/Notes.git
synced 2025-12-23 23:59:34 -05:00
117 lines
3.3 KiB
Markdown
117 lines
3.3 KiB
Markdown
# 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/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.6.0] - 2025-10-29
|
|
### Changed
|
|
- Compatibility updates for Android 15 & 16
|
|
- Updated translations
|
|
|
|
## [1.5.0] - 2025-10-10
|
|
### Changed
|
|
- Updated translations
|
|
|
|
### Fixed
|
|
- Fixed a glitch in pattern lock after incorrect attempts
|
|
|
|
## [1.4.2] - 2025-09-18
|
|
### Changed
|
|
- Updated translations
|
|
|
|
### Fixed
|
|
- Fixed crash in search ([#190])
|
|
|
|
## [1.4.1] - 2025-09-01
|
|
### Changed
|
|
- Updated translations
|
|
|
|
### Fixed
|
|
- Fixed widgets customization ([#201])
|
|
|
|
## [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
|
|
|
|
### Fixed
|
|
- Fixed broken input when typing with certain keyboards ([#178])
|
|
|
|
## [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
|
|
|
|
### 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
|
|
|
|
## [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
|
|
|
|
[#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
|
|
[#156]: https://github.com/FossifyOrg/Notes/issues/156
|
|
[#157]: https://github.com/FossifyOrg/Notes/issues/157
|
|
[#164]: https://github.com/FossifyOrg/Notes/issues/164
|
|
[#178]: https://github.com/FossifyOrg/Notes/issues/178
|
|
[#190]: https://github.com/FossifyOrg/Notes/issues/190
|
|
[#201]: https://github.com/FossifyOrg/Notes/issues/201
|
|
|
|
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.6.0...HEAD
|
|
[1.6.0]: https://github.com/FossifyOrg/Notes/compare/1.5.0...1.6.0
|
|
[1.5.0]: https://github.com/FossifyOrg/Notes/compare/1.4.2...1.5.0
|
|
[1.4.2]: https://github.com/FossifyOrg/Notes/compare/1.4.1...1.4.2
|
|
[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
|
|
[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
|