You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool can now handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry. Same rule is applied to the AutoTabs and TimeStamping features.
From version 0.6.0 onwards, the application supports the AutoTabs feature. This feature allows you to automatically create tabs based on the log file content. The application will analyze the log file and create tabs for each unique entry, making it easier to monitor multiple entries simultaneously.
@@ -106,6 +113,13 @@ In some cases too many tabs can fill a whole window of a tool. There is limitati
106
113
[/list]
107
114
[size=130][u]Changelog[/u][/size]
108
115
116
+
[size=125][u][0.8.0] - 2025-07-20[/u][/size]
117
+
[list]
118
+
[*] Added:
119
+
[list]
120
+
[*] Support for the multi-lined log entries. Now the tool can handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry.
The tool can now handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry. Same rule is applied to the AutoTabs and TimeStamping features.
From version 0.6.0 onwards, the application supports the AutoTabs feature. This feature allows you to automatically create tabs based on the log file content. The application will analyze the log file and create tabs for each unique entry, making it easier to monitor multiple entries simultaneously.
@@ -110,6 +117,13 @@ In some cases too many tabs can fill a whole window of a tool. There is limitati
110
117
[/list]
111
118
[size=3][u][b]Changelog[/b][/u][/size]
112
119
120
+
[size=3][u][i][0.8.0] - 2025-07-20[/i][/u][/size]
121
+
[list]
122
+
[*] Added:
123
+
[list]
124
+
[*] Support for the multi-lined log entries. Now the tool can handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry.
0 commit comments