All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
v5.0.0 - unreleased
- Decoupled: API backend and AngularJS frontend
- Moved program logic to a separate package for easier reuse #29
- Added support for SFTP #38
- Added copy to clipboard for extra information #34
- Added pagination for long log files
- The applications webroot is now the
web
directory for security reasons. #26
- Changed from Flexo font to Open Sans #27
- Implemented log file caching for subsequent requests #37
- Made application fully HTTPS ready #27
- Changed sorting to newest first (legacy behavior can still be enabled) #21
- Various bug fixes
v4.0.2 - 2015-08-11
- After installation an error was displayed.
v4.0.1 - 2015-08-07
- After installation a route error was displayed.
v4.0.0 - 2015-08-07
- Fully optimized for mobile devices
- It is now possible to filter log lines by channel
- Added a full text filter, that searches date, text and context
- Added configuration option to display the log channel
v3.1.1 - 2015-05-10
- Updated an external dependency
v3.1.0 - 2015-05-10
- Added support for custom log line patterns
- Changed document root for local files to "/", to also support files outside
DOCUMENT_ROOT
v3.0.1 - 2015-05-09
- Updated root directory for local log files to
$_SERVER['DOCUMENT_ROOT']
v3.0.0 - 2015-05-09
- Flysystem Integration
- Changed the config file format to YAML.
- Dynamic rewrite base: No need to edit the
.htaccess
file for relative root URLs. - Various UI improvements
- Improved error handling
v2.0.0 - 2014-08-22
- Application based on Silex
- Added Filter for minimal log level
- Added support for relative application path
- Removed check of all log files on every page view
v1.1.2 - 2014-01-04
- Updated log level colors
v1.1.1 - 2014-01-04
- Implemented ddtraceweb/monolog-parser
- Added Tests
- Improved htaccess
v1.0.1 - 2014-01-04
- Improved Documentation
v1.0.0 - 2014-01-04
- Initial Release