Skip to content

Releases: audinary-org/audinary

v1.1.1

01 Apr 02:36

Choose a tag to compare

What's New

Features

  • Smart Playlists — full smart playlist functionality with effective limits, live song counts, and internationalization
  • Playlist Detail View — new PlaylistDetailView component and detail view management
  • Audio Seeking — support for seeking in transcoded audio streams
  • Queue Optimization — batch processing for song queue management, length/preview getters for upcoming queue
  • CD Modal Animations — new animations and updated close button styles
  • Dependabot — automated dependency updates for npm, Composer, Docker, and GitHub Actions
  • CodeQL — initial security scanning configuration

Bug Fixes

  • Correct PostgreSQL volume path in docker-compose
  • Fix codec validation regex in CodecValidationService
  • Fix playlist ID reference in PublicPlaylistRepository
  • Improve manual chunking for vendor libraries
  • Resolve eslint/prettier compatibility with ESLint 10
  • Remove deprecated baseUrl from tsconfig.json

Refactoring

  • Streamline ID validation and type casting in Playlist models
  • Simplify array mapping in Favorite, Playlist, and SmartPlaylist repositories
  • Simplify select styles for consistency and dark theme

Dependencies

  • Node 24 → 25, PHP 8.4 → 8.5
  • Vite 7.3 → 8.0, TypeScript 5.9 → 6.0, ESLint 9 → 10, vue-router 4.6 → 5.0
  • trafex/php-nginx 3.10 → 3.11, actions/checkout 4 → 6, actions/setup-node 4 → 6
  • Various minor/patch dependency bumps

Infrastructure

  • New Dockerfile for backend service, enhanced docker-compose configuration

Initial Public Release

20 Mar 23:42

Choose a tag to compare

v1.0.0

refactor styles to replace drop-shadow with box-shadow for better Fir…