Files
psysonic/CHANGELOG.md
T
2026-03-09 19:10:14 +01:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - Initial Release

Added

  • Core Architecture: Full transition to Tauri v2 with React front-end.
  • Subsonic API Integration: Complete support for browsing albums, artists, playlists, and fetching streams.
  • Theming System: Implementation of the Catppuccin Mocha (Dark) and Latte (Light) design systems with dynamic CSS variables.
  • Internationalization (i18n): Multi-language support structure established with English and German translations out of the box.
  • Player & Queue: Fully functional persistent queue with drag-and-drop support, repeat modes, and volume state retention.
  • Live "Now Playing": Real-time dropdown to view active streams on the connected server.
  • Settings & Network: Dual URL configuration (LAN/External) with ping-testing capabilities.
  • Full-Screen Player: Immersive full-screen mode showing massive album art and track metadata.
  • Continuous Integration: Automated GitHub Actions to compile native binaries for Linux, macOS, and Windows.

Initial public release repository setup.