Skip to content

Releases: nokonoko/Uguu

V1.6.2

16 Dec 23:36
ceeaf69
Compare
Choose a tag to compare
  • Minor bugfixes & improvements
  • Changes in how classes are loaded using autoload.
  • Changes to file structure.
  • Changes to installation.
  • More documentation added.

V1.6.1

22 Jul 06:50
Compare
Choose a tag to compare
  • HTML compression turned off, gets botched otherwise.
  • Added some padding for the copy button.

V1.6.0

22 Jul 05:13
Compare
Choose a tag to compare

Major refactoring affecting almost all code. : )

V1.5.4

16 Jul 06:27
Compare
Choose a tag to compare
  • Ko-Fi donation button added.
  • Templating now uses ejs instead of swig.
  • clean-css/uglify-js replaced with minify-all.
  • Minor PHP changes.
  • Makefile reworked.
  • Preparations for major refactor.
  • Docs updated.

If you want to use docker, stay on v1.5.3 until 1.6.0 is released.

V1.5.3

16 Jul 05:09
Compare
Choose a tag to compare

Pre-overhaul stable release.

V1.5.2

29 Jan 20:43
Compare
Choose a tag to compare

Strip tags from original filename.

V1.5.1

29 Jan 20:35
Compare
Choose a tag to compare

File extension fix also no more double dots since it's easy to abuse and not a lot of files actually use it... so lets put that on hold for now, also improved IP detection.

V1.5.0

23 Jan 11:34
Compare
Choose a tag to compare

More static calling!

V1.4.0

22 Jan 21:40
Compare
Choose a tag to compare

A lot of changes has been made in this version, pretty much all of the code has been reworked. Be sure you're on PHP 8.0 or higher before upgrading.

  • More error reporting.
  • Less bloat and easier to read.
  • Settings are handled by dist.json instead.
  • Changed to GPL-3.0 License.
  • Double dot array mess removed.
  • Now follows PHP PSR-12.

TODO

  • Further documentation
  • More comments on code
  • probably more stuff

V1.3.0

04 Jul 11:21
Compare
Choose a tag to compare
  • This version introduces support for a blacklist DB and other changes as to work when the Moe Panel is released.

You NEED to use the new DB schema for this version to work!

  • Also fixes wrong name for layout_index.swig which makes "make" fail.