- Add comprehensive lyrics plugin development guide (LYRICS_PLUGIN_GUIDE.md)
- Add migration documentation for transitioning to plugin-based lyrics system (LYRICS_PLUGIN_MIGRATION.md)
- Add lyrics plugin template for developers (LYRICS_PLUGIN_TEMPLATE.md)
- Create lyrics plugin provider implementation (lib/provider/lyrics_plugin_provider.dart)
- Add lyrics endpoint service for plugin integration (lib/services/metadata/endpoints/lyrics.dart)
- Add lyrics provider service documentation (lib/services/lyrics_provider/README.md)
- Update plugin model to support lyrics plugin type (lib/models/metadata/plugin.dart)
- Update metadata service to integrate lyrics plugin system (lib/services/metadata/metadata.dart)
- Enable community-driven lyrics provider development through standardized plugin architecture
* feat(queue): add multi-select and bulk actions to queue
- Add selection mode to PlayerQueue with long-press to select
- Disable inner navigation (title/artist) when selecting via TrackTile
- Show checkboxes only in selection mode
- Add selection AppBar behavior and bottom-sheet menu with: Select all, Add to playlist, Remove selected, Cancel
- Reuse existing PlaylistAddTrackDialog for bulk add
- Hide drag handle while in selection mode
Closes: # (implement multi-select queue feature)
* chore: update .gitignore to include .vscode and modify signing configurations back to default in build.gradle
* chore: add VS Code configuration files
* chore: update dependencies in pubspec.lock
* chore: update pubspec.lock to reflect dependency changes and version updates
* chore: fix replace material widgets with shadcn widgets
---------
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
* feat: add android home widget support
* feat: style widget player and add intent and callbacks on action
* feat: responsive and working android home widget
* fix(android): models stripping causing it to not work for release apks
* chore: ios lockfile update
* feat: config for iOS widget
* cd: upgrade xcode
* cd: reduce xcode version
* feat: add a christmas background