Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Mar 23, 2022
1 parent 07b6540 commit 4d881bb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features
--------

- Read input text, clipboard text or text files using text-to-speech.
- Create speech wave files from text files.
- Create speech wave files from input text, clipboard text or text files.
- Share text to read using share menu entries.
- Read clipboard text using launcher shortcuts (requires Android 8 or higher).
- Configurable app-specific text-to-speech settings: engine, voice, pitch and speech rate.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.danefinlay.ttsutil"
minSdkVersion 21
targetSdkVersion 28
versionCode 4
versionName "2.0.2"
versionCode 5
versionName "3.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
13 changes: 13 additions & 0 deletions metadata/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* Add four memory buttons in the *Read text* screens (thanks to @woheller69).
* Add "nicer" image buttons (thanks to @woheller69).
* Add status fields to each screen.
* Add the ability to create wave files from input text and clipboard text.
* Allow selection of non-local documents in the file choice screen.
* Change the application settings menus to play sample text.
* Change the application to follow the system theme where possible (thanks to @woheller69).
* Fix an error where large text files could not be synthesized.
* Fix an error where the application did not properly release the audio focus.
* Improve the performance of text-to-speech playback and file synthesis.
* Improve voice selection in the application settings.
* Merge the *Read from files* and *Write to files* screens.
* Other fixes and improvements.
2 changes: 1 addition & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>Features:</p>
<ul>
<li>Read input text, clipboard text or text files using text-to-speech.</li>
<li>Create speech wave files from text files.</li>
<li>Create speech wave files from input text, clipboard text or text files.</li>
<li>Share text to read using share menu entries.</li>
<li>Read clipboard text using launcher shortcuts (requires Android 8 or higher).</li>
<li>Configurable app-specific text-to-speech settings: engine, voice, pitch and speech rate.</li>
Expand Down

0 comments on commit 4d881bb

Please sign in to comment.