Skip to content

Releases: A7Lavinraj/assistant.nvim

v4.2.0 - core focused

17 Apr 14:20

Choose a tag to compare

v4.2.0 (2025-04-17)

  • Implement builtin select picker
  • Implement help for key mappings
  • Implement plugins actions to make flexible key mappings
  • Better editing tests properties
  • Fix neovim freezing on compilation
  • Remove action-bar
  • Change tests display format

Video guide will be available soon on YOUTUBE

v4.1.0 Fix and expansion

27 Feb 07:20

Choose a tag to compare

v4.1.0 (2025-02-27)

features

  • Add option to change TCPListener in configuration

fixes

  • Unbind existing TCPListener before binding new

v4.0.0 Release: Refactor and Reformat

22 Feb 12:30

Choose a tag to compare

🚀 assistant.nvim v4.0.0 – Major Release!

DEMO

What's new

  • New tasks and actions render format
  • New backdrop effect
  • New configuration options
  • New selection feature
  • New edit window for test cases

Breaking changes

  • AssistantToggle command change to Assistant and will only open the UI instead of toggle
  • R key binding will no longer works

features

  • Better tasks and actions render format
  • Backdrop
  • Better edit window
  • Selection functionality

Pull requests

New Contributors

Additional information

Release v3.1.0: UI and utils

11 Feb 05:43

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

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

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

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

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

Choose a tag to compare

2.2.0 (2024-10-07)

Added

  • Set cursor on renders

Release v2.1.0

06 Oct 07:05

Choose a tag to compare

2.1.0 (2024-10-06)

Added

  • Additional default mappings to easily navigate across available testcases