Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 4.9 KB

v1.3.0 - 2024-11-10

✨ New Features

  • 1a20f75 - Add Show information about a model including details, modelfile, template, parameters, license, system prompt. (commit by @imoize)
  • c2568a6 - Implement feature to copy model name text to clipboard upon click. (commit by @imoize)
  • 7ec7abb - Introduce About dialog to provide additional information. (commit by @imoize)

🔧 Chores

v1.2.0 - 2024-09-29

🐛 Bug Fixes

🔧 Chores

v1.1.3 - 2024-09-09

✨ New Features

  • 0ffacc8 - Support load / unload embedding models. (commit by @imoize)
  • 650f45b - Properly handle model deletion. (commit by @imoize)
  • c79c8b5 - Support creates a model with another name from an existing model (copy). (commit by @imoize)
  • 1a0698b - UI: Add busy indicator when interact with API. (commit by @imoize)

🐛 Bug Fixes

  • 467f30a - Fixed getModels function not called when initial start. (commit by @imoize)

♻️ Refactors

  • 424a275 - dialog: Move dialog popup to reusable components. (commit by @imoize)
  • 141feac - context menu: Move model context menu to reusable components. (commit by @imoize)

🔧 Chores

v1.0.1 - 2024-09-01

🐛 Bug Fixes

  • 3c0adfb - Fixed models not shown if Ollama not started from applet. (commit by @imoize)
  • 2b5fd18 - Improvement: Precision timestamp display for modified models. (commit by @imoize)

🔧 Chores