From 68e36a15d982243beece8fc94aaaf97036a8cbf9 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 15 Nov 2023 17:03:27 -0600 Subject: [PATCH] Changelog update --- docs/changelog.md | 1 - docs/old_changelog.html | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 717c9faa..98be2674 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/docs/old_changelog.html b/docs/old_changelog.html index b4c232b7..a2c015cf 100644 --- a/docs/old_changelog.html +++ b/docs/old_changelog.html @@ -48,7 +48,6 @@
  • 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

  • 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!
  • cleaned up the file/folder move/copy error statements a little more