Skip to content

Releases: deanmoses/tacocat-gallery-sveltekit

2023v9

30 Dec 02:19
Compare
Choose a tag to compare

Implemented search pagination

2023v8

28 Dec 23:42
Compare
Choose a tag to compare

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

21 Dec 07:14
Compare
Choose a tag to compare

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

03 Jan 08:16
Compare
Choose a tag to compare
  • New feature: ability to edit the short "summary" of a day album
  • Bugfix: when in edit mode on a year, clicking on a day album thumbnail wasn't preserving edit mode but instead going back to non-edit mode
  • Yet more under-the-hood cleanup

2023v5

03 Jan 00:34
Compare
Choose a tag to compare

Minor under-the-hood updates to be more Svelte-fluent

2023v4

02 Jan 23:02
Compare
Choose a tag to compare
  1. Improved README
  2. Under-the-hood changes to how rich text editor is implemented; no visible changes

2023v3

02 Jan 06:22
Compare
Choose a tag to compare

Bugfix for how the previous bugfix fixed editing

2023v2

01 Jan 20:28
Compare
Choose a tag to compare

Bugfix: when in edit mode and navigating from one image or album to the next, the old image's caption would still be shown for editing. Now, the new image's caption is correctly displayed.

2023v1

01 Jan 00:29
Compare
Choose a tag to compare

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/