Version 1.1.0
Release: December 4, 2025
Update Details
New Features
- Add German (
de), Spanish (es) localization by generative AI
- Since I have no knowledge of languages other than Japanese and English, translations may contain strange translations. If you notice any translations that need correction, I would appreciate it if you could send feedback on what to change and how!
- Add access to each tab in the “View” menu
- Added menu items to the “View” menu in the menu bar to open the “Server,” “Model,” and “Chat” tabs. Press
⌘ (Command) + 1 to open the “Server” tab, ⌘ (Command) + 2 for the ‘Model’ tab, and ⌘ (Command) + 3 for the “Chat” tab.
- Add demo mode
- I implemented a demo mode that allows testing the app's basic functionality for App Store review.
- You can access demo mode by adding a server with hostname
demo-mode (server name is optional) and selecting it.
Bug Fixes and Improvements
- Fix issue that
scrollEdgeEffect did not work in chat view
- On iOS / iPadOS 26 and macOS 26 and later, the chat input field background now blurs to blend in.
- Fix issue where network requests could fail when launching the app
- Since this issue occasionally occurred in the previous fix, I added a retry function to the network check performed when the app launches to ensure this issue is resolved.
- Fix issue where the copy button and retry button icons were not displayed in the chat screen on iOS / iPadOS 17 and macOS 14
- Fix issue where the stop button could not be pressed when “Select Model” was chosen in the model picker of the chat screen
Version 1.0.3
Release: November 18, 2025
Update Details
New Features
- Add French localization by generative AI
- Since I have no knowledge of French, the translations may contain strange translations. If you notice any translations that need correction, I would appreciate it if you could send feedback on what to change and how!
Bug Fixes and Improvements
- Fix “Click” to “Click or tap”
- Fix issue where network requests could fail when launching the app
Version 1.0.2
Release: November 4, 2025
Update Details
Bug Fixes and Improvements
- Fix issue where the icon size for the about this app screen was incorrect on macOS Sequoia or earlier
- Fix issue where the model list did not display correctly when models with the same digest as the
latest tag existed simultaneously
- Fix issue that text conversion couldn't be confirmed while typing in languages requiring text conversion within the message edit field on the chat screen
- Improve chat screen to automatically scroll after sending a message
- Improve the size of the chat send button on iOS / iPadOS versions
Version 1.0.1
Release: October 28, 2025
This version is the first version released on the App Store.
Update Details
Bug Fixes and Improvements
- Fix issue where opening the inspector at small window sizes caused layout issues or crashes
- Fix issue that text conversion couldn't be confirmed while typing in languages requiring it within the chat screen's message input field
- Fix issue that picker could become empty in the chat screen's model picker when the last selected model couldn't be found after switching servers
- Improve to perform a network check when launching the app
- When you open the app for the first time, a message requesting local network permission will now show automatically.
Version 1.0.0
Release: October 12, 2025
Update Details