Skip to content

Latest commit

 

History

History
149 lines (112 loc) · 7.94 KB

CHANGELOG.md

File metadata and controls

149 lines (112 loc) · 7.94 KB

Unreleased

  • Update to Flutter 3.22.2 by @Abestanis in #130

1.0.12

1.0.11

  • Fix Fastlane CD by @nt4f04uNd in #118
  • Upload symbols to Crashlytics on CD step by @nt4f04uNd in #125
  • Fix firstYear crash by @nt4f04uNd in #124

Full Changelog: https://github.com/nt4f04uNd/sweyer/compare/1.0.10...1.0.11

1.0.10

First release generated by Fastlane CD!

  • Added Turkish translation by @eren-ince in #86
  • Add privacy policy link to README by @nt4f04uNd in #93
  • Move the native Android code of Sweyer into a plugin by @Abestanis in #85
  • Update Flutter and dependencies by @Abestanis in #89
  • Fix settings button visible on insertion settings page by @Abestanis in #90
  • Support Material You monochrome app icon by @nt4f04uNd in #115
  • Decide whether to show scroll labels based on drag position by @Abestanis in #91
  • Improve startup robustness by @Abestanis in #95
  • Convert Java to Kotlin by @Abestanis in #94
  • Fastlane CD (init) by @nt4f04uNd in #117

New Contributors

  • @eren-ince made their first contribution in #86

Full Changelog: https://github.com/nt4f04uNd/sweyer/compare/1.0.9...1.0.10

1.0.9

1.0.8

All the work related to this version can be found in this project

Enhancements:

Bug fixes:

Not important for users:

1.0.7

  • Fix bug that localization didn't fallback to English as a default language

1.0.6

  • Fix scrollbar crash
  • Not important for users:
    • bump dependencies and enable sound null-safety
    • dropped unmaintained intl_localizations package in favour of Flutter's gen_l10n

1.0.5

  • Fixed crash when album art couldn't be loaded on Android 10+
  • Fixed that new playlist action in playlists tab could be tapped in selection

1.0.4

  • Added playlists and artists
  • Added more selection actions
  • In deletion prompts added a preview of the arts of the content that is being deleted
  • Other fixes and cosmetic changes

1.0.3

  • Fix issue with current song not updated on search route

1.0.2

  • Selection is now everywhere - all songs, all albums, queue, search route - every content entry is now selectable
  • Added play all/shuffle buttons to main screen and albums
  • Enhanced the search route by adding filtering by content category
  • Now all queues are saved/restored. Prior in a lot of cases the queue was intentionally not restored
  • Album origins are now restored, that means if you queue some album, after app reload when song from this album will be played, the playing indicator will indicate the album as playing. Prior, the origin was saved only for the current app session, when it was added, and was not restored.
  • Optimized scrollbar and listviews
  • Became media browser service, support for Android Auto
  • Fixed that album arts were not re-cached (below Android 10)
  • Refactored a lot of code and fixed a lot of other bugs
  • Changed player backend (non-UX)

1.0.1

  • localization (ru, en)
  • revamped design, changed logo, some fancy animations
  • ability to change primary color in theme settings
  • bottom bar is now swipeable
  • sidebar can be swiped out from any place on the screen
  • albums
  • queue system
  • deleting songs

1.0.0

  • basic playback
  • dark and light theme