Releases: californiaAlmonds/auricle
Release list
Auricle 0.1.4
Auricle 0.1.4
Added
- Redesigned search with mixed previews, suggestions, artist and album results, and playlist browsing.
- Unified context menus with artist and album navigation and queue actions.
- Local library management for artists, albums, and playlists.
Improved
- Startup and scrolling performance, audio thread priority, and thumbnail request handling.
- Playback startup, streaming extraction, queue handling, and audio caching.
Packaging
- Preserve literal version/checksum substitution for Chocolatey and Scoop packages.
- Windows installer and portable downloads; optional yt-dlp and ffmpeg add-ons remain user-installed and are not bundled.
Verification
- 76 library tests passed; 8 opt-in tests skipped.
- Streaming integration target compiled; its opt-in network test was skipped.
- Native application build and package metadata checks passed.
This remains an early Windows release. External streaming services and optional add-ons can affect playback.
Current App
Native catalogue search, a local library, right-click actions, queue and autoplay, liked songs/history, audio caching and tray support. Updated website and package descriptions reflect the current app.
Native smoke: startup, search, play/pause, seek and queue display verified.
What's Changed
- Release 0.1.4 by @californiaAlmonds in #15
- Release 0.1.4 with refreshed screenshots and listings by @californiaAlmonds in #17
- Correct Scoop homepage for automatic version checks by @californiaAlmonds in #20
Full Changelog: v0.1.3...v0.1.4
Auricle 0.1.3
Auricle 0.1.3
Added
- Windows installer (Inno Setup): CI now builds a proper
auricle-<ver>-setup.exe
with silent switches (/VERYSILENT) for unattended winget/Chocolatey installs. - README now shows an app screenshot and a SourceForge download button.
Changed
- Chocolatey now installs the real setup.exe via
Install-ChocolateyPackage
(silent install) instead of shimming a standalone exe. - Release artifact renamed from
-installer.exeto-setup.exeacross the workflow,
Chocolatey, Scoop, and winget publishing. - Fixed the SourceForge button link/logo on the GitHub Pages site (
docs/).
Fixed
- Installer icon/output paths in
auricle.issnow resolve correctly relative to repo root. - Packaging publish steps use literal tokens to prevent checksum corruption in the
Chocolatey/Scoop manifests (#12).
Chore
- Ignore the
dist/release-output folder. - Bump version to 0.1.3.
What's Changed
- Feature/installer (#8) by @californiaAlmonds in #9
- Release/0.1.3 by @californiaAlmonds in #11
- Release/0.1.3 by @californiaAlmonds in #13
Full Changelog: v0.1.2...v0.1.3
Auricle 0.1.2
Changelog
0.1.2
Added
- In-app update support for the portable build.
- Chocolatey and Scoop packaging.
- GitHub Pages product site (
docs/) with hero, features grid, how-it-works, downloads, and FAQ. - SourceForge download link: https://sourceforge.net/projects/auricle/files/latest/download
Improved
- Caching and persistence: in-memory cache for disliked songs, optimized thumbnail fetching, better audio cache flushing.
What's Changed
- Release/0.1.2 by @californiaAlmonds in #7
Full Changelog: v0.1.1...v0.1.2
Auricle 0.1.2-beta.1
Auricle 0.1.1
Auricle v0.1.1
New
- First-run onboarding popup for installing
yt-dlp/ffmpeg, with real install progress bars and a Repair install option for existing add-ons.
Fixes
- Fixed a console window popping up on every track change (background prefetch now runs hidden on Windows).
Improvements
- Unified app data under
%LOCALAPPDATA%\auriclewith automatic migration from the old folder. - Leaner, cleaner build: removed unused Tauri layer and dependencies; flattened project structure.
What's Changed
- Feature/onboarding page (#2) by @californiaAlmonds in #3
Full Changelog: v0.1.0...v0.1.1
Auricle 0.1.0
Auricle v0.1.0 — First Stable Release 🎵
The first public build of Auricle, a native desktop music player for Windows
built with Rust and the Slint UI toolkit — a lightweight native shell with
no embedded web view.
Highlights
- 🔎 Fast search powered by the YouTube Music API
▶️ Playback with a persistent queue, history, and likes- ⏯️ OS media-key integration (play/pause/next/previous from your keyboard)
- 💾 Local audio cache (LRU, persisted) for snappy repeat playback
- 🪟 Minimize-to-tray support
- 🦀 Fully native Rust + Slint shell — no React/Vite/Express, no web view
Requirements
- Windows with the MSVC C++ runtime
- Optional add-ons: audio extraction uses
yt-dlp
and some cache operations useffmpeg. These are not bundled
or redistributed. On first run, Auricle offers an optional "Install essential
add-ons" step, or you can install them yourself and put them on yourPATH.
Install
Download auricle-0.1.0.exe from the assets below and run it.
⚠️ First-release disclaimer
This is the very first release and should be considered early / experimental.
Expect rough edges and bugs — playback hiccups, UI quirks, and edge cases are likely.
It is not yet hardened for everyday production use. Please back up nothing critical to
it and report any issues you run into so they can be fixed. Use at your own risk.
Known limitations
yt-dlp/ffmpegmust be present (via the in-app add-on step or yourPATH)- Windows only
- No automated test coverage yet; releases rely on manual smoke checks
Thanks for trying Auricle! Feedback and bug reports are very welcome. 🙏
What's Changed
- Prepare v0.1.0: hide console window in release builds; use PR body fo… by @californiaAlmonds in #1
New Contributors
- @californiaAlmonds made their first contribution in #1
Full Changelog: https://github.com/californiaAlmonds/auricle/commits/v0.1.0
