Releases: deanmoses/tacocat-gallery-sveltekit
Releases · deanmoses/tacocat-gallery-sveltekit
2023v9
2023v8
Search
The previous release was to accommodate a ground-up rewrite of the back end, and search was broken. This release incorporates a new Redis-based search, including:
- Results are sorted by date rather than relevance
- Ability to sort newest or oldest first
- Filter by earliest and latest years
- Images and albums are now listed together rather than separately
- An administration page to reset Redis if the in-memory database dies (like if the machine is restarted, I guess)
2023v7
This is the first AWS edition.
- There's been a complete re-architecture of back end: now runs on AWS instead of Zenphoto
- The editing functionality from Zenphoto is now incorporated into this app
- This static SPA web app is also served from AWS instead of Dreamhost
2023v6
2023v5
2023v4
2023v3
2023v2
2023v1
Very first release ever.
It's live at https://pix.tacocat.com/
This replaces the previous React + Redux based front end: https://github.com/deanmoses/tacocat-gallery-redux/