Releases: Lich-Corals/linux-file-converter-addon
Releases · Lich-Corals/linux-file-converter-addon
1.3.7
What has Changed
- Added feedback if audio/video conversion succeeded
- Update timestamps for every filename during mass-conversions
Code-only changes
- Moved conversion-success-feedback to a separate function to avoid duplicated code.
- Add a function which returns the name-addition (timestamp) to use if the setting is enabled
Full Changelog: 1.3.6...1.3.7
1.3.6
What has Changed
- The config file is now located at
~/.config/linux-file-converter-addon/config.json
.- This centralizes configuration for all installations of linux-file-converter-addon.
- The program automatically moves the old configs to the new file.
- The old config file will be marked as DISABLED.
Full Changelog: 1.3.5...1.3.6
1.3.5
1.3.4
What has Changed
- System notifications added when program received an update
- System notifications added to inform about finished conversions
- Added gtk3 as a version requirement if the program is running with arguments (through Nemo for example) to resolve issues with wrong API versions
Added problems
- If converting using ffmpeg (audio / video) the program doesn't know if the conversions succeeded or failed → #51
Full Changelog: 1.3.1...1.3.4
Fix 1.3.1
What has Changed
- The program is not crashing anymore when an unconvertable file is below other images to convert.
- Added a new error-identification system.
Full Changelog: 1.3.0...1.3.1
Update 1.3.0
What's Changed
- Image conversion operations are now running in a sub-process to prevent the UI from freezing during large image conversions
Added problems
- It is possible now to add a proper loading bar when converting images... But I don't know how this is possible with the nautilus API → #50
- The user gets no feedback when the operation completed (with or without error) → #48
- The Program crashes when a SVG image is in between other convertable images. → #49
Full Changelog: 1.2.12...1.3.0
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