@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
77
8+ ## [ 3.2.1] - 04/04-2021
9+
10+ - Get-PacketString
11+ - Fixes an issue in ` Get-SteamServerInfo ` that caused the cmdlet to display an
12+ error when querying a Valheim server ([ #41 ] ( https://github.com/hjorslev/SteamPS/issues/41 ) ).
13+ Thanks [ ThePoShWolf] ( https://github.com/ThePoShWolf ) !
14+
815## [ 3.2.0] - 13/09-2020
916
1017### Added
@@ -31,19 +38,19 @@ of log files are stored in CSV format with more information about the system etc
3138
3239- Update-SteamServer
3340 - Fixed issue regarding the log file not being created due to a missing
34- sub directory preventing any logging until the directory is created (#29 ).
41+ sub directory preventing any logging until the directory is created ([ #29 ] ( https://github.com/hjorslev/SteamPS/issues/29 ) ).
3542 - Fixed issue with the update workflow being corrupted if the server were offline
36- at the beginning of the update (#30 ).
43+ at the beginning of the update ([ #30 ] ( https://github.com/hjorslev/SteamPS/issues/30 ) ).
3744- Update-SteamApp
3845 - Remove the validate parameter when calling SteamCMD. Validation will overwrite
3946 any files that have been changed. This may cause issues with customized
40- servers (#33 ).
47+ servers ([ #33 ] ( https://github.com/hjorslev/SteamPS/issues/33 ) ).
4148
4249## [ 3.1.1] - 12/07-2020
4350
4451### Fixed
4552
46- - Fix issue with error being thrown when adding SteamCMD location to PATH (#24 ).
53+ - Fix issue with error being thrown when adding SteamCMD location to PATH ([ #24 ] ( https://github.com/hjorslev/SteamPS/issues/24 ) ).
4754- Find-SteamAppID
4855 - Fix changed API url.
4956
@@ -53,7 +60,7 @@ of log files are stored in CSV format with more information about the system etc
5360
5461- Update-SteamServer
5562 - Added ` -Credential ` parameter so apps that requires authentication can be
56- updated (#16 ).
63+ updated ([ #16 ] ( https://github.com/hjorslev/SteamPS/issues/16 ) ).
5764- Update-SteamApp
5865 - Output ExitCode from SteamCMD if it has another value than 0 (success).
5966
@@ -104,7 +111,7 @@ cmdlet `Use-Module`.
104111- New workflow with [ InvokeBuild] ( https://github.com/nightroman/Invoke-Build ) .
105112- Update-SteamServer
106113 - Changed default to only send Discord notification on errors. Introduce new
107- parameter ` AlwaysNotify ` to always send notifications (fix # 3 ).
114+ parameter ` AlwaysNotify ` to always send notifications (fix [ # 3 ] ( https://github.com/hjorslev/SteamPS/issues/3 ) ).
108115
109116### Added
110117
@@ -203,7 +210,7 @@ SteamCMD.
203210### Removed
204211
205212- Update-SteamApp
206- - Remove check for version as it's done in SteamPS.psd1
213+ - Remove check for version as it is done in SteamPS.psd1
207214
208215## [ 1.0.0] - 01/01-2019
209216
0 commit comments