salomon-1.20.0
Download
You may download the .tar.gz
archive (beginning with salomon-release
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added an option for a marginal delay when processing the input data using the
--less
command-line argument to decrease the CPU load. - Added an option to set a custom leading line character (if enabled).
- Added some code to the installation script to instantly update the icon cache, if possible.
♻️ Revisions:
- Revised the installation script (revised some output messages as well as the code for installing color and filter files, removed unnecessary arguments and further negligible changes).
- Revised the variables for temporary files in general (replaced hard coded paths).
🔧 Fixes:
- Fixed the missing header line bug when box-drawing characters are disabled (horizontal line consisting of asterisks was empty before).
- Fixed the trailing spaces bug (when exporting the output into a file) inside the output core module.
- Fixed the progress output lag bug inside the analyzation core module when using the
--less
command-line argument in combination with a filter. - Fixed the wrong leading line character bug (in the progress output line) inside the analyzation core module when using the
--less
command-line argument. - Fixed the directory removal bug inside the installation script (some unnecessary directories were not deleted from target directory).
- Fixed the temporary file bug inside the installation script (which caused a "no such file or directory" error).