Skip to content

v1.3.0

Latest

Choose a tag to compare

@taikun114 taikun114 released this 29 Apr 09:31
· 1 commit to main since this release

English

New Features

Model

  • Support audio model tag
  • Add a feature that allows scrolling by dragging tags in the model inspector
  • Add the ability to load and unload models from the context menu of each model
    • You can load models by specifying a Keep Alive time, or unload them. You can also check the loading status in the model list.
  • Add a feature to cancel model downloading

Chat and Image Generation

  • Add options to set the order of models
    • By default, the order displayed on the model screen is used, but you can change it to your preferred order in the settings.
  • Add a button to scroll to the bottom
    • A button now appears that allows you to scroll straight to the bottom when you are outside the auto-follow scroll range.

Bug Fixes and Improvements

General

  • Fix issue where sheet backgrounds appear slightly green in iPadOS 26 Dark Mode
  • Fix issue where performance significantly degrades when voice control is enabled (#5)
  • Improve the layout of the settings screen

Server

  • Improve the display of connection status in server inspector

Model

  • Fix issue where the model filter icon was not displayed in macOS Sequoia
  • Fix issue where models could not be added in a specific format
    • Fixed an issue where models could not be downloaded if the model name contained a / in the ollama command format.
  • Improve model loading process
    • Performance has improved by automatically loading models when the app launches and when the server changes, thereby eliminating unnecessary model loading.
  • Improve the feature to allow copying the model name using a keyboard shortcut
    • You can copy the model name by pressing ⌘ (Command) + C while the model is selected. On macOS, you can also copy it by selecting “Copy” from the “Edit” menu.

Chat and Image Generation

  • Fix issue where the corner radius of the message input field was shifted
  • Fix issue where auto-follow scrolling would sometimes jumps
  • Fix issue where the keyboard sometimes did not close when the background was tapped
  • Improve the model picker display while loading models
  • Improve the appearance of the model picker
    • On macOS, the width now remains fixed, and on visionOS, model names are now displayed just like on macOS.
  • Improve the appearance of the message input field
    • When an input field is disabled, it is now semi-transparent to make its disabled state easier to recognize.
  • Improve to scroll when editing or retrying a message

Chat

  • Fix issue where list bullets were not displayed
  • Fix issue where text selection did not work properly in visionOS
  • Improve the display of the thinking text to use Markdown
  • Improve Markdown styling
  • Improve the performance of the thinking process

日本語

新機能

モデル

  • オーディオモデルのタグに対応
  • モデルインスペクタのタグをドラッグしてスクロールする機能を追加
  • 各モデルのコンテキストメニューからモデルのロード・アンロードする機能を追加
    • キープアライブ時間を指定してモデルをロードしたり、アンロードしたりすることができます。モデルリストでロード状況を確認することもできます。
  • モデルダウンロードをキャンセルする機能を追加

チャットと画像生成

  • モデルの並び順を設定するオプションを追加
    • デフォルトではモデル画面での並び順が使用され、設定からお好みの並び順に変更することができます。
  • 下までスクロールするボタンを追加
    • 自動追従スクロールの範囲以外にいるときに、一気に下までスクロールするためのボタンが表示されるようになりました。

バグ修正と改善

全般

  • iPadOS 26のダークモード時にシートの背景がわずかにグリーンに見える問題を修正
  • 音声コントロール有効時にパフォーマンスが著しく低下する問題(#5)を修正
  • 設定画面のレイアウトを改善

サーバー

  • サーバーインスペクタの接続状況表示を改善

モデル

  • macOS Sequoiaでモデルフィルターのアイコンが表示されなかった問題を修正
  • 特定の形式でモデルを追加できなかった問題を修正
    • ollamaコマンド形式でモデル名に/が含まれているとモデルがダウンロードできなかった問題が修正されました。
  • モデルの読み込み動作を改善
    • アプリ起動時とサーバー変更時に自動でモデルが読み込まれるようなり、不必要なモデル読み込みが行われなくなったことでパフォーマンスが改善しました。
  • モデル名をキーボードショートカットでコピーできるように改善
    • モデルが選択された状態で⌘ (Command) + Cキーを押すとモデル名がコピーされます。macOSでは「編集」メニューの「コピー」からコピーすることもできます。

チャットと画像生成

  • メッセージ入力欄の角丸半径がずれていた問題を修正
  • 自動追従スクロールが飛ぶことがあった問題を修正
  • 背景をタップしてもキーボードが閉じないことがあった問題を修正
  • モデルを読み込み中のモデルピッカー表示を改善
  • モデルピッカーの見た目を改善
    • macOSでは幅が変わらないようにし、visionOSではmacOSと同じようにモデル名が表示されるようになりました。
  • メッセージ入力欄の見た目を改善
    • 入力欄が無効化されているときは半透明にして無効化状態がわかりやすくなりました。
  • メッセージを編集したりやり直したりしたときにスクロールするように改善

チャット

  • リストの行頭記号が表示されなかった問題を修正
  • visionOSでテキスト選択が正常に機能しなかった問題を修正
  • 思考中のテキストをMarkdownで表示するように改善
  • Markdownのスタイルを改善
  • 思考プロセスのパフォーマンスを改善