Skip to content

Releases: raag-music/raag

v1.1.3 release

25 Apr 13:07
Compare
Choose a tag to compare
  • Update logic for listing music files
  • Fix download errors
  • New interface for selecting download location

v1.1.1 release

25 Jan 17:02
Compare
Choose a tag to compare

What's Changed

Changes in v1.1.0-alpha +

  • Reduced app size by around 50% 💥
  • Migrated to Flutter's sound null safety.
  • Added a new option in settings to set download path manually.
  • Fixed a minor UI bug.
  • New default media album art.

Full Changelog: v1.0.8...v1.1.1

v1.1.0-alpha

20 Jan 07:56
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release

Full Changelog: v1.0.8...v1.1.0

  • Migrated to just_audio from audio_manager. Big thanks to @rayanheise for the package. The music player now uses the default media API used by Android - ExoPlayer. Playback can be controlled via connected devices (BT headphones, AndroidAuto, Smartwatches, etc).
  • New now playing screen added with a sliding up interface.
  • Native media player notification with media controls and artwork.
  • 'sdcard/Music/Raag' will now be the default directory for all downloads.
  • Music query package migrated from flutter_audio_query to on_audio_query.

v1.0.8 release

29 Nov 13:13
Compare
Choose a tag to compare

Summary

  • Now open YouTube links from other apps via Raag and download them directly! ✨
  • Squashed a few playback bugs
  • Excluded WhatsApp audio notes
  • Bumped gradle build tools version

What's Changed

New Contributors 🥳

Full Changelog: v1.0.5...v1.0.8

v1.0.6 release

08 Sep 10:10
Compare
Choose a tag to compare
  • Fixed YouTube downloader error
  • Back to active development 🥳🚀

v1.0.5 release

27 Jun 05:43
Compare
Choose a tag to compare

Fix YouTube download 404 error

v1.0.4 release

12 Jun 17:41
Compare
Choose a tag to compare
  • Remove ffmpeg and reduce apk size
  • Switch to FutureBuilder for album arts instead of storing bytedata in the sqflite DB.

v1.0.3 release

27 May 13:53
Compare
Choose a tag to compare
  • Bump YT-Explode library to support new changes from YouTube and fix Unexpected Errors while downloading music.
  • Integrate ffmpeg to add mp3 headers to downloaded songs (for tagging songs)
  • Add option to save inside Android/Data to fix file creation error in legacy storage devices (Android 10 and lower)

v1.0.1 release

18 Mar 13:08
Compare
Choose a tag to compare
  • Pitch black theme
  • Null safety
  • iOS style blurred playback controls

Initial release

04 Mar 13:12
Compare
Choose a tag to compare
  • Download high bitrate audio streams from YouTube to device as mp3 (With the highest bitrate and lowest size)
  • Play all the music files in device
  • Dark and light themes