Gegenbauer / CatSpy

Tool for browsing log.
Apache License 2.0
30 stars 4 forks source link

Fix the issue that dirty logs are loaded after changing log metadat... #22

Closed Gegenbauer closed 3 months ago

Gegenbauer commented 3 months ago

Fix the issue that window title and tab header title were changed when log file finished loading even the target tab was not selected. Fix the issue of theme icons not displaying correctly. Fix the issue of getting empty recent files when the size of recent files is 1. Fix the issue that task of updating ui keep running when log loading process finish. Fix the issue that dirty logs are loaded after changing log metadata.

Optimize display effect when content of log table cell exceed max char length(defined in Log Customization). Use ellipsis to indicate content is truncated Reduce memory usage when truncating content. Disable "Save Current To History" function for level filter.