Changelog for upcoming version #1

Open
opened 2025-12-09 01:43:20 +01:00 by sherl · 0 comments
Owner

v0.1.0 (2026-01-28)

Features

  • add album and miscellaneous controllers with album mapping (a1c9e38)
  • add DTOs for basic endpoints (6736ce8)
  • orphan songs not present in the media directory (03940a9)
  • make setup wizard copy a generic album image to music library path (17b8baf)
  • add library scanning mechanic (d46a257)
  • add db cleanup command line argument (3a68531)
  • add workflow for release handling (56273c2)
  • add support for applying migrations automatically (ac2b6ab)
  • add setup wizard and proper seeder (defa00d)
  • add database connections, initial migration and early CLI tooling (f648a73)
  • add changelog-tracking workflow (ad3cd67)

Bug Fixes

  • adjust logging verbosity (c59efae)
  • make sure albums and artists are bound to songs (b46ab28)
  • temporarily disable xml serialization (3486b82)
  • stored procedure and database cleanup fix (also fixes file copying) (6a92451)
  • assign unknown album to unknown artist, changes in migration logic (0083539)
  • add migrations for stored procedure and privacy field in playlists (0b74cf2)
  • count runs, update versions if they differ (f5df949)
  • rewrite condition for admin counting (a8f4afb)
  • remove required from entities' id (eebc5f1)
  • use the default value on enter, read username from cli arguments (efb8a41)
## v0.1.0 (2026-01-28) ### Features - add album and miscellaneous controllers with album mapping (a1c9e38) - add DTOs for basic endpoints (6736ce8) - orphan songs not present in the media directory (03940a9) - make setup wizard copy a generic album image to music library path (17b8baf) - add library scanning mechanic (d46a257) - add db cleanup command line argument (3a68531) - add workflow for release handling (56273c2) - add support for applying migrations automatically (ac2b6ab) - add setup wizard and proper seeder (defa00d) - add database connections, initial migration and early CLI tooling (f648a73) - add changelog-tracking workflow (ad3cd67) ### Bug Fixes - adjust logging verbosity (c59efae) - make sure albums and artists are bound to songs (b46ab28) - temporarily disable xml serialization (3486b82) - stored procedure and database cleanup fix (also fixes file copying) (6a92451) - assign unknown album to unknown artist, changes in migration logic (0083539) - add migrations for stored procedure and privacy field in playlists (0b74cf2) - count runs, update versions if they differ (f5df949) - rewrite condition for admin counting (a8f4afb) - remove required from entities' id (eebc5f1) - use the default value on enter, read username from cli arguments (efb8a41)
sherl pinned this 2025-12-09 01:43:49 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sherl/Shadow#1