bump version number

This commit is contained in:
Moritz Weber 2023-05-03 20:01:50 +02:00
parent f2fa013d02
commit 11f09440c4
8 changed files with 29 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## Unreleased Changes
## 1.3.0
- Fixed bug in "Append to manually queued songs"
- Fixed bug in queue when moving a song directly before the currently playing song

View file

@ -0,0 +1,7 @@
mucke holt das Beste aus deiner lokalen Musiksammlung heraus:
- Like Songs, um sie im Shuffle-Modus öfter zu hören.
- Schließe Lieder von der Wiedergabe im Zufallsmodus aus.
- Verknüpfe Songs miteinander, um sie im Zufallswiedergabemodus nacheinander abzuspielen.
- Erstelle intelligente Wiedergabelisten, die deine Bibliothek filtern und sortieren.
- Passe deine Startseite für einen schnellen Start an.

View file

@ -0,0 +1 @@
Ein Musikplayer für lokale Dateien mit einzigartigen Wiedergabeoptionen.

1
metadata/de/title.txt Normal file
View file

@ -0,0 +1 @@
mucke - Musikplayer

View file

@ -0,0 +1,6 @@
- Migration to Material 3 widgets including extensive UI changes
- Added German translation
- Fixed library loading for Android 13
- Fixed track number parsing for three digits
- Fixed bug in "Append to manually queued songs"
- Fixed bug in queue when moving a song directly before the currently playing song

View file

@ -0,0 +1,6 @@
- Migration to Material 3 widgets including extensive UI changes
- Added German translation
- Fixed library loading for Android 13
- Fixed track number parsing for three digits
- Fixed bug in "Append to manually queued songs"
- Fixed bug in queue when moving a song directly before the currently playing song

View file

@ -0,0 +1,6 @@
- Migration to Material 3 widgets including extensive UI changes
- Added German translation
- Fixed library loading for Android 13
- Fixed track number parsing for three digits
- Fixed bug in "Append to manually queued songs"
- Fixed bug in queue when moving a song directly before the currently playing song

View file

@ -2,7 +2,7 @@ name: mucke
description: music player
publish_to: none
version: 1.2.0+7
version: 1.3.0+8
environment:
sdk: ">=2.17.0 <3.0.0"