Changelog update

This commit is contained in:
Hydrus Network Developer 2023-11-15 17:03:27 -06:00
parent f048b8a0fb
commit 68e36a15d9
No known key found for this signature in database
GPG Key ID: 76249F053212133C
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ title: Changelog
* if you have 'confirm sending files to trash' turned off, the delete dialog will now show on physical deletes (i.e. deletes from the trash)
* updated the derpibooru parser to pull the new AI-based 'generator' and 'prompter' namespaces (converting both to the hydrus-appropriate 'creator')
* thanks to a user, the Linux build is now archived with zstd instead of gzip. should be about the same size but faster to decompress
* thanks to a user, the Docker release is pushed up to alpine 3.18. some python libraries should be included/updated also, with heif and dateparser and I think QtPDF support added
### fixes

View File

@ -48,7 +48,6 @@
<li>if you have 'confirm sending files to trash' turned off, the delete dialog will now show on physical deletes (i.e. deletes from the trash)</li>
<li>updated the derpibooru parser to pull the new AI-based 'generator' and 'prompter' namespaces (converting both to the hydrus-appropriate 'creator')</li>
<li>thanks to a user, the Linux build is now archived with zstd instead of gzip. should be about the same size but faster to decompress</li>
<li>thanks to a user, the Docker release is pushed up to alpine 3.18. some python libraries should be included/updated also, with heif and dateparser and I think QtPDF support added</li>
<li><h3>fixes</h3></li>
<li>fixed a stupid typo in the folder copy/move tech last week that was not allowing some move/copies to start (as always, the thing that is so simple that you don't think to test it is the very thing that blows up). sorry for the trouble!</li>
<li>cleaned up the file/folder move/copy error statements a little more</li>