Skip to content

Latest commit

 

History

History
148 lines (70 loc) · 6.82 KB

CHANGELOG.md

File metadata and controls

148 lines (70 loc) · 6.82 KB

Changelog

0.8.1 (2024-10-05)

Bug Fixes

0.8.0 (2024-09-30)

Features

Bug Fixes

0.7.0 (2024-09-26)

Features

  • Add support for 3d assets through assimp converter (63a4328)

Bug Fixes

  • wrong layout on search with few options (8817389)

0.6.0 (2024-09-25)

Features

  • ui remake with tailwind (22f823c)

Bug Fixes

  • rename css file to force update cache, fixes #141 (47139a5)

0.5.0 (2024-09-20)

Features

  • add option to customize how often files are automatically deleted (317c932)

Bug Fixes

  • improve file name replacement logic (60ba7c9)

0.4.1 (2024-09-15)

Bug Fixes

  • allow non lowercase true and false values, fixes #122 (bef1710)

0.4.0 (2024-08-26)

Features

Bug Fixes

  • keep unauthenticated user logged in if allowed #114 (bc4ad49)
  • pdf support in vips (8ca4f15)
  • Slow click on conversion popup does not work (4d9c4d6)

0.3.3 (2024-07-30)

Bug Fixes

  • downgrade @elysiajs/html dependency to version 1.0.2 (c714ade)

0.3.2 (2024-07-09)

Bug Fixes

  • increase max request body to support large uploads (3ae2db5), closes #64

0.3.1 (2024-06-27)

Bug Fixes

0.3.0 (2024-06-27)

Features

  • add version number to log (4dcb796), closes #44
  • change to xelatex (fae2ba9)
  • print version of installed converters to log (801cf28)

0.2.0 (2024-06-20)

Features

  • add libjxl for jpegxl conversion (ff680cb)
  • change from debian to alpine (1316957), closes #34

0.1.2 (2024-06-10)

Bug Fixes

0.1.1 (2024-05-30)

Bug Fixes

  • 🐛 make sure all redirects are 302 (9970fd3), closes #12

0.1.0 (2024-05-30)

Features

  • remove file from file list in index.html (787ff97)

Miscellaneous Chores