Releases: egoist/chatwise-releases
Releases · egoist/chatwise-releases
v0.3.1 ElevenLabs TTS
- We added a new provider for text-to-speech: ElevenLabs which provides more realistic voices than OpenAI, you can also create your own voices.
- This releases also added the option to change to other OpenAI voices.
- Context menu on messages is also updated to included TTS option and the ability to regenerate message
See the assets to download this version and install.
v0.3.0 New Chat Settings
We added a right sidebar for chat settings, you can keep it open as long as you want.
- New chat settings: Truncate Message, Reply language
- You can also save current chat setting as the default for future chats
- You can also resize the sidebars now
See the assets to download this version and install.
v0.2.1 Bug fixes
- Fix: command-enter not properly insert new line
- Fix: audio player should use custom openai endpoint if set
See the assets to download this version and install.
v0.2.0 Prompt Presets, Custom Protocol, Command Enter
- Fix: change web search provider will accidentally discard other config
- New: introduce Prompt Presets like "Summarize", "Fix grammar" in the Command Palette (Command-K), soon we will add custom presets support
- New: add
chatwise://
protocol, now the only supported url ischatwise://new-chat?input=***
which will start a new chat and set input to specified text - New: Send message with
Command+Enter
instead ofEnter
, you can change to this in Settings -> General, with this enabled you can useEnter
to insert new lines.
See the assets to download this version and install.