Skip to content

Releases: A7Lavinraj/assistant.nvim

Release v3.1.0: UI and utils

11 Feb 05:43
Compare
Choose a tag to compare

🚀 Release v3.1.0

Release Date: 2025-02-11

COVER

🔥 What's New

  • ✨ Remaster the UI and template support
  • 🛠️ Fix navigation bugs

📌 Changes & Updates

🆕 New Features

  • Re-tweak the UI for better user experience
  • Add template support for sources

🔧 Improvements

  • Add proper UI responsiveness

🐛 Bug Fixes

  • Fixed Issue #54

📖 Documentation

  • Updated README with new instructions.

Video guide is available on Youtube

Release v3.0.0

19 Dec 14:49
Compare
Choose a tag to compare

🎉 Release v3.0.0 Discussion

Hi everyone! 🚀

We're thrilled to announce the release of v3.0.0 of this plugin! This version brings significant updates, improvements, and bug fixes based on community feedback and our goals to enhance the overall user experience.

🔥 What's New in v3.0.0?

  • New interactive UI: Introducing brand new plugin UI for better UX and productivity.
  • New parallel task scheduler: Now you can run as many tasks as you want without looking at CPU over loading thanks to new implemented task scheduler.
  • New actions bar: Now you can get a live feedback for your actions(track only few actions).
  • More flexibility over configuration: Now you can configure the plugin to the next level.

👀 Share Your Feedback

We'd love to hear your thoughts on this release! Let us know:

  • How is your experience with the new features?
  • Are there any areas where you feel we can improve?
  • Any bugs or unexpected issues you've encountered?

Release v2.2.3

14 Oct 06:48
Compare
Choose a tag to compare

2.2.3 (2024-10-14)

Fixed

  • handle empty testcase array for next and prev method

Release v2.2.2

13 Oct 16:51
Compare
Choose a tag to compare

2.2.2 (2024-10-13)

Fixed

  • Fixed border overlaping of main and prev

Release v2.2.1

12 Oct 16:00
Compare
Choose a tag to compare

2.2.1 (2024-10-12)

Fixed

  • Fixed error message for vim.api.nvim_get_current_line when buffer not available

Release v2.2.0

07 Oct 14:03
Compare
Choose a tag to compare

2.2.0 (2024-10-07)

Added

  • Set cursor on renders

Release v2.1.0

06 Oct 07:05
Compare
Choose a tag to compare

2.1.0 (2024-10-06)

Added

  • Additional default mappings to easily navigate across available testcases

v2.0.0

26 Sep 10:12
Compare
Choose a tag to compare

2.0.0 (2024-09-25)

Added

  • Split UI
  • Custom themes
  • More control over configurations

Fixed

  • Infinite running process

v1.0.0 release

01 Jun 17:07
Compare
Choose a tag to compare

First release of assistant.nvim