Skip to content

Commit 4fba2b4

Browse files
chore(release): v1.6.1 (11) (#483)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent edaac9b commit 4fba2b4

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
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.6.0
2+
1.6.1

CHANGELOG.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.6.1] - 2025-07-31
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
914
- It's now possible to unset custom SIM preferences ([#293])
1015

@@ -155,14 +160,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155160
[#359]: https://github.com/FossifyOrg/Phone/issues/359
156161
[#378]: https://github.com/FossifyOrg/Phone/issues/378
157162

158-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/v1.6.0...HEAD
159-
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/v1.5.1...v1.6.0
160-
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/v1.5.0...v1.5.1
161-
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/v1.4.0...v1.5.0
162-
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/v1.3.1...v1.4.0
163-
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/v1.3.0...v1.3.1
164-
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/v1.2.0...v1.3.0
165-
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/v1.1.1...v1.2.0
166-
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/v1.1.0...v1.1.1
167-
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/v1.0.0...v1.1.0
168-
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/v1.0.0
163+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.6.1...HEAD
164+
[1.6.1]: https://github.com/FossifyOrg/Phone/compare/1.6.0...1.6.1
165+
[1.6.0]: https://github.com/FossifyOrg/Phone/compare/1.5.1...1.6.0
166+
[1.5.1]: https://github.com/FossifyOrg/Phone/compare/1.5.0...1.5.1
167+
[1.5.0]: https://github.com/FossifyOrg/Phone/compare/1.4.0...1.5.0
168+
[1.4.0]: https://github.com/FossifyOrg/Phone/compare/1.3.1...1.4.0
169+
[1.3.1]: https://github.com/FossifyOrg/Phone/compare/1.3.0...1.3.1
170+
[1.3.0]: https://github.com/FossifyOrg/Phone/compare/1.2.0...1.3.0
171+
[1.2.0]: https://github.com/FossifyOrg/Phone/compare/1.1.1...1.2.0
172+
[1.1.1]: https://github.com/FossifyOrg/Phone/compare/1.1.0...1.1.1
173+
[1.1.0]: https://github.com/FossifyOrg/Phone/compare/1.0.0...1.1.0
174+
[1.0.0]: https://github.com/FossifyOrg/Phone/releases/tag/1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• It's now possible to unset custom SIM preferences
8+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ android.nonTransitiveRClass=false
2222
kotlin.code.style=official
2323

2424
# Versioning
25-
VERSION_NAME=1.6.0
26-
VERSION_CODE=10
25+
VERSION_NAME=1.6.1
26+
VERSION_CODE=11
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)