From 9f2ace26e751f96c11525b3d8c7087d835e79ff6 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:43:22 +0530 Subject: [PATCH] chore(release): v1.7.0 (11) (#326) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 8 +++++++- fastlane/metadata/android/en-US/changelogs/11.txt | 12 ++++++++++++ gradle.properties | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 5516c596..7747df62 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.0 +1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f32a5c..2d184a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ 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.7.0] - 2025-12-16 ### Added - Option to disable the emoji key ([#234]) +### Changed +- Updated translations + ### Fixed - Fixed crash on initial startup in some cases ([#335]) @@ -130,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#274]: https://github.com/FossifyOrg/Keyboard/issues/274 [#335]: https://github.com/FossifyOrg/Keyboard/issues/335 -[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...HEAD +[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 [1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0 diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 00000000..e664c0d0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,12 @@ +Added: + +• Option to disable the emoji key + +Changed: + +• Updated translations + +Fixed: + +• Fixed crash on initial startup in some cases + diff --git a/gradle.properties b/gradle.properties index 4a6a91ca..e3df3130 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.6.0 -VERSION_CODE=10 +VERSION_NAME=1.7.0 +VERSION_CODE=11 APP_ID=org.fossify.keyboard