Releases: opcodesio/log-viewer
Releases · opcodesio/log-viewer
v1.5.3 - Bugfix for Solaris/Alpine linux systems
- Fix for #124
Full Changelog: v1.5.2...v1.5.3
v1.5.2 - Better Windows support for paths with square brackets
What's Changed
- more tests for paths on windows by @arukompas in #123
Full Changelog: v1.5.1...v1.5.2
v1.5.1 - bug fix for paths with square brackets on Windows
What's Changed
- refactoring utilities by @arukompas in #119
- Bug / square bracket fix by @arukompas in #122
Full Changelog: v1.5.0...v1.5.1
v1.5.0 - folder actions + bugfixes
What's Changed
- Feature / folder actions by @arukompas in #116
- Bugfix / Reset paginator instance if the page number is out of bounds by @arukompas in #117
- Bugfix / Fix regex error handling by @arukompas in #118
Full Changelog: v1.4.5...v1.5.0
v1.4.5 - asynchronous file scanning + bugfix
What's Changed
- refactor how all files are scanned, which will now done asynchronously without affecting initial load time by @arukompas in #105
Full Changelog: v1.4.4...v1.4.5
v1.4.4 - Bugfix for log files with multibyte characters
What's Changed
- convert log encoding to UTF-8 before working with it by @arukompas in #104
Full Changelog: v1.4.3...v1.4.4
v1.4.3 - Bugfix
What's Changed
- Fix a bug where random content at the start of the log file would break the viewer by @arukompas in #103
Full Changelog: v1.4.2...v1.4.3
v1.4.2 - Refactor how user preferences are stored
What's Changed
- Add a dedicated class for storing user preferences across requests by @arukompas in #100
- This will make sure that user preferences (such as file ordering, number of logs per page, selected severity levels, etc) are stored in a dedicated cookie that lasts a full year, instead of just the current session.
Full Changelog: v1.4.1...v1.4.2
v1.4.1 - remove unused dependency
Full Changelog: v1.4.0...v1.4.1
v1.4.0 - Better severity selection UI + code refactor + more tests
What's Changed
- Refactor / Severity toggles re-designed into a dropdown to save space by @arukompas in #98
- ability to get the latest or earliest file from the collection by @arukompas in #99
Full Changelog: v1.3.3...v1.4.0