Skip to content

Releases: emilast/vscode-logfile-highlighter

3.3.3

19 Sep 19:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.3

3.3.2

17 Aug 09:15
Compare
Choose a tag to compare
  • Second bug fix for tail mode (#613). Hopefully no more errors logged to the extension host log.

Full Changelog: 3.3.1...3.3.2

3.3.1 Tail mode bug fix

17 Aug 09:03
Compare
Choose a tag to compare

What's Changed

  • Bug fix for tail mode. It could throw an exception in some cases that was logged to the extension host. No visible problem but unnecessary nonetheless. Fixes #613.
  • Bump jasmine-core from 5.1.2 to 5.2.0 by @dependabot in #605
  • Bump typescript from 5.5.3 to 5.5.4 by @dependabot in #606
  • Bump jasmine from 5.1.0 to 5.2.0 by @dependabot in #604
  • Bump @types/node from 20.14.11 to 20.14.12 by @dependabot in #607
  • Bump @types/node from 20.14.12 to 22.0.2 by @dependabot in #609
  • Bump @types/node from 22.0.2 to 22.1.0 by @dependabot in #611
  • Bump @types/node from 22.1.0 to 22.2.0 by @dependabot in #612
  • Bump @types/node from 22.2.0 to 22.3.0 by @dependabot in #614

Full Changelog: 3.3.0...3.3.1

3.3.0

19 Jul 21:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0: Tail mode + highlight entire lines

30 Jun 16:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0 New option: patternFlags

22 Jun 20:52
Compare
Choose a tag to compare

There is now a new option for modifying the behavior of custom patterns, the patternFlags setting. This setting allows for the use of regular expression flags such as "i" for case-insensitive matching or "s" for multiline matching. Fixes feature requests #87 and #276.

Full Changelog: 3.0.3...3.1.0

3.0.3: Add condition to ESC keybinding so it's only trapped when needed

22 Jun 09:58
Compare
Choose a tag to compare

Time progress indicator:

Add condition to the Escape key binding so it only applies when there are rendered progress indicators. This should fix issue #588 where the key event is not propagated to the Vim VS Code extension, even when no log file operation is performed.

Full Changelog: 3.0.2...3.0.3

3.0.2 - Bug fixes for the time progress indicator

21 Jun 13:03
Compare
Choose a tag to compare

Time progress indicator:

  • Make sure initialization is done faster when starting VS Code.
  • Improve handling of empty lines.

Full Changelog: 3.0.1...3.0.2

3.0.1: Change ESC keybinding to only be active in log files

20 Jun 08:57
Compare
Choose a tag to compare

3.0.0 - Time progress indicator added

19 Jun 19:49
Compare
Choose a tag to compare

New feature: A time progress indicator is now added to the selected lines when two or more lines are selected. The progress indicator gives a visual representation of each line's point in time within the selection.

The color of the progress indicator can be customized using the logFileHighlighter.progressIndicatorUnderlineColor setting. The default color is #00ff1f8f.

The feature can be disabled using the logFileHighlighter.enableProgressIndicator setting.

Also removes special handling of custom patterns that are not regular expressions.

Full Changelog: 2.19.0...3.0.0