Skip to content

Releases: nokonoko/Uguu

V1.9.9

Choose a tag to compare

@nokonoko nokonoko released this 06 Dec 22:19

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

Choose a tag to compare

@nokonoko nokonoko released this 03 Oct 19:14

Uguu 1.9.8

  • Fixed critical sanitization error.

V1.9.7

Choose a tag to compare

@nokonoko nokonoko released this 04 Aug 15:59

Uguu 1.9.7

What's Changed

  • Added "copy all" links button.

V1.9.6

Choose a tag to compare

@nokonoko nokonoko released this 15 Jun 21:28

Uguu 1.9.6

What's Changed

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

V1.9.5

Choose a tag to compare

@nokonoko nokonoko released this 15 Jun 17:08

What's Changed

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

V1.9.4

Choose a tag to compare

@nokonoko nokonoko released this 14 Jun 20:59

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

Choose a tag to compare

@nokonoko nokonoko released this 18 Apr 11:07

What's Changed

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

V1.9.2

Choose a tag to compare

@nokonoko nokonoko released this 25 Mar 00:13

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

Choose a tag to compare

@nokonoko nokonoko released this 23 Mar 21:48

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

Choose a tag to compare

@nokonoko nokonoko released this 23 Mar 16:00

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.