Skip to content

Commit f8e34d8

Browse files
chore(release): v1.3.0 (6) (#176)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent c3015c0 commit f8e34d8

File tree

4 files changed

+23
-27
lines changed

4 files changed

+23
-27
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.3.0

CHANGELOG.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,64 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.3.0] - 2025-07-12
1010
### Changed
11-
1211
- Updated translations
1312

1413
### Fixed
15-
1614
- Fixed keyboard hiding cursor on long notes ([#164])
1715

1816
## [1.2.0] - 2025-05-07
19-
2017
### Added
21-
2218
- Support for per-note sorting ([#81])
2319

2420
### Changed
25-
2621
- Replaced checkboxes in settings with switches
2722
- Moved "Move checked items to the bottom" sort option to app settings
2823
- Updated translations
2924

30-
### Fixed
25+
### Removed
26+
- Dropped support for Android 7 and older versions
3127

28+
### Fixed
3229
- Multiline pastes are now correctly reflected in the UI ([#99])
3330
- Fixed sorting in widgets and Open Notes dialog ([#83], [#110])
3431
- Corrected security label color in settings
3532

36-
### Removed
37-
38-
- Dropped support for Android 7 and older versions
39-
4033
## [1.1.1] - 2025-03-18
41-
4234
### Changed
43-
4435
- Minor bug fixes and improvements
4536
- Added more translations
4637

4738
### Fixed
48-
4939
- Fixed security vulnerability in app lock
5040

5141
## [1.1.0] - 2024-07-22
52-
5342
### Added
54-
5543
- Added collapsible checked items section at the bottom
5644

5745
### Changed
58-
5946
- Minor bug fixes and improvements
6047
- Added new translations
6148

6249
## [1.0.0] - 2024-04-14
63-
6450
### Added
65-
6651
- Initial release
6752

68-
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/1.2.0...HEAD
69-
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/1.1.1...1.2.0
70-
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/1.1.0...1.1.1
71-
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/1.0.0...1.1.0
72-
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/1.0.0
73-
7453
[#81]: https://github.com/FossifyOrg/Notes/issues/81
7554
[#83]: https://github.com/FossifyOrg/Notes/issues/83
7655
[#99]: https://github.com/FossifyOrg/Notes/issues/99
7756
[#110]: https://github.com/FossifyOrg/Notes/issues/110
7857
[#164]: https://github.com/FossifyOrg/Notes/issues/164
58+
59+
[Unreleased]: https://github.com/FossifyOrg/Notes/compare/v1.3.0...HEAD
60+
[1.3.0]: https://github.com/FossifyOrg/Notes/compare/v1.2.0...v1.3.0
61+
[1.2.0]: https://github.com/FossifyOrg/Notes/compare/v1.1.1...v1.2.0
62+
[1.1.1]: https://github.com/FossifyOrg/Notes/compare/v1.1.0...v1.1.1
63+
[1.1.0]: https://github.com/FossifyOrg/Notes/compare/v1.0.0...v1.1.0
64+
[1.0.0]: https://github.com/FossifyOrg/Notes/releases/tag/v1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed keyboard hiding cursor on long notes
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.gradle.jvmargs=-Xmx8g
55

66
# Versioning
7-
VERSION_NAME=1.2.0
8-
VERSION_CODE=5
7+
VERSION_NAME=1.3.0
8+
VERSION_CODE=6
99
APP_ID=org.fossify.notes

0 commit comments

Comments
 (0)