This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Releases: Impostor/Impostor.Http
Releases · Impostor/Impostor.Http
v0.5.0
This release changes some Impostor.Http defaults to make it easier to install.
Warning
If you upgrade to this release, your default ListenPort of the http server will change to 22023. If you don't want this, add aconfig_http.json
file with the old setting (port 22000)
What's Changed
- Update to .NET 7 by @miniduikboot in #7
- Improve defaults and readme by @miniduikboot in #8
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This release updates Impostor.Http to version 1.8.0 of Impostor
What's Changed
- Resolve public ip by @miniduikboot in #5
- List desireable games after compatible games by @miniduikboot in #6
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release simplifies the initial setup of Impostor.Http: PublicIp and PublicPort
Upgrade Steps
- Upgrade to Impostor 1.7.2
- Make sure PublicIp and PublicPort are set properly in
config.json
(See Impostor's - Remove PublicIp and PublicPort from
config_http.json
What's Changed
- Reuse configuration from Impostor by @miniduikboot in #2
- Don't check if mapId parameter fits in MapFlags by @miniduikboot in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add event to register middleware in other plugins by @miniduikboot in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release