File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments