Skip to content

Commit 391e29b

Browse files
committed
Version 0.0.2
1 parent c43a8b3 commit 391e29b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "event-viewer-pp",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repository": {
55
"type":"git",
66
"url":"https://github.com/loukaspd/EventViewer.git"

0 commit comments

Comments
 (0)