Skip to content

Commit 8f3f819

Browse files
chore(release): v1.3.1 (8) (#155)
* chore(release): v1.3.1 (8) * chore(release): copy changelog from previous version --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
1 parent 060a582 commit 8f3f819

4 files changed

Lines changed: 21 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.3.0
2+
1.3.1

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.1] - 2025-06-17
11+
1012
### Changed
1113

1214
- Marked app as beta
@@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9597

9698
- Initial release
9799

98-
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.0...HEAD
100+
[Unreleased]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.1...HEAD
101+
[1.3.1]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.0...1.3.1
99102
[1.3.0]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.2.0...1.3.0
100103
[1.2.0]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.1.3...1.2.0
101104
[1.1.3]: https://github.com/FossifyOrg/Voice-Recorder/compare/1.1.2...1.1.3
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Added:
2+
3+
• Option to choose recording sample rate
4+
5+
Changed:
6+
7+
• Improved wording in the recording cancellation dialog
8+
• Moved recording-related preferences to a new "Recording" section
9+
• Updated translations
10+
11+
Removed:
12+
13+
• Removed outdated option for hiding notification
14+

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.0
26-
VERSION_CODE=7
25+
VERSION_NAME=1.3.1
26+
VERSION_CODE=8
2727
APP_ID=org.fossify.voicerecorder

0 commit comments

Comments
 (0)