Optimize color editing of the Log Customization and change default color scheme to match Android Studio Logcat
Remove "logLine" field from LogItem to reduce memory usage.
Move time-consuming operations of "show log details" and "copy selected logs" to background
Add select effect, search match effect and filter match effect in Log Detail Dialog.
Add constraint rule to forbid using invalid xml key for Column Name, Filter Name and Log Type
create release work flow
Not to remember enabled state of filter
Fix that unmatched logs appear in Filtered Log Panel.
Fix that failing to save column width with column name which is an invalid key in xml.
Fix that content of filter was replaced by other content accidentally
Optimize color editing of the Log Customization and change default color scheme to match Android Studio Logcat Remove "logLine" field from LogItem to reduce memory usage. Move time-consuming operations of "show log details" and "copy selected logs" to background Add select effect, search match effect and filter match effect in Log Detail Dialog. Add constraint rule to forbid using invalid xml key for Column Name, Filter Name and Log Type create release work flow Not to remember enabled state of filter
Fix that unmatched logs appear in Filtered Log Panel. Fix that failing to save column width with column name which is an invalid key in xml. Fix that content of filter was replaced by other content accidentally