Skip to content

Commit 0964e1a

Browse files
authored
Merge pull request #144 from FossifyOrg/v1.1.1
chore(release): prepare release v1.1.1
2 parents e0a4133 + cd4688d commit 0964e1a

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1] - 2025-05-14
11+
12+
### Changed
13+
14+
- Updated translations
15+
16+
### Removed
17+
18+
- Removed redundant launcher settings icon from the app drawer ([#51])
19+
1020
## [1.1.0] - 2025-03-19
1121

1222
### Added
13-
- Added double tap to lock screen feature (https://github.com/FossifyOrg/Launcher/issues/63)
23+
24+
- Added double tap to lock screen feature ([#63])
1425

1526
### Changed
27+
1628
- Added more translations
1729

1830
## [1.0.1] - 2025-01-01
1931

2032
### Changed
33+
2134
- Other minor bug fixes and improvements
2235
- Added more translations
2336

2437
### Fixed
25-
- Fixed scrolling performance issues (https://github.com/FossifyOrg/Launcher/issues/65)
26-
- Fixed various issues related to widgets (https://github.com/FossifyOrg/Launcher/issues/5, https://github.com/FossifyOrg/Launcher/issues/44, https://github.com/FossifyOrg/Launcher/issues/74)
38+
39+
- Fixed scrolling performance issues ([#65])
40+
- Fixed various issues related to widgets ([#5], [#44], [#74])
2741

2842
## [1.0.0] - 2024-10-16
2943

3044
### Added
45+
3146
- Initial release
3247

33-
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.1.0...HEAD
48+
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.1.1...HEAD
49+
[1.1.1]: https://github.com/FossifyOrg/Launcher/compare/1.1.0...1.1.1
3450
[1.1.0]: https://github.com/FossifyOrg/Launcher/compare/1.0.1...1.1.0
3551
[1.0.1]: https://github.com/FossifyOrg/Launcher/compare/1.0.0...1.0.1
3652
[1.0.0]: https://github.com/FossifyOrg/Launcher/releases/tag/1.0.0
53+
54+
[#5]: https://github.com/FossifyOrg/Launcher/issues/5
55+
[#44]: https://github.com/FossifyOrg/Launcher/issues/44
56+
[#51]: https://github.com/FossifyOrg/Launcher/issues/51
57+
[#63]: https://github.com/FossifyOrg/Launcher/issues/63
58+
[#65]: https://github.com/FossifyOrg/Launcher/issues/65
59+
[#74]: https://github.com/FossifyOrg/Launcher/issues/74
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Removed:
6+
7+
• Removed redundant launcher settings icon from the app drawer

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ app-build-javaVersion = "VERSION_17"
1919
app-build-kotlinJVMTarget = "17"
2020
#versioning
2121
app-version-appId = "org.fossify.home"
22-
app-version-versionCode = "3"
23-
app-version-versionName = "1.1.0"
22+
app-version-versionCode = "4"
23+
app-version-versionName = "1.1.1"
2424
[libraries]
2525
#Room
2626
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }

0 commit comments

Comments
 (0)