Join the discord to stay up to date and have early previews
Dev note
Hi all, sorry for seemingly abandoning this project for a while, it was not my intention, if any of you follow my other more active projects you'll know my kid had his second liver transplant so for the past couple of months our life has been very hectic and I have been at little to no capacity.
Things are going a bit better now, so I have more mental and physical capacity to work on ALL my projects, which brings me to this release, it may seem small but a lot has gone into it to make the app feel sturdier and safer.
Changelog
bugfixes
- Uploading images from clipboard doesn't work if
image.pngalready exists in the folder you're uploading to, this now won't happen as clipboard paste will have randomly generated names #17 - Added ability to specify a specific path for audit logs #16
- Fix issue where you can't download as a non super admin user #15
features
- Users can now enable a toggle in settings to show thumbnail for images, this generates thumbnails in a
./data/thumbnailsfolder that can be changed via docker volumes override OR env variable changes #13 - Changed settings to work as individual pages so refreshing won't just send you back to your profile settings
vulnerabilities
- Fixed a CVE reported in my discord server (thank you @jeenkkk), as per my own policy I'll release the full CVE details in a week and publish it, giving everyone plenty of time to update their instances. Worth noting this is not a big issue if you only have one user and/or you only host it locally for your and your family.
- Fixed a ton of third party vulnerabilities that built up over the hiatus I had (sorry)