Releases: nokonoko/Uguu
Releases · nokonoko/Uguu
V1.7.6
V1.7.5
V1.7.4
Bugfixes:
- Changed so the upload function uses the function
hash_file
instead ofhash
, otherwise it won't return the hash of the file but rather the temporary file name's hash which will break anti-dupe. - Changed so the Makefile removes the existing
dist
upon runningmake install
.
V1.7.3
V1.7.2
V1.7.1
V1.7.0
Version 1.7.0 includes the following changes:
- Added support for PostgreSQL database.
- Fixed a bug causing duplicate records to be inserted for a file.
- Corrected a bug that caused incorrect calculation and comparison of rate limit time difference.
- Modified the file name generation function.
- Removed usage of Try's and Exceptions by implementing a custom error handler, which may reduce memory usage. In order to see errors beyond the "server error" message you have to enable DEBUG in your config.json file, please note that this might leak sensitive information about your backend and should only be enabled for debugging.
- Modified the Nginx configuration for Docker so it includes "_ecc" in the certificate folder path since Acme.sh seems to include that all of the sudden.
- Modified the included PHP configuration for Docker.
- Resolved bug where the SQLite3 DB could get locked up due to too many requests.
- Slimmed down the code and removed unnecessary functions.
V1.6.7
V1.6.6
This is a breaking change and it is recommended to re-install Uguu entirely when upgrading.
- Cleaned up Makefile & Dockerfile.
- Sensible way to deploy Uguu as a container if wanted, including Nginx and PHP-FPM getting configurated using values from config.json and fetching SSL certificate(s) using acme.sh.
- Removed double entry of ratelimit in sqlite schemafile.
- Compiling now uses the npm packages minify, ejs and imagemin-cli instead which is a bit faster and mitigates some vulnerabilities some of the other packages had.
- Some changes to config.json which are breaking, so pay attention when transfering your old configuration.
- Some other minor stuff.
What's Changed
Full Changelog: v.1.6.5...v.1.6.6