Skip to content

Commit

Permalink
Version 3.2.6 (Improved file handling, translations, launcher shortcut)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikatrix committed Jan 30, 2021
1 parent 450316a commit 4305c38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LRC Editor   [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![Version: 3.2.5](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=3.2.5)
# LRC Editor   [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ![Version: 3.2.6](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=3.2.6)

<img src="https://i.stack.imgur.com/KSovE.png" alt="LRC Editor App Icon" align="left" style="margin: 10px 20px 10px 10px; border-radius: 15%; box-shadow: 0 6px 20px 2px black">

Expand Down Expand Up @@ -104,6 +104,6 @@ This project is licensed under the [GNU GPLv3 License][project_license]

[email_feedback]: mailto:[email protected]?subject=LRC+Editor+Feedback&body=Your+feedback+here
[email_app_translation]: mailto:[email protected]?subject=LRC+Editor+Translation
[email_play_store_translation]: mailto:[email protected]?subject=LRC+Editor+Play+Store+Translation
[email_play_store_translation]: mailto:[email protected]?subject=LRC+Editor+Play+Store+Description+Translation

[project_license]: https://github.com/Spikatrix/LRC-Editor/blob/master/LICENSE
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.cg.lrceditor"
minSdkVersion 21
targetSdkVersion 29
versionCode 53
versionName "3.2.5"
versionCode 54
versionName "3.2.6"

// Targeting Android 11 (API level 30) or above might result in the app not being able
// to read/write to storage because of the "Scoped Storage" enforcement
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- New Spanish translations
- Launcher accessible shortcut for creating a new LRC file
- Save location for files opened from the Home page is set to its location by default
- Changing the save location from Finalize page no longer changes the global settings
- Improved file handling mechanism
- Fixed a rare crash on refreshing the LRC file list

0 comments on commit 4305c38

Please sign in to comment.