Skip to content

Commit ecaf5bc

Browse files
committed
Updated changelog for v0.3.0
1 parent 3afbc00 commit ecaf5bc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# Changelog
22

3-
## WIP
3+
## [v0.3.0](https://github.com/ANF-Studios/WinPath/releases/tag/0.3.0)
44
* WinPath.Library.UserPath now targets async tasks instead of sync voids.
55
* Changed download directory (of update command) to `%TEMP%\WinPath\download` from `%APPDATA%\WinPath\temp\download`.
66
* Console title now sets when WinPath Cli is used.
77
* Added some checks in the update command to detect AppVeyor -- do not have an environment variable called `APPVEYOR`.
88
* Fixed a bug where the path slash wasn't reversed.
99
* Added additional logging.
1010
* Improved message clearity.
11+
* WinPath.Updater now doesn't filter prereleases when prerelease flag is not run.
12+
* Massively decreased size of WinPath.exe (Microsoft.Win32.Registry dependency dropped).
13+
* WinPath now uses the core lib; `WinPath.Library` for its general operations.
14+
* WinPath.Updater no longer reads a key when it throws an exception.
15+
* Update class within WinPath is now fully public.
16+
* WinPath doesn't directly exit in some parts now.
17+
* Added backup command.
18+
* Added backup create command.
19+
* Added backup remove command.
20+
* Added backup apply command.
21+
* Added backup list command.
22+
* WinPath.Updater now takes specific arguments to verify that a user is not launching it which can cause runtime exceptions.
23+
1124

1225
## [v0.2.0](https://github.com/ANF-Studios/WinPath/releases/tag/0.2.0)
1326
* Fix typo in help command (help text of system flag).

0 commit comments

Comments
 (0)