diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 000000000..d141c8f27 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1 @@ +Minor feature release. Full changelog at https://github.com/UnicornsOnLSD/finamp/releases/tag/0.6.5 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index f3818a494..b557eb4dc 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -3,17 +3,10 @@ Finamp is a Jellyfin music player for Android and iOS. Its main feature is the a This app is still a work in progress, and has some bugs/issues that haven't been fixed yet. Here is a list of currently known issues:
  • Deleting large items (such as playlists) will cause the app to freeze for a few seconds
  • -
  • Download indicators don't update properly
  • -
  • Very occasionally, the audio player will break and start playing songs from previous queues. If this happens, you have to force stop the app to stop audio playback (I think this was fixed in 0.4.0). If this happens to you, please make a new Github issue with your logs, which you can get in the logs screen.
  • -
  • Seeking doesn't work with transcoded songs
  • +
  • Download indicators occasionally don't update
  • -Planned Features: +Planned Features -
  • Album art in offline mode
  • Transcoding support for downloads
  • Multiple users/servers
  • -
  • Translation support
  • - -In the long run, I would like to look into video playback. I'm pretty sure I'll be able to implement it in a way that will allow for native playback of complex video formats, such as H265 and ASS subtitles. That's a long way off though ;). - -Name source: https://www.reddit.com/r/jellyfin/comments/hjxshn/jellyamp_crossplatform_desktop_music_player/fwqs5i0/ +
  • Translation support
  • \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 97a45d680..f1111bcf8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.4+20 +version: 0.6.5+21 environment: sdk: ">=2.17.0 <3.0.0"