This release introduces new command line and config options, in addition to improvements and bug fixes.
- New command line option `-M, --multiple-instance` allows multiple simultaneous instances of kvm48 (use with caution).
- New command line option `--dump-config-template` dumps the latest configuration file template.
- New configuration option `convert_non_bmp_chars` to enable replacement or removal of non-BMP characters (code points above `U+FFFF`, e.g. most emojis) in filenames for compatibility with legacy filesystems with only UCS-2 support, e.g., FAT32.
- List of successfully downloaded files is now printed at the end of each session.
- The `names` config option is no longer required when running in perf mode.