Skip to content

MediaLyze v0.16.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:10
573e255

This patch release improves library path maintenance, makes library deletion safer, and fixes metadata handling issues reported by users.

✨ Enhancements

  • allow changing the folder paths for existing libraries while keeping existing analyzed metadata and history #167

🐛 Bug fixes

  • require an explicit library-name confirmation before deleting a library and show an in-progress deleting state while MediaLyze removes its database records
  • keep the raw ffprobe JSON copy action working in browsers that do not expose the async Clipboard API on non-local HTTP origins #168
  • derive missing audio-only bitrates from ffprobe format bitrate so FLAC/VBR files feed audio-bitrate sorting, statistics, and quality scoring correctly #166 with help from @inventor7777