matrix-gptbot/CHANGELOG.md
Kumi 819e4bbaae
feat: Prepare for 0.3.9 release and update copyright
- Initialized preparations for the unreleased 0.3.9 version in the changelog.
- Updated copyright information to include 2024 and added Private.coffee Team alongside Kumi Mitterer to reflect the collaborative nature of the project going forward.
- Incremented the project version to 0.3.9.dev0 in pyproject.toml to align with upcoming development efforts.
- Modified all references from Kumi's personal repo to the Private.coffee Team's repo in README.md, LICENSE, and pyproject.toml, ensuring future contributions and issues are directed to the correct repository. This change facilitates a broader collaboration platform and acknowledges the team's growing involvement in the project's development.

These updates are critical for the upcoming development phase and for accurately representing the collaborative efforts behind the project.
2024-04-23 07:58:34 +02:00

1.4 KiB

Changelog

0.3.9 (unreleased)

0.3.7 / 0.3.8 (2024-04-15)

  • Changes to URLs in pyproject.toml
  • Migrated build pipeline to Forgejo Actions

0.3.6 (2024-04-11)

  • Fix issue where message type detection would fail for some messages (cece8cfb24)

0.3.5

  • Only set room avatar if it is not already set (a9c23ee9c4)

0.3.4 (2024-02-18)

  • Optimize chat model and message handling (10b74187eb)
  • Fix parameter passing in chat response calls (2d564afd97)
  • Refine message filtering in bot event processing (c47f947f80)

0.3.3 (2024-01-26)

  • Implement recursion check in response generation (e6bc23e564)
  • Implement tool emulation for models without tool support (0acc1456f9)
  • Allow selection of chat model by room (87173ae284)

0.3.2 (2023-12-14)

  • Removed key upload from room event handler
  • Fixed output of python -m gptbot -v to display currently installed version
  • Workaround for bug preventing bot from responding when files are uploaded to an encrypted room

Known Issues

  • When using Pantalaimon: Bot is unable to download/use files uploaded to unencrypted rooms

0.3.1 (2023-12-07)

  • Fixed issue in newroom task causing it to be called over and over again