Releases: l-koehler/FF-converter
Version 2.4.6
Version 2.4.5
-
remove leftover print()
-
remove broken recursion in utils.is_installed() with magick/convert
Version 2.4.4
- Fix imagemagick detection of supported formats
Version 2.4.3
-
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
-
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
- Fix icon on Wayland (Fix Issue #13)
Version 2.4.0
Version 2.3.2
-
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
- Removed unneeded print() left in by accident
- fix imagemagick conversion being broken with old versions of imagemagick
Version 2.3.0
- 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)