Releases: startersclan/PSSourceQuery
Releases · startersclan/PSSourceQuery
v0.2.0
Changes
🐛 Bug Fixes
- Fix: Fix
SourceQuery
for Counter-Strike 2 @leojonathanoh (#25)
🖊️ Refactors
- Refactor (ci): Bump PSModulePublisher to v0.7.0, cleanup CI jobs, and add powershell 7.3 test job @leojonathanoh (#26)
📝 Documentation
- Docs: Update FAQ of verified games @leojonathanoh (#27)
v0.1.1 🌈
Changes
🐛 Bug Fixes
- Fix (tests): Fix unit tests to work correctly @leojonathanoh (#22)
- Fix (ci): Remove deprecated
windows-2016
test job and bump all test jobs to run onubuntu-latest
@leojonathanoh (#21)
📝 Documentation
- Docs (readme): Fix readme FAQ formatting @leojonathanoh (#23)
v0.1.0 🌈
Changes
🚀 Features
- Enhancement: Support DNS value in -Address parameter @leojonathanoh (#9)
- Enhancement: Add test entrypoint script @leojonathanoh (#4)
- Enhancement (development): Add .vscode/tasks.json @leojonathanoh (#7)
- Enhancement (ci): Add PSModulePublisher submodule @leojonathanoh (#8)
🐛 Bug Fixes
- Fix: Remove undefined variable in SourceQuery @leojonathanoh (#11)
- Fix (tests): Use random password to reduce server rate limiting causing failed tests @leojonathanoh (#20)
- Fix (tests): Fix test entrypoint script not exiting with non-zero exit code on any failed test @leojonathanoh (#10)
🖊️ Refactors
- Refactor: Update .gitignore @leojonathanoh (#3)
- Refactor: Replace all occurences of 'GoldSource' with 'Goldsource' @leojonathanoh (#17)
- Refactor: Rename repository to PSSourceQuery @leojonathanoh (#2)
- Refactor: Migrate separate modules to one module with separate functions @leojonathanoh (#6)
- Refactor (modulemanifest): Update author, company, and copyright @leojonathanoh (#14)
- Refactor (ci): Add github workflows @leojonathanoh (#5)
📝 Documentation
- Docs: Simplify readme @leojonathanoh (#12)
- Docs (readme): Update description @leojonathanoh (#16)
- Docs (readme): Fix readme badges @leojonathanoh (#13)
- Docs (readme): Add deprecation notices for ping query @leojonathanoh (#19)
- Docs (functions): Add function documentation @leojonathanoh (#18)
🧰 Maintenance
- Chore: Update LICENSE @leojonathanoh (#15)
v0.0.5
- Docs: Simplify readme examples
- Fix title in readme
v0.0.4
- [SourceRcon] Fix handling of no multipacket response for commands like 'exit'
v0.0.3
- Improve error handling in GoldSourceRcon, SourceRcon, and SourceQuery
v0.0.2
- improve error handling and rethrowing
- update readme
v0.0.1
- add license
- update readme
- update readme
- remove Example.ps1
- add readme
- use write-verbose instead of write-host; properly define private functions expected argument types
- fixed bugs where exceptions were thrown when client ip was banned by server
- Make Powershell modules
- Update examples
- Renamed variable
- Update example
- Added few code comments
- Fix 'rules' query for GoldSource
- Fixed 'rules' SourceQuery for srcds
- Minor variable renames
- Fix junk $null on pipeline
- Fixed bug in 'players' Query when server is empty
- Improved exception handling
- Update Examples
- Add .gitignore
- Add SourceQuery ping
- Major fixes to SourceRcon
- Tidy up debug code
- Remove whitespaces
- Renamed variables in SourceRcon
- Improved debug console output for GoldSourceRcon
- Update examples
- Minor fix for SourceRcon - poll for multipack
- Wrong library in SourceRcon.ps1
- Clean up duplicate code in GoldSourceRcon.ps1
- Add GoldSourceRcon and SourceRcon, and Examples
- Cleaned up junk code
- Add SourceQuery