Releases: Lich-Corals/linux-file-converter-addon
Releases · Lich-Corals/linux-file-converter-addon
Fix 1.2.12
What's Changed
- Various fixes by @Lich-Corals in #47
- Some markdown changes in the README.md
Full Changelog: 1.2.11...1.2.12
Fix 1.2.11
What's Changed
- Fix import problem by @Lich-Corals in #44
- update README.md by @Lich-Corals in #46
Full Changelog: 1.2.10...1.2.11
Release 1.2.10
What's Changed
- Various improvements for the adaption by @Lich-Corals in #40
- Added a dummy option at the top of the dropdown list
- Added the option to convert from images with a wrong detected 'application/octet-stream' mime type. This has to be enabled in the config file.
- Added the version number to the popup.
- Added a config hint to the popup.
- Updated the config documentation
Full Changelog: 1.2.9...1.2.10
Release 1.2.9
What's Changed
- Update markdown by @Lich-Corals in #35
- Various fixes and changes by @Lich-Corals in #39
IMPORTANT: The dependencies have changed. The script now needs python-magic
and optionally pillow-heif
instead of pyheif
(which you may uninstall after updating the script).
Have a look at the install dependencies page to get installation instructions.
Full Changelog: 1.2.8...1.2.9
Release 1.2.8
What's Changed
- Add new markdown structure by @Lich-Corals in #28
- Update graph by @Lich-Corals in #31
- Add timestamp function by @Lich-Corals in #32
Full Changelog: 1.2.6...1.2.8
Release 1.2.6
Release 1.2.4
What's Changed
- Add support to convert to avif format, using the pillow-avif-plugin. by @D10f in #22
- Code fixes by @Lich-Corals in #23
- Add Nemo support by @Lich-Corals in #24
New Contributors
Full Changelog: 1.2.1...1.2.4
Release 1.2.1
New features
- Added a warning to warn in case of double installations
- Added warning documentation to the readme
Patches
- Newly added options won't reset the changes in the json file anymore.
Full Changelog: 1.2.0...1.2.1
Release 1.2.0
Patches: 1.2.0
- Switched to a JSON based configuration system
- added code comments to make it easier to modify for others
Full Changelog: 1.0.13...1.2.0
Release 1.0.13
Patches: 1.0.13
- Added more configuration options