Skip to content

salomon-1.15.0

Compare
Choose a tag to compare
@urbanware-org urbanware-org released this 03 Nov 21:08

Download

You may download the .tar.gz archive (beginning with salomon) 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 to the global config file to use box-drawing characters for lines and separators.
  • Added some code to validate the values from the global config file.

♻️ Revisions:

  • Revised the interactive mode (the main Salomon script does not exit after error dialogs anymore and returns to the previous dialog).
  • Revised the permission checks for given file paths (revised the already existing ones and added some new).

🔧 Fixes:

  • Fixed the line count bug when pausing the output (paused after the processed lines instead of returned lines).
  • Fixed the return empty files (blank lines) bug when analyzing certain files.