- Fixed error receiving chat messages
- Increase max OpenAI API key size to 256 characters
- Default to speech disabled
- Fix crash when trying to close speech system when it failed to initialise
- Add the GPT4o Mini model
- Remove the unused Accent menu item from OS4 version
- Fix bug where some voice menu items in the OS4 version fail to display a checkmark after you select it
- Send button no longer appears after image creation
- Create image button stays disabled after image creation. Select new image to create a new one
- Updated to latest json-c
- Support for OpenAI text to speech voices. Fast internet connection recommended
- Updated to latest OpenAI chat models (including GPT-4o which will only work for ChatGPT Plus subscribers for now)
- Removed debug symbols for faster and smaller executable
- Send button no longer appears in top left corner after closing a generated image for Amiga 3.X
- Fixes the stack size calculation so it will no longer warn you that the stack size is too small if it really isn't
- Fixes a bug in chat mode in AmigaOS 3.X where the send button stays disabled after an error occurs
- Change the stack size in the program .info file to the recommended 32768 bytes
- Fix bug where accents were not loaded properly resulting in the speech to fail
- Updated to the latest OpenAI chat models
- Fix crash when config.json doesn't exist
- Fix crash when selecting the root menu items
- Adjust screen colours to enhance visibility
- Improved error handling for connection errors
- Use a stack cookie to set minimum stack size to 32768 bytes (AmigaOS 3.1.4 or higher required)
- Shows a warning if the stack size is smaller than 32768 bytes (AmigaOS 3 only)
- Send button no longer appears in corner of screen on image mode in 3.X after an error message is dismissed
- Replaced clicktabs for AmigaOS 3.X since the version is too old and will crash. 3.X users can select the mode at startup.
- Fixed bug where the prompt textbox remains in a readonly state when switching from image mode to chat mode
- AI image generation! Switch between chat and image generation mode by clicking the tabs at the top of the screen
- Colour tweaks
- Status bar shows more information and colours
- About screen can now be dismissed with any key press or mouse click
- The OpenAI API key requester now populates with the existing key if it exists so you can more easily find and fix typos in the key
- Added the ability to set the chat system (new "Chat System" menu item)
- Fix crash when having a conversation consisting of a few messages
- Fix pasting into chat input textbox (AmigaOS 3.2 and 4.1 only for now)
- Remove trailing newline from user messages
- Enclose all user lines in asterisks to make bold
- Fix memory leak that was present in downloading responses from OpenAI
- Native PPC version for AmigaOS 4.1
- Scrollbar works again
- Improve response handling from OpenAI preventing a crash
- Latest OpenAI models added
- Now fully backwards compatible with Cloanto's AmigaOS 3.X (included in Amiga Forever)
- Now fully backwards compatible with AmigaOS 3.9
- Now supports characters from Western languages other than English
- Blank responses from OpenAI no longer cause a crash
- After setting UI font, the font is now applied fully without needing to restart the app
- Initial release