Skip to content

Releases: nokonoko/Uguu

V1.9.9

06 Dec 22:19

Choose a tag to compare

Uguu 1.9.9

  • Fixed issue where uploading multipile files at once via API resulted in only the first file being uploaded.
  • Added docker dev environment support.

V1.9.8

03 Oct 19:14

Choose a tag to compare

Uguu 1.9.8

  • Fixed critical sanitization error.

V1.9.7

04 Aug 15:59

Choose a tag to compare

Uguu 1.9.7

What's Changed

  • Added "copy all" links button.

V1.9.6

15 Jun 21:28

Choose a tag to compare

Uguu 1.9.6

What's Changed

  • Several bugfixes related to preload and re-render issues.

V1.9.5

15 Jun 17:08

Choose a tag to compare

What's Changed

  • Fixed re-render content paint bug.
  • Improved preloading.

V1.9.4

14 Jun 20:59

Choose a tag to compare

What's Changed

  • Reduced rendering time on load by optimizing asset preloads and by moving grill randomizer into head.
  • Added template for 404 page.
  • Makefile changes to support arm64 systems.

V1.9.3

18 Apr 11:07

Choose a tag to compare

What's Changed

  • APCU caching support for the configuration array to reduce disk I/O and improve execution time.

V1.9.2

25 Mar 00:13

Choose a tag to compare

What's Changed

  • Fixed bug in Makefile which caused failure when running make leading to the error /usr/bin/env: ‘node’: No such file or directory.

V1.9.1-0

23 Mar 21:48

Choose a tag to compare

What's Changed

  • This release replaces v1.9.1.
  • Replaced Node with Bun for the build process, building is much faster now.
  • Generally reworked Makefile a bit.
  • Updated build behaviour to not include benchmarks/dev tools when building for prod.
  • Updated documentation to reflect above changes.

V1.9.0

23 Mar 16:00

Choose a tag to compare

What's Changed

  • Improved IP/Useragent fingerprinting, validation and handling.
  • Added support to get client IP behind Cloudflare or proxy_pass.
  • Fixed issue where filename generation retries actually never counted down.
  • Minor variable name changes.