Releases: opcodesio/log-viewer
Releases · opcodesio/log-viewer
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
v1.3.3 - bug fix
v1.3.2 - Configuring a subdomain
What's Changed
- Allow route domains by @mabdullahsari in #95
New Contributors
- @mabdullahsari made their first contribution in #95
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Bugfix for ordering files oldest first
What's Changed
- fix ordering when showing oldest files first by @arukompas in #92
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Collapsible folders; Sorting files by time
What's Changed
- Configurable patterns by @Norgul in #51
- Refactor / timestamp-based log index which allows for additional functionality later by @arukompas in #38
- Ability to define absolute paths when including or excluding log files by @arukompas in #38
- Collapsible folders in the UI by @arukompas in #38
- And other small changes and bugfixes
New Contributors
Full Changelog: v1.2.10...v1.3.0