Skip to content

Releases: Lich-Corals/linux-file-converter-addon

1.3.7

25 Apr 13:46
Compare
Choose a tag to compare

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

24 Apr 16:17
Compare
Choose a tag to compare

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

23 Apr 16:29
Compare
Choose a tag to compare

What has Changed

  • Support for Thunar was added!

Full Changelog: 1.3.4...1.3.5

1.3.4

23 Apr 15:19
Compare
Choose a tag to compare

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

22 Apr 18:09
Compare
Choose a tag to compare

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

12 Mar 16:09
Compare
Choose a tag to compare

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

15 Oct 09:28
bf61c61
Compare
Choose a tag to compare

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

11 Oct 10:19
1ad4e0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.10...1.2.11

Release 1.2.10

14 Apr 13:52
8bb531f
Compare
Choose a tag to compare

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

06 Apr 17:50
12267c7
Compare
Choose a tag to compare

What's Changed

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