Skip to content

Releases: l-koehler/FF-converter

Version 2.4.6

10 Oct 10:08
Compare
Choose a tag to compare
  • Change ffmpeg format detection, in particular fix .opus not being detected in some cases

Version 2.4.5

17 Apr 15:54
Compare
Choose a tag to compare
  • remove leftover print()

  • remove broken recursion in utils.is_installed() with magick/convert

Version 2.4.4

16 Apr 19:42
Compare
Choose a tag to compare
  • Fix imagemagick detection of supported formats

Version 2.4.3

08 Apr 20:20
Compare
Choose a tag to compare
  • Move trimesh/gmsh to optional dependencies

  • Add missing 3D Formats

  • Add instructions for ARM users on how to install (compile) GMSH

  • Add proper handling of unexpected missing gmsh

Version 2.4.2

07 Apr 09:23
Compare
Choose a tag to compare
  • Fix dependency checking for trimesh

  • Add trimesh (and gmsh) as dependencies in setup.py,
    users can choose to remove these afterwards.

Version 2.4.1

06 Apr 19:30
Compare
Choose a tag to compare
  • Fix icon on Wayland (Fix Issue #13)

Version 2.4.0

06 Apr 19:19
Compare
Choose a tag to compare
  • Added trimesh/gmsh to support 3D-Models (close #11)

  • Fixed crash when using drag-and-drop (close #12)

  • When set to only show common file types, still show uncommon ones
    if no common types are available

Version 2.3.2

06 Feb 16:43
Compare
Choose a tag to compare
  • Added Caching to all_supported_conversions and missing to make
    starting the program faster.

  • Fix Issue #10: Will now no longer freeze if the external program is
    missing when called by progress.py

  • Stop a error message by WSL that would display when the program
    checks and doesn't find a dependency in WSL

  • Will now work with the magick command "convert" installed in WSL

Version 2.3.1

03 Feb 18:27
Compare
Choose a tag to compare
  • Removed unneeded print() left in by accident
  • fix imagemagick conversion being broken with old versions of imagemagick

Version 2.3.0

30 Jan 15:05
Compare
Choose a tag to compare
  • Added Mobile UI which should be better on devices with a vertical/small screen
  • Fixed Image Conversion on Windows getting stuck (convert is reserved by windows and will wrongly be detected as imagemagick)