Releases: raag-music/raag
Releases · raag-music/raag
v1.1.3 release
- Update logic for listing music files
- Fix download errors
- New interface for selecting download location
v1.1.1 release
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
Full Changelog: v1.0.8...v1.1.0
- Migrated to
just_audio
fromaudio_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
toon_audio_query
.
v1.0.8 release
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
- Updated youtube explode by @nithesh10 in #51
- feat: Update YT Explode by @ashwinkey04 in #52
- Remove deprecated code by @ashwinkey04 in #54
- feat: Exclude WhatsApp Audio and fix empty songs text by @ashwinkey04 in #56
- feat: Use secondary color for OverScroll indicator by @ashwinkey04 in #57
- Fix CI failure by @ashwinkey04 in #59
- fix: Playback buttons behavior by @ashwinkey04 in #60
- Migrated hardcoded strings to strings.dart by @Samveg12 in #61
- Improvise the README.md by @BolisettySujith in #55
- chore: Minor fixes by @ashwinkey04 in #63
- Refactor plugin code by @ashwinkey04 in #65
New Contributors 🥳
- @nithesh10 made their first contribution in #51
- @Samveg12 made their first contribution in #61
- @BolisettySujith made their first contribution in #55
Full Changelog: v1.0.5...v1.0.8
v1.0.6 release
- Fixed YouTube downloader error
- Back to active development 🥳🚀
v1.0.5 release
Fix YouTube download 404 error
v1.0.4 release
- Remove ffmpeg and reduce apk size
- Switch to FutureBuilder for album arts instead of storing bytedata in the sqflite DB.
v1.0.3 release
- Bump YT-Explode library to support new changes from YouTube and fix
Unexpected Error
s 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
- Pitch black theme
- Null safety
- iOS style blurred playback controls
Initial release
- 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