Releases: carina-studio/ULogViewer
Releases · carina-studio/ULogViewer
0.21.0.830
- Support self updating to latest version on Windows/Linux.
- Support launching in debug mode to get realtime logs of ULogViewer.
- UI improvement.
- Bug fixing.
0.20.1.824
- Add
Git Log (simple)
log profile to view git log in simple and faster way. - Support opening system file manager on Fedora and Ubuntu.
- Add button on toolbar to edit current log profile.
- Update icon of log profile selection.
- Fix abnormal color rendering issue on Ubuntu.
- Fix issue of not showing context menu of log.
- Other bug fixing.
0.20.0.819
- Update patterns to parse more type of Android logs.
- Save user settings to file immediately after closing
Options
dialog. - Update marked logs loading/saving flow to prevent error while multiple accessing.
- Update dependent libraries.
- Bug fixing.
0.19.0.818
- Support parsing timestamp of log in Unix Timestamp format.
- Add
TCP Server
log data source. - Add
Child
,Children
,Count
,Parent
for display names of log property. - Show indicator on status bar when waiting for log data source ready.
- Improve UX of mouse over the column of log.
- Improve UX of
Select log profile
dialog. - Update
Git log
built-in log profile to support reading more properties. - Bug fixing.
0.18.0.816
- Support showing any single property of log with string type in
View log property
dialog. - Support highlighting text with specific pattern in
View log property
dialog. - Support copying any single property of log.
- Support changing maximum number of lines to display for each log.
- Support showing log files in system file manager (Currently for Windows only).
- Support opening working directory in system file manager (Currently for Windows only).
- Support showing property of log with multi-line string other than
Message
. - Showing more indicators on status bar.
- Bug fixing.
0.17.0.812
- Support saving all/filtered logs to single file.
- Support log profile without defining log patterns and visible log properties.
- Support copying logs without defining format of log output.
0.16.0.811
- Optimize logs reloading for continuous reading case.
- UX improvement of log profile editor.
- UX improvement of window content animation when showing dialog.
- Update translations.
- Bug fixing.
0.15.1.809
- Add link to How does ULogViewer read and parse logs in dialog of creating/editing log profile.
- Fine tune color of log foreground and background.
- Bug fixing.
0.15.0.807
- Add
SQLite
log data source. - Add new log properties:
DeviceId
,DeviceName
,Extra3
~Extra10
,Summay
. - Add more display names for log properties.
- Support custom display name for log properties.
- Read text from standard output in
UTF-8
encoding. - UX improvement.
- Bug fixing.
0.14.0.806
- Support decoding/encoding string content of raw log in
XML
orJSON
format. - Use XML as output format of raw log data by
Windows Event Logs
log data source. - Bug fixing.