Skip to content

Releases: dezoito/ollama-grid-search

v0.9.2

20 Nov 22:59

Choose a tag to compare

[Version 0.9.2] - 2025-11-20

Changed

  • Bumps ollama-rs to versoin 0.3.3
  • Attempts to fix damaged .dmg files generated during release github action

macOS Apple Silicon Users: After downloading, right-click the app and select "Open" on first launch to bypass Gatekeeper. This is required because the app uses ad-hoc code signing (no paid Apple Developer certificate). Subsequent launches work normally.

v0.9.1

17 Apr 18:44

Choose a tag to compare

[Version 0.9.1] - 2025-04-17

Changed

  • Bumps ollama-rs to versoin 0.3.0

v0.9.0

20 Dec 14:11
7c8581f

Choose a tag to compare

[Version 0.9.0] - 2024-12-20

Added

  • Support for navigating over [variable] placeholders in prompts, to paste input.
  • Tooltips in upper menu corner buttons.

Changed

  • Renamed components that had stupid names.
  • Removed MacOS 12 from the supported OSes when building releases (blame GH Actions).
  • Experimentally added support for MacOS 13.

v0.8.0

08 Dec 13:50

Choose a tag to compare

Notice: MacOS 12 is not supported by GitHub actions any longer, therefore we are only releasing versions for MacOS-latest!

[Version 0.8.0] - 2024-12-08

Changed

  • Experiments are stored in a database. File system is not used anymore
  • Minor UI improvements in the Experiment selecion UI

v0.7.0

25 Nov 00:24

Choose a tag to compare

[Version 0.7.0] - 2024-11-24

Added

  • Fully functional prompt management UI
  • Prompt inputs can trigger autocomplete by starting with "/"
  • Added SQLite integration for prompt management and other developments

Changed

  • Several small UI improvements (mostly using ScrollAreas instead of overflows
  • Improved validation rules on experiment form

v0.7.0-rc2

25 Nov 00:07

Choose a tag to compare

v0.7.0-rc2 Pre-release
Pre-release

See the assets to download this version and install.

v0.7.0-rc1

24 Nov 23:40

Choose a tag to compare

v0.7.0-rc1 Pre-release
Pre-release

See the assets to download this version and install.

v0.6.2

29 Oct 22:27

Choose a tag to compare

[Version 0.6.2] - 2024-10-29

Fixed

  • The "refetch" button must be shown when there was an error in the inference call.

v0.6.1

29 Oct 00:49

Choose a tag to compare

[Version 0.6.1] - 2024-10-28

Changed

  • When removing all experiment logs, only JSON files should be deleted.
  • Add colors to prompt and system_prompt when displaying inference params in results.
  • Border colors are used on the side of a result to group outputs from the same model.

v0.6.0

20 Oct 13:35

Choose a tag to compare

[Version 0.6.0] - 2024-10-20

Added

  • Added UI controls to re-run past experiments.
  • Added controls to remove experiment files from the UI.
  • Added button to copy an inference text to the clipboard.

Changed

  • Moved "reload" icon to improve layout.
  • Improved experiment inspection UI readability.
  • Streamlined State management.

Fixes

  • Fix HMR not working on MacOS (in development, of course).