Skip to content

Commit baf44b3

Browse files
chore(release): v1.2.0 (8) (#203)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 7cd94f4 commit baf44b3

File tree

4 files changed

+26
-34
lines changed

4 files changed

+26
-34
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.1.4
2+
1.2.0

CHANGELOG.md

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,63 @@
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.2.0] - 2025-07-15
1010
### Added
11-
1211
- Option to show keyboard automatically in app drawer ([#106])
1312

14-
## [1.1.4] - 2025-06-28
13+
### Changed
14+
- Updated translations
1515

16+
## [1.1.4] - 2025-06-28
1617
### Fixed
17-
1818
- Addressed crash on startup due to widgets ([#182])
1919

2020
## [1.1.3] - 2025-06-19
21-
2221
### Changed
23-
2422
- Updated translations
2523

2624
### Fixed
27-
2825
- Addressed frequently occurring crashes ([#6])
2926

3027
## [1.1.2] - 2025-06-06
31-
3228
### Changed
33-
3429
- Updated translations
3530

3631
### Fixed
37-
38-
- Clicking home screen app labels now works as expected ([#115])
32+
- Clicking home screen app labels now works as expected ([#115])
3933

4034
## [1.1.1] - 2025-05-14
41-
4235
### Changed
43-
4436
- Updated translations
4537

4638
### Removed
47-
4839
- Removed redundant launcher settings icon from the app drawer ([#51])
4940

5041
## [1.1.0] - 2025-03-19
51-
5242
### Added
53-
5443
- Added double tap to lock screen feature ([#63])
5544

5645
### Changed
57-
5846
- Added more translations
5947

6048
## [1.0.1] - 2025-01-01
61-
6249
### Changed
63-
6450
- Other minor bug fixes and improvements
6551
- Added more translations
6652

6753
### Fixed
68-
6954
- Fixed scrolling performance issues ([#65])
7055
- Fixed various issues related to widgets ([#5], [#44], [#74])
7156

7257
## [1.0.0] - 2024-10-16
73-
7458
### Added
75-
7659
- Initial release
7760

78-
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.1.4...HEAD
79-
[1.1.4]: https://github.com/FossifyOrg/Launcher/compare/1.1.3...1.1.4
80-
[1.1.3]: https://github.com/FossifyOrg/Launcher/compare/1.1.2...1.1.3
81-
[1.1.2]: https://github.com/FossifyOrg/Launcher/compare/1.1.1...1.1.2
82-
[1.1.1]: https://github.com/FossifyOrg/Launcher/compare/1.1.0...1.1.1
83-
[1.1.0]: https://github.com/FossifyOrg/Launcher/compare/1.0.1...1.1.0
84-
[1.0.1]: https://github.com/FossifyOrg/Launcher/compare/1.0.0...1.0.1
85-
[1.0.0]: https://github.com/FossifyOrg/Launcher/releases/tag/1.0.0
86-
8761
[#5]: https://github.com/FossifyOrg/Launcher/issues/5
8862
[#6]: https://github.com/FossifyOrg/Launcher/issues/6
8963
[#44]: https://github.com/FossifyOrg/Launcher/issues/44
@@ -94,3 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9468
[#106]: https://github.com/FossifyOrg/Launcher/issues/106
9569
[#115]: https://github.com/FossifyOrg/Launcher/issues/115
9670
[#182]: https://github.com/FossifyOrg/Launcher/issues/182
71+
72+
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.2.0...HEAD
73+
[1.2.0]: https://github.com/FossifyOrg/Launcher/compare/1.1.4...1.2.0
74+
[1.1.4]: https://github.com/FossifyOrg/Launcher/compare/1.1.3...1.1.4
75+
[1.1.3]: https://github.com/FossifyOrg/Launcher/compare/1.1.2...1.1.3
76+
[1.1.2]: https://github.com/FossifyOrg/Launcher/compare/1.1.1...1.1.2
77+
[1.1.1]: https://github.com/FossifyOrg/Launcher/compare/1.1.0...1.1.1
78+
[1.1.0]: https://github.com/FossifyOrg/Launcher/compare/1.0.1...1.1.0
79+
[1.0.1]: https://github.com/FossifyOrg/Launcher/compare/1.0.0...1.0.1
80+
[1.0.0]: https://github.com/FossifyOrg/Launcher/releases/tag/1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Added:
2+
3+
• Option to show keyboard automatically in app drawer
4+
5+
Changed:
6+
7+
• Updated translations
8+

gradle.properties

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

77
# Versioning
8-
VERSION_NAME=1.1.4
9-
VERSION_CODE=7
8+
VERSION_NAME=1.2.0
9+
VERSION_CODE=8
1010
APP_ID=org.fossify.home

0 commit comments

Comments
 (0)