Skip to content

Latest commit

 

History

History
161 lines (77 loc) · 7.39 KB

CHANGELOG.md

File metadata and controls

161 lines (77 loc) · 7.39 KB

CHANGELOG

v0.1.1 (2025-02-26)

  • Delete destination page cache for moved media (#19)

  • fix ES timeouts

  • delete page cache for move destination as well (39b6400)

v0.1.0 (2025-02-26)

  • use older semantic release version (e052012)

  • Update README.md (a15cce7)

[minor]

  • [minor] add a move option for existing media (#18) (9ac6183)

v0.0.7 (2025-02-24)

  • maybe this will clear the cache? (#17) (2df19d6)

v0.0.6 (2025-02-24)

  • really delete things from the cache when they change (#16) (6445506)

v0.0.5 (2025-02-24)

  • fix deleting items (#15)

  • fix deleting items

  • remove excess try/except (bb56e86)

v0.0.4 (2025-02-21)

  • fix media redirect (#14) (55afd50)

v0.0.3 (2025-02-21)

  • automatic thumbnails when uploading (#13)

  • automatically make a thumbnail when an image is uploaded

  • if uploading a custom thumbnail, make sure it's resized and auto-rotated from exif

  • make search faster by removing the photoswipe hash lookup, replacing with image hashes in the album page (263871e)

v0.0.2 (2025-02-20)

  • we need the async version of elasticsearch (6025f31)

v0.0.1 (2025-02-19)

  • try making new releases better (71ff753)

  • Merge pull request #12 from WIPACrepo/better-editing

add thumbnail editing and deleting albums (101a9d1)

  • add thumbnail editing and deleting albums (fb15ab7)

  • Merge pull request #11 from WIPACrepo/make-editor

web editor (fbddb53)

  • docker image fixups. add tests (dffd34a)

  • fix docker build (d6a2871)

  • move two files ruff is checking (3cdd7a4)

  • fix ruff and docker (6ca7d8b)

  • remove setup action and switch to ruff (d5d7609)

  • move everything into python server, and remove sigal (40d77c0)

  • new upload and search page (7f1ae89)

  • first commit for editor, with lots of py project things (b9f1718)

  • try better git url (ee0d4c6)

  • switch to sigal branch to test speedup (9313089)

  • auto-orientation on conversion, and ignore a few more files (c544c62)

  • fix hosts param (cd09987)

  • use full scheme and kwargs for search ES (f4d43ed)

  • do not modify .md files if they already exist (f5b5bc6)

  • new ES requres args to be kwargs (70a61ed)

  • a few upgrades and fixes for new conversion (e761977)

  • stylized font for page title (d5e4ee3)

  • integrate search into theme. improve mobile support (9fadd5e)

  • album urls should end in / (63fda43)

  • try switching to cached version of sigal (bd42f2d)

  • pass args on to sigal (e974791)

  • add ffmpeg to container (1d013f4)

  • add fonts to container (6671c5c)

  • use devel version of sigal (b237e35)

  • assume building in the correct env (a7280f6)

  • allow build process to take dynamic src and build dirs (4d88d70)

  • fix dockerfile name (3ec0c9e)

  • add ES indexing (629b456)

  • add dockerfile (a309a88)

  • get video downloads working, and also build in support for previewing smaller images than the original. minify the js files at build time. (6c1887a)

  • add non-media files. copy thumbnails for gifs and videos. closes #6 (c7a33f3)

  • basic prototype done (63a34b1)

  • first pass at getting data out of the gallery DB. basic functions are there, but need to be strung together (6e595cc)

  • Initial commit (52e9305)