Added: - AutoTabs feature - automatically create tabs based on the appropriate regex pattern from log file content. Changed: - Font size of the tabs slightly decreased. To cover the AutoTabs feature.
Version 0.5.0
Added: - Option to skip the signature related errors in the log file. By default, it is set to `true`. - Option to add "real" timestamp to the filtered content. By default, it is set to `false`. - "Bolding" of the tab name, if the tab is not focused and there are new updates in it. Changed: - Font size of the tabs slightly decreased.
Version 0.4.1
Fixed: - Wrong regex is used after editing the filter and Enabling the Tab - Extra content cleanup after pausing the Tab
Version 0.4.0
Added: - Notification symbol to the tab name, if the tab is not focused and there are new updates in it. - Show up to 10 lines after the matched line in the log file. Useful for showing the error details in the scripts. - Support for configurable log file extensions in the application settings. Fixed: - "Tab" order of input elements in the filter for
Version 0.3.0
Added: - Search in current filtered content via Ctrl+F and F3(Enter)/Shift+F3 for next/previous search result. - Status bar with the current log file name and its stats. - Loading progress of the log file in offline mode. Improved: - Performance - file changes now loaded once then filtered per each tab.