Skip to content

Releases: bsdayo/BingChat

v0.8.0

01 Jun 18:01
Compare
Choose a tag to compare

What's Changed

  • feat: signalr transport by @neon-sunset in #16
  • feat: simple response text streaming + cancellation by @neon-sunset in #18
  • feat: cookie no longer required
  • feat(cli): publish as dotnet tool
# Install CLI
dotnet tool install -g --prerelease dotnet-bingchat

# Start CLI
dotnet bingchat

Full Changelog: v0.7.0...v0.8.0

v0.7.0

21 May 05:09
Compare
Choose a tag to compare

What's Changed

  • feat: nativeaot support for nuget package by @neon-sunset in #13
  • Support multiple message combination by @Caulm in #12

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 May 07:24
debf3b9
Compare
Choose a tag to compare

What's Changed

  • Check for conversation response error by @Caulm in #10
  • Support for changing tone by @Caulm in #10

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 May 07:22
Compare
Choose a tag to compare
  • Renamed Cookie option to CookieU.
  • Added CookieKievRPSSecAuth option. You can pass this cookie if you still can't log in. (See #8)
  • Fixed #5

v0.4.0

16 May 07:18
Compare
Choose a tag to compare
  • Throw an exception when unauthorized

v0.3.0

16 Feb 10:45
a5afb37
Compare
Choose a tag to compare
  • Modify JSON parse logic and slightly improve readability by @Awbugl in #1

v0.2.0

14 Feb 22:30
Compare
Choose a tag to compare

v0.1.0

14 Feb 17:33
Compare
Choose a tag to compare

Initial release 🎉