We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43a8b3 commit 391e29bCopy full SHA for 391e29b
2 files changed
changelog.md
@@ -0,0 +1,19 @@
1
+# Change Log
2
+
3
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
4
+and this project adheres to [Semantic Versioning](http://semver.org/).
5
6
7
+## [0.0.2] 2019/11/11
8
9
+### Added
10
+- **[event-viewer]** adds filter implementation
11
+- **[Clear Logs]** show confirmation modal
12
13
+### Changed
14
+- **[Clear Logs]** checks if running the app as administrator
15
16
17
+### Fixed
18
+- removes timeout when executing powershell requests
19
+- set UTF8 encoding when executing ps commands
package.json
@@ -1,6 +1,6 @@
{
"name": "event-viewer-pp",
- "version": "0.0.1",
+ "version": "0.0.2",
"repository": {
"type":"git",
"url":"https://github.com/loukaspd/EventViewer.git"
0 commit comments