Skip to content

Releases: marco-souza/ollero.nvim

Release 1.0.1 🚀

30 Sep 20:33
Compare
Choose a tag to compare

Change Log - v1.0.0

🚀 Features:

  • added Ask command to interact with models 🤖
  • send selected text (visual) to model 🤖
  • list ollama models from online source 🌐 (along with installed ones) 🤖
  • install model in background 🤖

🐛 Bug Fixes:

  • fixed issue with model installation
  • fixed issue with model listing

🔨 Enhancements:

  • implemented tests and a test runner integrated with neovim
  • dependency injection system
  • refactored ollero module
  • refactored ollama module
  • move logger to a shared module
  • add ci workflows for tag release and quality gateway

Useful Links

Full Changelog: v0.1.6...1.0.1

Release 1.0.0 🚀

30 Sep 16:19
Compare
Choose a tag to compare

Change Log - v1.0.0

🚀 Features:

  • added Ask command to interact with models 🤖
  • send selected text (visual) to model 🤖
  • list ollama models from online source 🌐 (along with installed ones) 🤖
  • install model in background 🤖

🐛 Bug Fixes:

  • fixed issue with model installation
  • fixed issue with model listing

🔨 Enhancements:

  • implemented tests and a test runner integrated with neovim
  • dependency injection system
  • refactored ollero module
  • refactored ollama module
  • move logger to a shared module
  • add ci workflows for tag release and quality gateway

Useful Links

Full Changelog: v0.1.6...1.0.0

v0.1.6

25 Jul 11:26
43ff33b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

14 May 22:19
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 May 21:52
2c540f0
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

02 May 15:25
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Apr 20:11
1c76048
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

0.0.1

01 Dec 15:07
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
enh: update README