Skip to content

Commit e8878b3

Browse files
committed
doc: update README to reflect latest version changes
1 parent 0644c32 commit e8878b3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ X4 Log Watcher is a simple tool to monitor the log files of X4: Foundations. It
1515
- Support a "Forced refresh" mode, if by some reason standard Windows file watcher doesn't work
1616
- Support simple text search in current filtered content via Ctrl+F and F3(Enter)/Shift+F3 for next/previous search result
1717
- Has a status bar with the current log file name and it's stats. Additionally shows the loading progress of the log file in the offline mode
18-
- Shows the updates in non-focused tabs via adding the notification symbol "🔔" to the tab name
18+
- Shows the updates in non-focused tabs via "bolding" and adding the notification symbol "🔔" to the tab name
1919
- Can show up to 10 lines after the matched line in the log file. Useful for showing the error details in the scripts
2020
- Extension for the log file is configurable via editing of the config file. By default, it is set to `.log`
21+
- Has option to skip the signature related errors in the log file. By default, it is set to `true`
22+
- Has option to add "real" timestamp to the filtered content. By default, it is set to `false`
2123

2224
## Requirements
2325

@@ -75,6 +77,16 @@ Will work in case if any `watch mode` is enabled.
7577

7678
## Changelog
7779

80+
### [0.5.0] - 2025-04-12
81+
82+
- Added:
83+
- Option to skip the signature related errors in the log file. By default, it is set to `true`.
84+
- Option to add "real" timestamp to the filtered content. By default, it is set to `false`.
85+
- "Bolding" of the tab name, if the tab is not focused and there are new updates in it.
86+
87+
- Changed:
88+
- Font size of the tabs slightly decreased.
89+
7890
### [0.4.1] - 2025-04-11
7991

8092
- Added:

0 commit comments

Comments
 (0)