Releases: urbanware-org/salomon
salomon-1.7.2
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 a variable into the global variable core script containing the version number (instead of such a variable in each non-core script).
♻️ Revisions:
- Revised the main and the install script (abbreviated the notice about the missing Bash shell and referred to the shell compatibility script for details).
- Revised the notice inside the shell compatibility script about the missing Bash shell.
- Revised the syntax to check for zero-length strings in various components.
➖ Removed elements:
- Removed the variables containing the version number inside the non-core scripts (now a global variable).
salomon-1.7.1
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 a permission check on the input file (exit in case the file cannot be read).
♻️ Revisions:
- Revised the highlight feature (highlight all filter terms in an output line if multiple occur).
- Revised the usage information inside the Salomon common core script (negligible changes).
🔧 Fixes:
- Fixed the exclude information bug inside the output header (missing exclude pattern).
- Fixed the exclude filter pattern bug (now, the exclude list must not contain a filter term).
- Fixed the remove filter pattern bug (now, the remove list must not contain a filter term).
salomon-1.7.0
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 optional command-line argument to highlight the filter terms additionally with uppercase letters (was implicit before, now is explicit).
♻️ Revisions:
- Revised all components which contained "useless use of" syntax constructions and mostly replaced them with more sensible code.
salomon-1.6.2
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.
Initial release
The first version uploaded to GitHub.