Skip to content

Releases: iansinnott/prompta

Prompta v5.4.4

09 Jan 07:08
Compare
Choose a tag to compare

See the assets to download and install this version.

Prompta v5.4.3

31 Dec 05:12
Compare
Choose a tag to compare

See the assets to download and install this version.

Prompta v5.4.2

30 Dec 21:57
Compare
Choose a tag to compare

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

30 Oct 08:13
Compare
Choose a tag to compare

Image Support

screenshot_20241030084359@2x

You can now interact with multi-modal models by adding images to your chat threads.

What's Changed

New Contributors

Full Changelog: v4.1.7...v5.1.0

Prompta v5.0.1

29 Oct 13:59
Compare
Choose a tag to compare

See the assets to download and install this version.

v5.0.0

29 Oct 13:47
Compare
Choose a tag to compare

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

04 Oct 14:50
Compare
Choose a tag to compare

See the assets to download and install this version.

v4.1.6

04 Oct 14:41
Compare
Choose a tag to compare

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

29 Jan 13:01
Compare
Choose a tag to compare

See the assets to download and install this version.

Prompta v4.1.0

29 Jan 06:49
Compare
Choose a tag to compare

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.

screenshot_20240129063908@2x

What's Changed

Full Changelog: v4.0.2...v4.1.0