Releases: FlyinPancake/yoink
v0.1.6
v0.1.5
0.1.5 (2026-04-20)
Features
Bug Fixes
- docs: add favicon to docs page (ac1f328)
- docs: fix docs site build (6b2aaaa)
- docs: fix images in vercel (77ff4ba)
- re-add dotenv support (#40) (eeedfaf)
- show intial admin password on launch (#44) (9ef06ea)
- use sort_by_key (38e1a88)
Performance Improvements
Code Refactoring
Documentation
v0.1.4
v0.1.3
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
- Admin Authentication by @FlyinPancake in #5
- Fix Adding for Search by @FlyinPancake in #7
- Introduce Select component with portal-based dropdown and sorting by @FlyinPancake in #13
- Consolidate utilities and standardize codebase patterns by @FlyinPancake in #15
- External import by @FlyinPancake in #16
- Move to React frontend by @FlyinPancake in #19
- Refactor to sea-orm by @FlyinPancake in #20
Full Changelog: v0.1.2...v0.1.3