Skip to content

v2.2.2 — Fix: duplicate files, format menu, original cleanup

Choose a tag to compare

@AliHamza-Coder AliHamza-Coder released this 12 Jul 13:58
· 19 commits to main since this release

v2.2.2 (2026-07-12)

Critical fixes

Files no longer duplicated after conversion
The analyse scanner was recursively walking into backup/ directories, showing each original twice (once in current dir, once in backup). Now backup* and originals_* directories are skipped.

Originals deleted after conversion (when backup enabled)
Previously the original file stayed in the current directory after conversion — backup was a copy. Now: backup has a copy → original is deleted → only the converted file remains.

Format selection menu

Instead of typing a format name, pick by number:

  • Images: [1] webp [2] avif [3] jpg [4] png [5] gif
  • Videos: [1] mp4 [2] webm [3] mov [4] avi [5] mkv [6] gif
  • Audio: [1] mp3 [2] flac [3] ogg [4] wav [5] aac [6] opus [7] m4a [8] alac

You can still type a format name directly if you prefer.