Releases: A7Lavinraj/assistant.nvim
Releases · A7Lavinraj/assistant.nvim
v4.2.0 - core focused
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
v4.1.0 (2025-02-27)
features
- Add option to change
TCPListenerin configuration
fixes
- Unbind existing
TCPListenerbefore binding new
v4.0.0 Release: Refactor and Reformat
🚀 assistant.nvim v4.0.0 – Major Release!
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
AssistantTogglecommand change toAssistantand will only open the UI instead of toggleRkey binding will no longer works
features
- Better tasks and actions render format
- Backdrop
- Better edit window
- Selection functionality
Pull requests
- Change contest file naming by @nathy-cpu in #55
New Contributors
- @nathy-cpu made their first contribution in #55
Additional information
- check full CHANGELOG.md
- Release video will be available soon on Youtube
Release v3.1.0: UI and utils
🚀 Release v3.1.0
Release Date: 2025-02-11
🔥 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
🎉 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
2.2.3 (2024-10-14)
Fixed
- handle empty testcase array for
nextandprevmethod
Release v2.2.2
2.2.2 (2024-10-13)
Fixed
- Fixed border overlaping of
mainandprev
Release v2.2.1
2.2.1 (2024-10-12)
Fixed
- Fixed error message for
vim.api.nvim_get_current_linewhen buffer not available
Release v2.2.0
2.2.0 (2024-10-07)
Added
- Set cursor on renders
Release v2.1.0
2.1.0 (2024-10-06)
Added
- Additional default mappings to easily navigate across available testcases

