Skip to content

Releases: urbanware-org/salomon

salomon-1.9.3

11 Dec 17:38
Compare
Choose a tag to compare

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 global config file (salomon.cfg) for certain options that cannot be set using command-line arguments.

♻️ Revisions:

  • Revised the command-line arguments for more clarity as well as usage information (negligible changes).
  • Revised the dialog core module (added cancel buttons to input dialogs and also some negligible changes).
  • Revised the output header inside the output core script (negligible changes).
  • Revised the output of the 256-color table (added further information and optimized the output for a 80x25 text-based user interface).

🔧 Fixes:

  • Fixed the multiple highlight arguments bug when using interactive mode.
  • Fixed the irrelevant error message bug when the --color-table argument was not given.

salomon-1.9.2

23 Nov 21:15
bae992b
Compare
Choose a tag to compare

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 (and feature) to print the 256-color table to see which colors are supported by the terminal emulator currently used.

♻️ Revisions:

  • Revised (and reduced) the dialog related code.
  • Revised the code to parse pattern command-line arguments (negligible changes).

🔧 Fixes:

  • Fixed the default-button bug on the interactive dialogs.
  • Fixed the freeze bug (increased CPU usage) when hitting Ctrl+C at the prompt after canceling the monitoring process.

salomon-1.9.1

16 Nov 07:55
c5011b7
Compare
Choose a tag to compare

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

🔧 Fixes:

  • Fixed the command-line argument issue with older versions of the dialog tool.
  • Fixed the missing interactive check inside the main Salomon script when checking for prompt on exit.

salomon-1.9.0

15 Nov 21:27
1bf5969
Compare
Choose a tag to compare

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 (and feature) to use interactive dialogs instead of or in combination with command-line arguments.

♻️ Revisions:

  • Revised the code to process input file paths that contain spaces.

salomon-1.8.3

14 Oct 21:31
Compare
Choose a tag to compare

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

♻️ Revisions:

  • Revised the code to process the input files inside the main Salomon as well as the analyzing and monitoring core script.
  • Revised the output header inside the output core script (negligible changes related to multiple input files).
  • Revised the separator when processing multiple input files (replaced the previous one with a line of hyphens).

🔧 Fixes:

  • Fixed the bug that input file paths cannot contain any spaces.

salomon-1.8.2

13 Sep 11:23
Compare
Choose a tag to compare

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

♻️ Revisions:

  • Revised the code in various Salomon components to allow multiple input files at once.
  • Revised the output header inside the output core script (removed information duplicates).
  • Revised the shell compatibility check script (added check for the paste tool, removed duplicate of trap).
  • Revised various Salomon components (negligible changes).

Removed elements:

  • Removed the optional command-line argument to analyze the given input files inside a temporary copy instead of the files themselves (the temporary copy will be created by default now).

salomon-1.8.1

17 Aug 09:35
Compare
Choose a tag to compare

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 (and feature) to remove the trailing whitespaces of a whole highlighted line.

♻️ Revisions:

  • Revised some code inside the output core component for higher performance and less code.
  • Revised the output header when using analyze mode.
  • Revised the shell compatibility check script (added check for the dialog tool in advance).
  • Revised various Salomon components (negligible changes).

salomon-1.8.0

08 Jun 11:36
Compare
Choose a tag to compare

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 (and feature) to highlight the whole line (instead of only the filter terms).
  • Added the support for 256-color highlighting.

♻️ Revisions:

  • Revised the command-line argument parser in the main Salomon script.
  • Revised the output header inside the output core script (added all relevant keystrokes).

🔧 Fixes:

  • Fixed the ignore-case information bug inside the output header (not displayed correctly before).

salomon-1.7.4

01 Apr 21:04
Compare
Choose a tag to compare

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

♻️ Revisions:

  • Revised the exit codes of the scripts in general (including exit code 1 in case the Bash shell is missing).
  • Revised the output header inside the output core script (negligible changes).

salomon-1.7.3

08 Feb 17:24
Compare
Choose a tag to compare

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

♻️ Revisions:

  • Revised all components (adjusted various comparison operators and removed unnecessary quotes around variables).

🔧 Fixes:

  • Fixed the left-over temporary file bug when the process has been canceled.
  • Fixed the version number bug inside the main Salomon script (the command-line argument to show the version information returned an empty string).

Removed elements:

  • Removed an unnecessary global variable containing a comparison operator.