Releases: carina-studio/ULogViewer
Releases · carina-studio/ULogViewer
3.0.10.1105
- Fix unexpected trimming of log property value when filtering logs.
- Fix incorrect timestamp used by operation duration analysis.
- 修正篩選日誌時未預期的日誌屬性值裁切問題。
- 修正動作時距分析時使用的錯誤時間戳記值。
- 修复过滤日志时未预期的日志属性值裁切问题。
- 修复动作时距分析时使用的错误时间戳记值。
3.0.9.1021
- Remove animation from log chart to prevent unexpected result.
- Fix incorrect direction of X axis of log chart when sorting order of logs is descending.
- Fix incorrect selection of all logs when sorting order of logs is descending.
- 移除日誌圖表的動畫以防止未預期的顯示結果。
- 修正當日誌排序方向為遞減時日誌圖表的 X 軸方向錯誤。
- 修正當日誌排序方向為遞減時日誌全選異常的問題。
- 移除日志图表的动画以防止未预期的显示结果。
- 修复当日志排序方向为递减时日志图表的 X 轴方向错误。
- 修复当日志排序方向为递减时日志全选异常的问题。
3.0.8.1010
- Fix displaying issue of log chart.
- Fix failure of accessing
System.Diagnostics.Process
assembly from Python script.
- 修正日誌圖表的顯示問題。
- 修正無法從 Python 腳本存取
System.Diagnostics.Process
組件的問題。
- 修正日志图表的显示问题。
- 修正无法从 Python 脚本存取
System.Diagnostics.Process
组件的问题。
3.0.7.924
- Minor bug fixing.
- 次要問題修正。
- 次要问题修正。
3.0.6.813
- Fix scrolling issues of log chart.
- Fix display issues of selector of log profile.
- Fix incorrect ordering of items in log profile selection menu.
- Fix other UI issues.
- 修正日誌圖表的捲動問題。
- 修正日誌類型圖示選擇器的顯示問題。
- 修正日誌類型選單中的項目排序錯誤。
- 修正其他 UI 問題。
- 修正日志图表的卷动问题。
- 修正日志类型图标选择器的显示问题。
- 修正日志类型选单中的项目排序错误。
- 修正其他 UI 问题。
3.0.5.709
- Support embedding log analysis script and log data source script into log profile.
- Support rendering values of log properties as chart.
- Add new ways of matching raw log lines by patterns to make log parsing more flexible.
- Allow grouping of defined text filters.
- Syntax highlighting for Regular Expression, Date and Time Format, Time Span Format, Query String (SQL) and Command-Line Shell - Command.
- Highlight text sequences in logs which are matched by text filter.
- Highlight PID and TID which are same as PID and TID of selected log.
- Add 'Windows Event Log File' log data source to support reading data from Windows XML Event Log (*.evtx) files.
- Add 10 built-in log profiles and templates.
- Support Python 3.4 as script language.
- Support searching selected property of log on the Internet.
- Add more log properties.
- Allow editing pattern (Regular Expression) directly in text area.
- Select proper scale factor of screen on Linux automatically.
- More
- 支援將日誌分析腳本及日誌資料來源腳本內嵌至日誌類型中。
- 支援將日誌屬性值繪製成為圖表。
- 新增原始日誌行與日誌行格式的比對方式,提升日誌解析的彈性。
- 允許將已定義的文字篩選分組。
- 正規表示式、日期與時間格式、時間間距格式、查詢字串 (SQL)及命令列殼層指令的格式化文字色彩標示。
- 以色彩標示日誌中符合文字篩選的文字內容。
- 以色彩標示與選取日誌之 PID 及 TID 相同之 PID 及 TID。
- 新增 「Windows 事件記錄檔案」 日誌資料來源以支援從 Windows XML 事件記錄 (*.evtx) 檔案中讀取資料。
- 新增 10 個內建日誌類型與範本。
- 支援使用 Python 3.4 作為腳本語言。
- 支援在網路上搜尋選取的日誌屬性值。
- 新增更多的日誌屬性。
- 允許直接在文字區塊編輯格式 (正規表示式)。
- 在 Linux 上自動選取適合的使用者介面縮放比例。
- 更多
- 支持将日志分析脚本及日志资料来源脚本内嵌至日志类型中。
- 支持将日志属性值绘制成为图表。
- 新增原始日志行与日志行格式的比对方式,提升日志解析的弹性。
- 允许将已定义的文字筛选分组。
- 正则表达式、日期与时间格式、时间间距格式、查询字串 (SQL)及命令列壳层指令的格式化文字色彩标示。
- 以色彩标示日志中符合文字筛选的文字内容。
- 以色彩标示与选取日志之 PID 及 TID 相同之 PID 及 TID。
- 新增 「Windows 事件记录文件」 日志资料来源以支持从 Windows XML 事件记录 (*.evtx) 文件中读取资料。
- 新增 10 个内建日志类型与模板。
- 支持使用 Python 3.4 作为脚本语言。
- 支持在网络上搜寻选取的日志属性值。
- 新增更多的日志属性。
- 允许直接在文字区块编辑格式 (正则表达式)。
- 在 Linux 上自动选取适合的用户介面缩放比例。
- 更多
2.0.22.423
- Fix memory leakage on
macOS
. - Fix stability issues.
- Minor UX improvement.
2.0.21.409
- Stability issue fix.
- Other issue fix.
2.0.20.403
- Allow double-clicking marked log in the side panel to focus on the log again.
- Stability issue fix.
- Other issue fix.
2.0.19.220
- Ignore leading/trailing ASCII escape codes in message of Android log.
- Support opening file which is already opened by other application on
Windows
. - Fix modifier key handling for
macOS
. - Fix abnormal memory usage.