Releases: devohmycode/Audiomatic
Releases · devohmycode/Audiomatic
Release Notes - 0.1.2
- Added a simple i18n system for language translations, allowing dynamic language switching.
- Updated MainWindow and LibraryWindow to utilize localization for UI text.
- Enhanced SettingsWindow to support language selection and display localized text.
- Improved README with instructions for adding new languages.
Release Notes - 0.1.1
- Introduced TrackDurationHelper for accurate track duration resolution.
- Updated MainWindow to restore queue preview and handle media end events more effectively.
- Enhanced AudioPlayerService to utilize accurate duration from TrackDurationHelper.
- Modified QueueManager to save and restore track position.
- Updated TrackInfo model to format duration using TrackDurationHelper.
- Added functionality to refresh track metadata in QueueManager.
Release Notes - 0.1.0
- Gapless playback — seamless track transitions via pre-loaded audio chain with
GaplessSampleProvider; automatic fallback for incompatible formats - BPM detection — reads BPM from file tags on scan, or analyzes audio on demand (multi-band onset detection + comb filter); displayed in track list, sortable, written back to file tags
- Artists view — browse library grouped by artist with circular artwork cards, detail view with search/sort
- Albums view — browse library grouped by album with artwork cards
- Playback speed — adjustable 0.25x–4x with 9 presets via
SpeedControlSampleProvider(linear interpolation) - Podcast enhancements — episode downloads (offline playback), playback resume (progress persistence), unread episode badges on subscriptions
- Sleep timer — auto-stop after 15/30/45/60/90 minutes
- Folder drag & drop — drop folders onto the window to scan and add to library
- Custom Acrylic ColorPicker — tint and fallback color squares now open a full WinUI
ColorPickerflyout - Window drag fix — fixed collapse animation timer stuck in infinite loop preventing vertical window movement
Release Notes - 0.0.6
What's Changed
- feat: Add album view and fix volume slider by @devohmycode in #6
Full Changelog: v0.0.5...v0.0.6
Release Notes - 0.0.5
What's Changed
- feat: Add 10-band equalizer and custom accent colors by @devohmycode in #5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: Add Radio and Podcast playing by @devohmycode in #4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: Custom Acrylic backdrop + Win2D 3D visualizer by @devohmycode in #3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- feat: v0.0.1 - Core audio player with library, playlists and theming by @devohmycode in #1
- feat: v0.0.2 — Visualizer, transitions, mini-player, metadata editor, media control by @devohmycode in #2
New Contributors
- @devohmycode made their first contribution in #1
Full Changelog: https://github.com/devohmycode/Audiomatic/commits/v0.0.2