Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .fossify/release-marker.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.3.0
36 changes: 11 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,64 @@
# 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.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 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Changed:

• Updated translations

Fixed:

• Fixed keyboard hiding cursor on long notes

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading