Releases: urbanware-org/salomon
salomon-1.23.2
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.
Important
The installation using the RPM package provided below works so far, but is not yet fully developed. Details can be found here.
Changelog
♻️ Revisions:
- Revised the installation script (replaced the directory information delay with user prompt).
- Revised the interactive dialogs core module (added the color file parse information dialog).
- Revised the output header (enclosed pattern strings with double quotes to display leading and trailing spaces).
- Revised the pattern string parser to allow hash characters (
#
).
salomon-1.23.1
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.
Important
The installation using the RPM package provided below works so far, but is not yet fully developed. Details can be found here.
Changelog
➕ New features:
- Added the command-line argument to the main script to print the additional text formatting options available.
♻️ Revisions:
- Revised the code in general (output messages and further negligible changes).
- Revised the installation script (negligible changes).
salomon-1.23.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 some additional formatting options for highlighting purposes.
♻️ Revisions:
- Revised the installation script (negligible changes).
🔧 Fixes:
- Fixed the term order bug (in some cases lines were not highlighted in the correct colors when multiple matched a line).
salomon-1.22.4
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
♻️ Revisions:
- Revised the code in general (negligible changes).
- Revised (changed) the background color of the interactive mode when using
whiptail
(explicitly set to blue, was displayed in purple in some cases and maybe also other colors). - Revised the interactive dialogs (set list independent size for the highlighting dialog and added documentation reference).
salomon-1.22.3
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
♻️ Revisions:
- Revised the code in general (output messages and further negligible changes).
- Revised the command-line argument handling (and processing) to allow paths with spaces.
- Revised the analyzation core module (remove duplicate lines when merging multiple files).
🔧 Fixes:
- Fixed the missing directory bug (temporary file containing the command-line argument list was not created due to the missing directory it is supposed in).
salomon-1.22.2
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
♻️ Revisions:
- Revised the code for handling certain pre-defined keystrokes (removed an unnecessary handler).
- Revised the installation script (added further information and also some negligible changes).
- Revised the output header inside the output core module (negligible changes).
- Revised the Salomon icon (replaced the previous converted ones with real vector graphics and added additional icons with gray border).
salomon-1.22.1
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
♻️ Revisions:
- Revised the code in general (negligible changes).
- Revised the dialog-based help script (added back function and further negligible changes).
🔧 Fixes:
- Fixed the display bug inside the dialog-based help script (usage information text was not correctly displayed in some environments).
salomon-1.22.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 the dialog-based help script.
- Added the leading timestamp option (which corresponds to the modification time of the corresponding input file).
- Added the Salomon-BSD migration option to the installation script.
♻️ Revisions:
- Revised the code in general (negligible changes).
- Revised the code inside the monitoring core module to process the output.
➖ Removed elements:
- Removed the unnecessary end-of-file comments from all script and config files.
salomon-1.21.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
The separate Salomon-BSD project was officially merged with Salomon.
Details can be found inside the wiki.
salomon-1.20.3
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
♻️ Revisions:
- Revised (replaced) the
seq
command (e.g. usingfor
loops). - Revised the installation script (added optional write permissions for non-root users and revised the output in general).
- Revised the version update check function inside the common core module (mostly rewritten with improved version comparison).