Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.29 KB

changelog.md

File metadata and controls

43 lines (24 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Add a -Filter parameter to filter based on log message contents.
  • Add a -Pattern parameter to filter based on log message contents.
  • Improve handling of multi-line entries (application enforcement etc.)

[0.4.1] - 2022-04-22

Fixed

  • Fix typo and logic issue with -Before and -After parameters - #1 by @Evilcat182

[0.4.0] - 2020-11-18

Added

  • Add -AllLogs parameter to automatically detect all *.log files in the specified path rather than specifying logs with -LogName
  • Add handling to automatically switch to a FileSystem PSProvider if not already in one when invoked

[0.3.0] - 2020-08-13

Added

  • Add -Count parameter to limit the amount of returned log events.

[0.2.0] - 2020-08-12

Added

  • Add -Before and -After parameters to limit the time range of log events.

[0.1.0] - 2020-08-04

Added