Releases: iansinnott/prompta
Prompta v5.4.4
See the assets to download and install this version.
Prompta v5.4.3
See the assets to download and install this version.
Prompta v5.4.2
This release brings back the persistent window state. When you close the app and reopen it the window will have the same position as when you closed the window.
See the assets to download and install this version.
Prompta v5.1.0
Image Support
You can now interact with multi-modal models by adding images to your chat threads.
What's Changed
- feat/image by @iansinnott in #52
New Contributors
Full Changelog: v4.1.7...v5.1.0
Prompta v5.0.1
See the assets to download and install this version.
v5.0.0
What's Changed
- fix cmd+n not working in tauri by @nikvdp in #44
- Add HOST and BODYLIMIT env vars for sync server by @struanb in #47
- fix all instances of
$page.url.pathname
checks for tauri by @nikvdp in #45 - Make sync server endpoints path-relative by @struanb in #48
- tauri 2 by @iansinnott in #51
What broke?
This is a major version bump, but only because I bumped the major versions of Tauri, Svelte and SvelteKit. Thus there may be breakage that I haven't found yet and I don't want anyone to be caught off guard.
New Contributors
Full Changelog: v4.1.7...v5.0.0
Prompta v4.1.7
See the assets to download and install this version.
v4.1.6
What's Changed
- make sure model picker uses dark mode by @nikvdp in #42
- updated dependencies
- removed experimental vector features
Full Changelog: v4.1.5...v4.1.6
Prompta v4.1.1
See the assets to download and install this version.
Prompta v4.1.0
Feature Flags
The app now includes feature flags. The main motivation here is to be able to ship experimental, potentially breaking changes without breaking the app for anyone. These experiements will be opt in until they seem stable enough to roll out without a flag.
Experiments
Along with the feature flags this PR creates a new experiments page with various things that might be of interest. The first experiment is browser-centric vector search over chat history.
UI Improvements
Small UI improvements. Most notably the controls in the chat window are more compact.
What's Changed
- Feature flags, experiments, UI improvements by @iansinnott in #33
Full Changelog: v4.0.2...v4.1.0