Skip to content

Commit

Permalink
🚀 (!deploy !ver:MINOR) Publish v.3.2.0 (#38)
Browse files Browse the repository at this point in the history
* 📝 Update documentation for new version

* 📝 Add version date

* 📝 Add version date

* ✏️ Fix typos
  • Loading branch information
hjorslev authored Sep 13, 2020
1 parent 49f5820 commit 1c19ad7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
## [3.2.0] - 13/09-2020

### Added

- New cmdlets that can interact with the Steam Web API
- Connect-SteamAPI
- Get-SteamFriendList
- Get-SteamNews
- Get-SteamPlayerBan
- Get-SteamPlayerSummary
- Resolve-VanityURL

### Changed

- Logging is now handled using *PSFramework* rather than the module *Logging*. Output
of log files are now stored in CSV format with more information about the system
etc.
of log files are stored in CSV format with more information about the system etc.
- Get-SteamServerInfo
- Write the error, if the server cannot be reached, instead of throwing it. This
is implemented because if the server could not be reached after using Update-SteamServer
the workflow would be terminated the first time the server could not be reached
is implemented because if the server could not be reached after using Update-SteamServer,
the workflow would be terminated, the first time the server could not be reached,
instead of attempting to test it again.

### Fixed

- Update-SteamServer
- Fixed issue regarding the log file not being created due to a missing
sub directory preventing any logging until the directory is created (#29).
- Fixed issue with the update workflow being corrupted if the server were online
- Fixed issue with the update workflow being corrupted if the server were offline
at the beginning of the update (#30).
- Update-SteamApp
- Remove the validate parameter when calling SteamCMD. Validation will overwrite
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,19 @@ for server information and more.

## Command Reference

| Cmdlet | Description |
| -------------------------------------------------- | ------------------------------------------------------------ |
| [Find-SteamAppID](docs/Find-SteamAppID.md) | Find a Steam AppID by searching the name of the application. |
| [Get-SteamServerInfo](docs/Get-SteamServerInfo.md) | Query a running Steam based game server. |
| [Install-SteamCMD](docs/Install-SteamCMD.md) | Install SteamCMD. |
| [Update-SteamApp](docs/Update-SteamApp.md) | Install or update a Steam application using SteamCMD. |
| [Update-SteamServer](docs/Update-SteamServer.md) | Update a Steam based game server through a workflow. |
| Cmdlet | Description |
| -------------------------------------------------------- | ------------------------------------------------------------------- |
| [Connect-SteamAPI](docs/Connect-SteamAPI.md) | Create or update the Steam Web API config file. |
| [Find-SteamAppID](docs/Find-SteamAppID.md) | Find a Steam AppID by searching the name of the application. |
| [Get-SteamFriendList](docs/Get-SteamFriendList.md) | Returns the friend list of any Steam user. |
| [Get-SteamNews](docs/Get-SteamNews.md) | Returns the latest news of a game specified by its AppID. |
| [Get-SteamPlayerBan](docs/Get-SteamPlayerBan.md) | Returns Community, VAC, and Economy ban statuses for given players. |
| [Get-SteamPlayerSummary](docs/Get-SteamPlayerSummary.md) | Returns basic profile information for a list of 64-bit Steam IDs. |
| [Get-SteamServerInfo](docs/Get-SteamServerInfo.md) | Query a running Steam based game server. |
| [Install-SteamCMD](docs/Install-SteamCMD.md) | Downloads and installs SteamCMD. |
| [Resolve-VanityURL](docs/Resolve-VanityURL.md) | Resolve a vanity URL (also named custom URL). |
| [Update-SteamApp](docs/Update-SteamApp.md) | Install or update a Steam application using SteamCMD. |
| [Update-SteamServer](docs/Update-SteamServer.md) | Update a Steam based game server through a workflow. |

## Prerequisites

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ skip_commits:
- .vscode/*
- docs/*
- appveyor.yml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.md
- README.md
Expand Down

0 comments on commit 1c19ad7

Please sign in to comment.