Skip to content

Commit

Permalink
Version 3.2.6, 56 (Previous build crash fixes, Fixed editor song title)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikatrix committed Feb 26, 2021
1 parent c472b2b commit c118af5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
applicationId "com.cg.lrceditor"
minSdkVersion 21
targetSdkVersion 29
versionCode 55
versionCode 56
versionName "3.2.6"

// Targeting Android 11 (API level 30) or above might result in the app not being able
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/56.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- 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 the finalize page no longer changes the global settings
- Improved file handling mechanism
- New reset playback speed/pitch button
- Fixed a rare crash on refreshing the LRC file list
- Other improvements and crash fixes

0 comments on commit c118af5

Please sign in to comment.