Skip to content

Releases: Monitorr/logarr

Master: v4.5m

12 Jun 11:03
d1779b3
Compare
Choose a tag to compare

IMPORTANT: If updating to version 4.5 from ANY previous version, you will need to re-create your config.php file in the /assets/config/ directory after updating.
You can do this by renaming your old config.php file, copying the file config.sample-06jun18.php to config.php, and then edit the newly created config.php file with your values. See the Wiki for more information.

  • Config changes:
  1. "rftime" (changed) : Specifies how frequently (in milliseconds) the UI clock will synchronize time with the hosting webserver.
    NOTE: Previously the digital clock would update only when an ajax call was made at the interval defined by this value. Logarr version later than 4.5 will now use browser time after initial page load, however, will "synchronize" the UI clock with the server's time at the interval defined by this value. This update drastically improves performance as ajax calls are not needed as frequently.

  2. "max-lines" (added) : Default line limit for all logs
    NOTE: This value will drastically affect the loading time, and performance of Logarr. If the Logarr UI loads slow, lower this value and/or ensure your logs are not too large.

  • Other changes:
  1. ADD: download log option. See: #85
  2. ADD: Log rolling option: See: #70
  3. Change: Search function. See: #59
  4. Update bootstrap
  5. A lot of other CSS/HTML changes

Ensure to clear browser cache after updating!!

Docker image can be downloaded here: https://hub.docker.com/r/monitorr/logarr/
Tags:

  • latest - master
  • develop - develop

Develop: v4.6d

12 Jun 11:06
699739e
Compare
Choose a tag to compare
Develop: v4.6d Pre-release
Pre-release

IMPORTANT: If updating to version 4.5 from ANY previous version, you will need to re-create your config.php file in the /assets/config/ directory after updating.
You can do this by renaming your old config.php file, copying the file config.sample-06jun18.php to config.php, and then edit the newly created config.php file with your values. See the Wiki for more information.

  • Config changes:
  1. "rftime" (changed) : Specifies how frequently (in milliseconds) the UI clock will synchronize time with the hosting webserver.
    NOTE: Previously the digital clock would update only when an ajax call was made at the interval defined by this value. Logarr version later than 4.5 will now use browser time after initial page load, however, will "synchronize" the UI clock with the server's time at the interval defined by this value. This update drastically improves performance as ajax calls are not needed as frequently.

  2. "max-lines" (added) : Default line limit for all logs
    NOTE: This value will drastically affect the loading time, and performance of Logarr. If the Logarr UI loads slow, lower this value and/or ensure your logs are not too large.

  • Other changes:
  1. ADD: download log option. See: #85
  2. ADD: Log rolling option: See: #70
  3. Change: Search function. See: #59
  4. Update bootstrap
  5. A lot of other CSS/HTML changes

Ensure to clear browser cache after updating!!

Docker image can be downloaded here: https://hub.docker.com/r/monitorr/logarr/
Tags:

  • latest - master
  • develop - develop

Master: v4.1m

15 Feb 04:10
b98b80d
Compare
Choose a tag to compare

Changes:

  • Added update via UI feature
  • Update to bootstrap 4
  • Updated Jquery to v3.3.1

NOTICE (12 FEB 18): If updating to from ANY version prior to 4.0, you will need to re-create your config.php file in /assets/config/. You can do this by renaming your old config file, coping the config.sample-12feb18.php to config.php, and then edit the newly created config.php file with your values.

Develop: 4.1d

13 Feb 08:09
8839831
Compare
Choose a tag to compare
Develop: 4.1d Pre-release
Pre-release

Changes:

  • Minor UI changes for growlUI notifications.

Develop: v4.0d

12 Feb 05:56
d6dbe82
Compare
Choose a tag to compare
Develop: v4.0d Pre-release
Pre-release

Changes:

  • Added update via UI feature
  • Update to bootstrap 4
  • Updated Jquery to v3.3.1

NOTICE (12 FEB 18): If updating to from ANY version prior to 4.0, you will need to re-create your config.php file in /assets/config/. You can do this by renaming your old config file, coping the config.sample-12feb18.php to config.php, and then edit the newly created config.php file with your values.

Master: v3.6m

10 Feb 13:43
8abacfe
Compare
Choose a tag to compare

Implementing future UI update feature. There has been no change to the master repo.