Skip to content

Releases: devohmycode/Audiomatic

Release Notes - 0.1.2

19 Mar 11:20
83bc0da

Choose a tag to compare

  • 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

17 Mar 15:54
b28d912

Choose a tag to compare

  • 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

17 Mar 12:50
dadbdf2

Choose a tag to compare

  • 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 ColorPicker flyout
  • Window drag fix — fixed collapse animation timer stuck in infinite loop preventing vertical window movement

Release Notes - 0.0.6

16 Mar 10:35
1a500ce

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

Release Notes - 0.0.5

15 Mar 17:02
6e4e690

Choose a tag to compare

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

13 Mar 13:21
8f06520

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Mar 15:23
d462e7e

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

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

11 Mar 15:43
ee0e76d

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

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

Full Changelog: https://github.com/devohmycode/Audiomatic/commits/v0.0.2