Skip to content

Commit d53c756

Browse files
chore(release): v1.9.0 (15) (#352)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent ab0d76f commit d53c756

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.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.8.0
2+
1.9.0

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.9.0] - 2026-02-02
810
### Added
911
- Option to hide app labels ([#55])
1012

13+
### Changed
14+
- Updated translations
15+
1116
## [1.8.0] - 2026-01-30
1217
### Added
1318
- Added support for custom fonts
@@ -122,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122127
[#278]: https://github.com/FossifyOrg/Launcher/issues/278
123128
[#282]: https://github.com/FossifyOrg/Launcher/issues/282
124129

125-
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.8.0...HEAD
130+
[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.9.0...HEAD
131+
[1.9.0]: https://github.com/FossifyOrg/Launcher/compare/1.8.0...1.9.0
126132
[1.8.0]: https://github.com/FossifyOrg/Launcher/compare/1.7.0...1.8.0
127133
[1.7.0]: https://github.com/FossifyOrg/Launcher/compare/1.6.0...1.7.0
128134
[1.6.0]: https://github.com/FossifyOrg/Launcher/compare/1.5.0...1.6.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 hide app labels
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.8.0
9-
VERSION_CODE=14
8+
VERSION_NAME=1.9.0
9+
VERSION_CODE=15
1010
APP_ID=org.fossify.home

0 commit comments

Comments
 (0)