From 648fcdaa53d5adff6fe393d314315cb741878529 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:51:34 +0000 Subject: [PATCH] chore(release): v1.8.1 (13) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 8 +++++++- fastlane/metadata/android/en-US/changelogs/13.txt | 8 ++++++++ gradle.properties | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/13.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 4391d3fc..40159584 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.8.0 +1.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e65f1adc..325815dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.8.1] - 2026-01-02 +### Changed +- Updated translations + ### Fixed - Fixed an issue where sound/vibration preferences were ignored after reboot ([#372]) @@ -154,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#356]: https://github.com/FossifyOrg/Keyboard/issues/356 [#372]: https://github.com/FossifyOrg/Keyboard/issues/372 -[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.8.1...HEAD +[1.8.1]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...1.8.1 [1.8.0]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...1.6.0 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 00000000..a60022e5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed an issue where sound/vibration preferences were ignored after reboot + diff --git a/gradle.properties b/gradle.properties index 1f521d8f..385065f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.8.0 -VERSION_CODE=12 +VERSION_NAME=1.8.1 +VERSION_CODE=13 APP_ID=org.fossify.keyboard