no important bugfixes, just new features
things to know when upgrading:
* `Pillow` and `FFmpeg` is now used to generate thumbnails
* `--no-thumb` disables both
* `--no-vthumb` disables just `FFmpeg`
* new optional dependencies:
* `Pillow` to enable thumbnails
* `pyheif-pillow-opener` to enable reading HEIF images
* `pillow-avif-plugin` to enable reading AVIF images
* `ffmpeg` and `ffprobe` to enable video thumbnails
* if you wish to wipe the DB and rebuild it to get the new metadata collected as of this version, and you have expensive `-mtp` parsers (bpm/key) and a huge database (or a slow server), consider https://github.com/9001/copyparty/tree/master/bin#dbtoolpy
new features:
* thumbnails! of both static images and video files
* served as webp or jpg depending on browser support
* new hotkeys: G, T, S, A/D
* additional metadata collection with `-e2ts`
* audio/video codecs, video/image resolution, fps, ...
* if you wanna reindex, do a single run with `-e2tsr` to wipe the DB
* mtp can collect multiple tags at once
* expects json like `{ "tag": "value" }`, see end of https://github.com/9001/copyparty/blob/master/bin/mtag/exe.py
bugfixes:
* when sorting by name, show folders first
* mimetypes for webp and opus on GET
* mojibake support
* up2k into mb folder
* indexing files in mb folders
* editing markdown in mb folders