Releases: dezoito/ollama-grid-search
Releases · dezoito/ollama-grid-search
v0.9.0
[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
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
[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
See the assets to download this version and install.
v0.7.0-rc1
See the assets to download this version and install.
v0.6.2
[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
[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
[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).
v0.5.3
[Version 0.5.3] - 2024-09-16
Fixes
- Handles Ollama servers using default ports (80 or 443)
v0.5.2
[Version 0.5.2] - 2024-09-15
Added
- Adds custom application icon.
Fixes
- Handles Ollama version info not being correctly returned by the server.