Skip to content

Commit 7e103a2

Browse files
chore(release): v1.3.4 (11) (#199)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 4c57dc9 commit 7e103a2

4 files changed

Lines changed: 23 additions & 6 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.3.3
2+
1.3.4

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
### Fixed
10-
- Fixed clipped filenames in the recordings list ([#96])
9+
## [1.3.4] - 2025-08-20
10+
### Changed
11+
- Updated translations
1112

1213
### Removed
1314
- Removed unnecessary `Audio source` preference ([#16])
1415

16+
### Fixed
17+
- Fixed clipped filenames in the recordings list ([#96])
18+
1519
## [1.3.3] - 2025-07-29
1620
### Changed
1721
- Updated translations
@@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108112
[#176]: https://github.com/FossifyOrg/Voice-Recorder/issues/176
109113
[#185]: https://github.com/FossifyOrg/Voice-Recorder/issues/185
110114

111-
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.3...HEAD
115+
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.4...HEAD
116+
[1.3.4]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.3...1.3.4
112117
[1.3.3]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.2...1.3.3
113118
[1.3.2]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.1...1.3.2
114119
[1.3.1]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.0...1.3.1
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Removed:
6+
7+
• Removed unnecessary `Audio source` preference
8+
9+
Fixed:
10+
11+
• Fixed clipped filenames in the recordings list
12+

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.3.3
26-
VERSION_CODE=10
25+
VERSION_NAME=1.3.4
26+
VERSION_CODE=11
2727
APP_ID=org.fossify.voicerecorder

0 commit comments

Comments
 (0)