Skip to content

Commit 7c57786

Browse files
chore(release): v1.7.0 (17)
1 parent 06a04c4 commit 7c57786

4 files changed

Lines changed: 19 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.6.0
2+
1.7.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ 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.7.0] - 2026-01-30
810
### Added
911
- Option to customize recording filename pattern with datetime placeholders ([#15])
1012
- Added support for custom fonts
1113

1214
### Changed
1315
- Removed per-item overflow menu from recordings list in favor of long-press options ([#229])
1416
- Updated player tab icon ([#256])
17+
- Updated translations
1518

1619
## [1.6.0] - 2025-12-16
1720
### Changed
@@ -155,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155158
[#256]: https://github.com/FossifyOrg/Voice-Recorder/issues/256
156159
[#273]: https://github.com/FossifyOrg/Voice-Recorder/issues/273
157160

158-
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.6.0...HEAD
161+
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.7.0...HEAD
162+
[1.7.0]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.6.0...1.7.0
159163
[1.6.0]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.5.1...1.6.0
160164
[1.5.1]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.5.0...1.5.1
161165
[1.5.0]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.4.0...1.5.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Added:
2+
3+
• Option to customize recording filename pattern with datetime placeholders
4+
• Added support for custom fonts
5+
6+
Changed:
7+
8+
• Removed per-item overflow menu from recordings list in favor of long-press options
9+
• Updated player tab icon
10+
• Updated translations
11+

gradle.properties

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

2424
# Versioning
25-
VERSION_NAME=1.6.0
26-
VERSION_CODE=16
25+
VERSION_NAME=1.7.0
26+
VERSION_CODE=17
2727
APP_ID=org.fossify.voicerecorder

0 commit comments

Comments
 (0)