Skip to content

Releases: FlyinPancake/yoink

v0.1.6

24 Apr 06:03
d578cf2

Choose a tag to compare

0.1.6 (2026-04-24)

Bug Fixes

  • update instances list provider (eacee90)

v0.1.5

23 Apr 14:00
dd20e2d

Choose a tag to compare

0.1.5 (2026-04-20)

Features

Bug Fixes

Performance Improvements

  • ui: use react query for auth status (#41) (c5aadbf)

Code Refactoring

  • use sort_by_key where applicable (#45) (38e1a88)

Documentation

v0.1.4

11 Apr 13:56
6bbe744

Choose a tag to compare

0.1.4 (2026-04-11)

Features

  • implement link artist dialog (#34) (e676eab)
  • Use migrations instead of schema sync (e3ad07e)

Bug Fixes

  • sanitize path-like artist tags during local library scan (#23) (#28) (a1ead45)
  • use extract_year helper for album folder creation (b7fbf13)

Code Refactoring

v0.1.3

05 Apr 22:52
6c2373b

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

HUGE CHANGES

ONLY USE IN SANDBOX

beware rambling ahead:

So i wanted to move to a better stack than the one I started with. There are some caveats. The first big one is I bet too much on sea-orm's schema-sync. It's not production ready, and only works if you're not building a literal library in the DB. It's good for rapid prototypes. This release is a prerelease since it uses that db. Also, postgres is now supported and it's a first class citizen!
The container image was borked so I had to fix that one as well.
The frontend is now based on react (vite + rolldown + react router). This enables FAST prototyping and won't crash my browser when i inevitable mess up something.
With the change to react, I needed an API layer, so full openAPI support is now in with auth. The api shape will change, I can guarantee that.

What's coming next release?

  • Migrations (so you don't have to drop your db on updates)
  • aarch64 images (I want to start dogfooding on my rpi and I need it)
  • UI polish (current one is functional, will need some user testing)

What's Changed

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