Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.10 source code.tar.gz | 2025-07-31 | 31.3 kB | |
1.3.10 source code.zip | 2025-07-31 | 39.8 kB | |
README.md | 2025-07-31 | 1.8 kB | |
Totals: 3 Items | 73.0 kB | 0 |
What has changed?
- The Popup of the adaption version can be closed using ESC now
- The program should start a tiny bit faster (Optimized imports)
- Added the option
alwaysCreateNemoAction
to override nemo_action creation - Changed the name of all python and nemo_action files to automatically created to have the new program name (linux-file-converter-addon)
- Changed the way to-square or to-wallpaper conversions are selected
- Wallpaper landscape and portrait formats can be disabled separately
- All markdown has been beautified using blockquotes with useful information, replacing "Note: [...]"s
[!NOTE]
ThecheckForDoubleInstallation
and theconvertToWallpapers
options have been removed from the script. You may remove them from the config.json file.
Code-only changes
- Imports optimized to only import parts of packages and import separate sets for Nautilus- and adaption version
- All variables and classes have been systematically renamed
- All variables are in snake_case, except for global "constants", which are in SCREAMING_SNAKE_CASE
- Added a lot of hopefully useful comments
- Cleaned up sub_menu_builder()
- Packed a lot of duplicated code into a few compact functions
- Cleaned up LinuxFileConverterWindow class
- Removal of duplicated code, mainly
- Added an InstallationType enum to make a lot of things easier
- Images with modified dimensions are created in a new way
- Much more accessible code infrastructure
- Changed the method of opening links/files
- Now using the much safer subprocess.Popen() instead of os.system("nohup ... & disown")
- General structural cleanups
Added problems
- None as far as I know... Please report if you find any!
Full Changelog: https://github.com/Lich-Corals/linux-file-converter-addon/compare/1.3.9...1.3.10