Skip to content

Releases: urbanware-org/salomon

salomon-1.20.3

17 Nov 17:06
Compare
Choose a tag to compare

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. using for 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).

salomon-1.20.2

14 Sep 19:57
Compare
Choose a tag to compare

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 Salomon icon in XPM image file format.

♻️ Revisions:

  • Revised the command-line argument usage information inside the common core module (added the mode alternatives as separate arguments).
  • Revised the compatibility script as well as the core module (negligible changes).
  • Revised the global core module (negligible changes).
  • Revised the installation script (added code to install and uninstall the XPM icon as well as negligible changes).

🔧 Fixes:

  • Fixed the temporary file path inside the testrun script (removed unnecessary slash).

salomon-1.20.1

11 Jul 13:37
Compare
Choose a tag to compare

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 leading line character code in general.

🔧 Fixes:

  • Fixed the custom leading line character bug (special characters were not displayed correctly).
  • Fixed the export file line format bug (color related escape codes were exported as plain text).

salomon-1.20.0

23 Jun 20:01
Compare
Choose a tag to compare

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).

salomon-1.19.0

05 May 19:38
Compare
Choose a tag to compare

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 elementary compatibility checks into each script (without any output except when something does not work).

♻️ Revisions:

  • Revised the installation script in general.
  • Revised the output messages of the compatibility check results.
  • Revised the script compatibility checks (moved main code into a new separate core module).

🔧 Fixes:

  • Fixed the relative input file path bug when using interactive mode (requires absolute paths now).
  • Fixed the icon directory bug inside the installation script (icons were directly copied to the size directory instead of the apps sub-directory, re-running this script also fixes the issue in case the icons already have been installed).

salomon-1.18.3

12 Apr 19:21
Compare
Choose a tag to compare

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 to set a custom color for the leading line character to the global config file.

♻️ Revisions:

  • Revised the installation script (added code to install the Salomon icon files).
  • Revised the Salomon icon (provided new multiple size PNG image files and added the icon in the SVG image format).

salomon-1.18.2

11 Feb 20:05
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 color option for the leading line character to the global config file.

♻️ Revisions:

  • Revised the code of the function used for confirming choices.
  • Revised the compatibility script (added a check for the rsync command).
  • Revised the installation script (added a check for the required rsync command, replaced and removed unnecessary code).

🔧 Fixes:

  • Fixed the leading line character export bug (the character is no longer written to the export file).

Removed elements:

  • Removed the deprecated command-line arguments (kept for backwards compatibility purposes for a while).

salomon-1.18.1

25 Jan 19:11
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 general (negligible changes).
  • Revised output related code (characters for drawing lines as well as prompt characters and set colors depending on exit condition).
  • Revised the installation script (revised the code in general and added code to remove items which are not part of the official release).

🔧 Fixes:

  • Fixed the color file usage error messages (file name was missing).
  • Fixed the missing line bug when running in interactive mode when displaying the command-line argument list.

salomon-1.18.0

14 Jan 20:12
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 the optional leading line character feature.

♻️ Revisions:

  • Revised the code in general (negligible changes).
  • Revised the code to assign certain output characters (separate global function).
  • Revised the code to check the values from the global config file (negligible changes).
  • Revised the compatibility script (added a check for the tput command).
  • Revised the output of the compatibility script (negligible changes).

🔧 Fixes:

  • Fixed the filter term bug in analyze mode (terms with spaces were not processed properly).

salomon-1.17.0

14 Oct 20:30
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 the optional analyzation method using the less command.

♻️ Revisions:

  • Revised some usage and notification messages (neglibile changes).
  • Revised the code in general (removed unnecessary spaces as well as blank lines and fixed inconsistent indentation).
  • Revised the compatibility script (added a check for the less command).
  • Revised the whole documentation (usage files).