Releases: A7Lavinraj/assistant.nvim
Releases · A7Lavinraj/assistant.nvim
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
next
andprev
method
Release v2.2.2
2.2.2 (2024-10-13)
Fixed
- Fixed border overlaping of
main
andprev
Release v2.2.1
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
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
v2.0.0
2.0.0 (2024-09-25)
Added
- Split UI
- Custom themes
- More control over configurations
Fixed
- Infinite running process
v1.0.0 release
First release of assistant.nvim