7 Commits
Author SHA1 Message Date
Father BotandGitHub 3631d6534f fix: ignore unmentioned media in group chats; bump python-dotenv (#518)
- unsupport_message_handle now checks is_bot_mentioned, so the bot stops
  replying "I don't know how to read files or videos" to videos/documents
  it wasn't mentioned in within group chats (#454). Private chats are
  unaffected (is_bot_mentioned returns True there).
- Bump python-dotenv 1.0.1 -> 1.2.2 to resolve a Dependabot symlink-following
  advisory in set_key.
- Bump version to 1.3.1 and document in CHANGELOG.
2026-06-14 13:45:46 +03:00
Father Bot 9503791697 Document 1.3.0 in CHANGELOG
Record removal of legacy gpt-3.5-turbo/gpt-4, the token-table
simplification, README refresh and the /balance KeyError fix.
2026-06-04 14:47:09 +03:00
Father Bot 131ba9daab Reflect gpt-image-1 in the 1.2.0 changelog
The release switched image generation to gpt-image-1; update the
changelog entry to match the final state.
2026-05-17 18:48:02 +03:00
Father Bot 625210a924 Document 1.2.0 in CHANGELOG
Record DALL-E 3 image generation, updated gpt-4o pricing, removal of
deprecated models and the new CI workflow.
2026-04-29 10:52:46 +03:00
Father Bot 06c6e0f653 Note config-driven vision support in CHANGELOG 2026-03-29 13:25:18 +03:00
Father Bot 10daaf47c5 Document 1.1.0 in CHANGELOG
Record OpenRouter provider support, Claude models, gpt-5.5, the
config-driven model dispatch, token-counting fallback and the
settings button layout fix.
2026-03-22 14:15:46 +03:00
Father Bot c82e4e79d0 Add CHANGELOG for the 1.0.0 release
Document the openai 1.x migration, gpt-4o/gpt-4o-mini support and new
default, Python 3.12 upgrade, dependency bumps, Docker improvements
and the text-davinci-003 removal.
2026-02-22 15:13:02 +03:00