Skip to content

Releases: californiaAlmonds/auricle

Auricle 0.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 10:12
624658f

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

Auricle 0.1.4 on Windows

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

Full Changelog: v0.1.3...v0.1.4

Download auricle

Auricle 0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:52
2f54153

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.exe to -setup.exe across 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.iss now 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

Full Changelog: v0.1.2...v0.1.3

Download auricle

Auricle 0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:37
ffd7d16

Changelog

0.1.2

Added

Improved

  • Caching and persistence: in-memory cache for disliked songs, optimized thumbnail fetching, better audio cache flushing.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Auricle 0.1.2-beta.1

Auricle 0.1.2-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jun 09:37

Full Changelog: v0.1.2...v0.1.2-beta.1

Auricle 0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:36
78e3ede

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%\auricle with automatic migration from the old folder.
  • Leaner, cleaner build: removed unused Tauri layer and dependencies; flattened project structure.

What's Changed

Full Changelog: v0.1.0...v0.1.1

Auricle 0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:20
e7a1b4e

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 use ffmpeg. 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 your PATH.

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 / ffmpeg must be present (via the in-app add-on step or your PATH)
  • 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

Full Changelog: https://github.com/californiaAlmonds/auricle/commits/v0.1.0