File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Auto-generated file. DO NOT EDIT.
2+ 1.3.0
Original file line number Diff line number Diff 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.0] - 2025-06-10
11+
1012### Added
1113
1214- Option to choose recording sample rate ([ #33 ] )
@@ -88,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8890
8991- Initial release
9092
91- [ Unreleased ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.2.0...HEAD
93+ [ Unreleased ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.3.0...HEAD
94+ [ 1.3.0 ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.2.0...1.3.0
9295[ 1.2.0 ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.1.3...1.2.0
9396[ 1.1.3 ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.1.2...1.1.3
9497[ 1.1.2 ] : https://github.com/FossifyOrg/Voice-Recorder/compare/1.1.1...1.1.2
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ kotlin.code.style=official
2222android.nonTransitiveRClass =true
2323
2424# Versioning
25- VERSION_NAME =1.2 .0
26- VERSION_CODE =6
25+ VERSION_NAME =1.3 .0
26+ VERSION_CODE =7
2727APP_ID =org.fossify.voicerecorder
You can’t perform that action at this time.
0 commit comments