Releases: Monitorr/logarr
Master: v4.5m
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:
-
"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. -
"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:
- ADD: download log option. See: #85
- ADD: Log rolling option: See: #70
- Change: Search function. See: #59
- Update bootstrap
- 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
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:
-
"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. -
"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:
- ADD: download log option. See: #85
- ADD: Log rolling option: See: #70
- Change: Search function. See: #59
- Update bootstrap
- 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
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
Changes:
- Minor UI changes for growlUI notifications.
Develop: v4.0d
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
Implementing future UI update feature. There has been no change to the master repo.