Skip to content

Commit 7de52a3

Browse files
chore(release): v1.11.1 (22) (#715)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 4dc6c69 commit 7de52a3

4 files changed

Lines changed: 20 additions & 5 deletions

File tree

.fossify/release-marker.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Auto-generated file. DO NOT EDIT. MANUAL TRIGGER.
2-
1.11.0
1+
# Auto-generated file. DO NOT EDIT.
2+
1.11.1

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
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.11.1] - 2026-02-01
10+
### Changed
11+
- Updated translations
12+
813
### Fixed
914
- Fixed truncated long names in call history ([#157])
1015
- Fixed truncated long names on call screen ([#286])
@@ -267,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267272
[#645]: https://github.com/FossifyOrg/Phone/issues/645
268273
[#696]: https://github.com/FossifyOrg/Phone/issues/696
269274

270-
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.11.0...HEAD
275+
[Unreleased]: https://github.com/FossifyOrg/Phone/compare/1.11.1...HEAD
276+
[1.11.1]: https://github.com/FossifyOrg/Phone/compare/1.11.0...1.11.1
271277
[1.11.0]: https://github.com/FossifyOrg/Phone/compare/1.10.0...1.11.0
272278
[1.10.0]: https://github.com/FossifyOrg/Phone/compare/1.9.0...1.10.0
273279
[1.9.0]: https://github.com/FossifyOrg/Phone/compare/1.8.0...1.9.0
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed truncated long names in call history
8+
• Fixed truncated long names on call screen
9+

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.11.0
26-
VERSION_CODE=21
25+
VERSION_NAME=1.11.1
26+
VERSION_CODE=22
2727
APP_ID=org.fossify.phone

0 commit comments

Comments
 (0)