Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 22, 2021
1 parent 46f789a commit 1e92fcd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Picard Barcode Scanner Changelog

## Version 1.5.x - ????-??-??
## Version 1.5.4 - 2021-11-22
- Hide corresponding menu item on Preferences and About screen
- Added Dutch translation (Maurits Meulenbelt)

## Version 1.5.3 - 2021-10-28
- Added Portuguese (Brazil) translation (inkhorn)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "org.musicbrainz.picard.barcodescanner"
minSdk 24
targetSdk 31
versionCode 19
versionName '1.5.3'
versionCode 20
versionName '1.5.4'
}
buildTypes {
release {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Built-in barcode scanner, no longer relying on external app
- Barcode scanning in portrait mode is possible
- Show Picard connection status
- Show the read barcode on result page
- Improved layout for languages with right-to-left text flow
- Proper display of release artist credits with join phrases
- Fixed display of long release titles in result view
- New loading animation
- Updated French, German, Hebrew and Norwegian Bokmål translations
- Android 7.0 is now the minimum supported version
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fixed layout issues with large font size / large UI scale
- Added Chinese (simplified) translation
- Updated Norwegian Bokmål translation
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added Finnish translation
- Updated Chinese (simplified) and German translations
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added Portuguese (Brazil) translation
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Hide corresponding menu item on Preferences and About screen
- Added Dutch translation

0 comments on commit 1e92fcd

Please sign in to comment.