Impostor Changelog

What's new in Impostor 1.9.1

Apr 4, 2024
  • What's Changed:
  • Support 2024.3.5 by @miniduikboot in #569
  • fixed AprilFools2024 Deserialize error by @ykundesu in #573

New in Impostor 1.9.0 (Jan 26, 2024)

  • Upgrade to net8.0 by @js6pak in #563
  • Add support for 2023.10.24 and 2023.11.28 by @miniduikboot and @js6pak in #549, #553 and #551
  • Merge Impostor.Http into core by @js6pak in #533
  • Update docs to reflect http plugin merge by @miniduikboot in #546
  • Change default ListenIp of Http server to 0.0.0.0 by @miniduikboot in #557
  • Don't set HTTP protocols explicitly by @js6pak in #562
  • Improve cross-compatibility by @miniduikboot in #534
  • Source generate map data and enums by @js6pak in #548
  • Implement event to detect game option changes by @miniduikboot in #552
  • Allow spawning in the Dleks map by @miniduikboot in #560
  • Update Github actions by @miniduikboot in #561

New in Impostor 1.8.4 (Jul 16, 2023)

  • What's Changed:
  • Add support for 2023.7.11 by @miniduikboot in #530
  • Update docker container to I.Http 0.5 by @miniduikboot in #526

New in Impostor 1.8.3 (Jun 15, 2023)

  • Wake timeout Time configuable by @yukieiji in #523
  • Allow multiple SetName commands per CheckName by @miniduikboot in #524
  • Add GameVersion for 2023.6.13 by @miniduikboot in #525

New in Impostor 1.8.2 (Apr 9, 2023)

  • Reorder GameFull and GameStarted join errors by @miniduikboot in #519
  • Update to 2023.3.28 by @miniduikboot in #520
  • Adding missing 2023.3.13 version for android by @danbudworthmead in #522

New in Impostor 1.8.1 (Mar 3, 2023)

  • Improve first time setup experience by @miniduikboot in #507 and #513 (and also #505 for the website)
  • Improve Docker image by adding Impostor.Http by @miniduikboot in #509 and #512
  • Systemd template and instructions by @bkloosterboer in #508
  • Add missing game keywords by @miniduikboot in #515
  • Add network version for 2023.2.28 by @miniduikboot in #517

New in Impostor 1.8.0 (Jan 7, 2023)

  • Upgrade to net7.0 and move hazel to nuget by @js6pak in #500
  • Remove redirector by @js6pak in #502
  • Add 2022.12.8 support by @AeonLucid, @js6pak and @miniduikboot in #501
  • Mark the game as started only after all players get their role by @js6pak in #503
  • Allow sabotages by dead impostors by @miniduikboot in #504

New in Impostor 1.7.3 (Dec 7, 2022)

  • Changelog:
  • Add Airship to MapFlags (#493)
  • Add version id for 2022.10.18 and 2022.10.25 (#494)
  • Remove anticheat log when anticheat is disabled (#498)
  • Correct location of Right Stabilizer vent on Polus (#499)
  • Known Issues:
  • Joining games through the lobby menu does not work due to a game bug. If this is desired, you need to set up the Impostor.Http plugin.

New in Impostor 1.7.2 (Sep 3, 2022)

  • Add support for Among Us 2022.8.23/24 (#489)
  • Add Chat Language to game listings (#491)
  • Prevent players joining a game on different versions of Among Us (#490)
  • Mod support: Allow spawning fake players (#488)
  • CI: Move to Github Actions (#492)
  • Docs: Improve setup documentation (#485)

New in Impostor 1.7.1 (Jul 7, 2022)

  • Support Among Us 2022.6.21/22

New in Impostor 1.7.0 (Jun 11, 2022)

  • Moved to .NET 6. To run this version, you need to install .NET 6. Some plugins may need to be recompiled for this version.
  • Allow playing with nicknames that have non-default characters in them.
  • Removed AuthServer and AnnouncementsServer.

New in Impostor 1.6.0 (Aug 5, 2021)

  • Added methods to get Language and QuickChatMode of connecting clients (#431)
  • Fix improperly disconnecting pre-Airship clients (#431)
  • Improve documentation (#435)

New in Impostor 1.5.0 (Jul 14, 2021)

  • Changelog:
  • Added Task Completion API (#395)
  • Added Player Voted Event (#181)
  • Fix Airship spawning (#427)
  • Improve version mismatch disconnection message (#432)
  • Remove patcher completely

New in Impostor 1.4.0 (Jun 26, 2021)

  • Changelog:
  • Added authentication server
  • Added GameHostChangeEvent (#277)
  • Added BeforeGameCreatedEvent (#266)
  • Added custom message support (#404)
  • Improved vent API
  • Plugins can now set dependencies on other plugins
  • Plugin metadata, like name, author and version can now be specified in the csproj file instead of the ImpostorPluginAttribute
  • Deprecated patcher, it's now replaced by the website

New in Impostor 1.3.0 Patcher (Apr 11, 2021)

  • Changelog:
  • Added support for 2021.3.5
  • Added config option for disabling the anticheat
  • Added announcements server
  • A lot of under the hood changes

New in Impostor 1.2.2 Patcher (Mar 15, 2021)

  • Added support for 2020.11.17
  • Added support for parsing GameData packets
  • Added plugin api

New in Impostor 1.1.0 (Nov 16, 2020)

  • Added public game list
  • Added missing player count check
  • Added support for master/node server setup
  • Fixed memory leak
  • Fixed host migration issue