Skip to content

Latest commit

 

History

History
134 lines (76 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

134 lines (76 loc) · 2.71 KB

CHANGELOG

v4.1.0 (2025-02-27)

features

  • Add option to change TCPListener in configuration

fixes

  • Unbind existing TCPListener before binding new

v4.0.0 (2025-02-22)

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

v3.1.0 (2024-12-19)

🔥 What's New

  • ✨ Remastered UI with template support
  • 🛠️ Fixed navigation bugs

📌 Changes & Updates

🆕 New Features

  • Improved UI for better user experience
  • Added template support for sources

🔧 Improvements

  • Enhanced UI responsiveness

🐛 Bug Fixes

  • Fixed Issue #54

📖 Documentation

  • Updated README with new instructions

📺 Video Guide: Available on YouTube


v3.0.0 (2024-12-19)

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, enhancing the overall user experience.

🔥 What's New in v3.0.0?

  • New interactive UI: A redesigned interface for improved UX and productivity.
  • Parallel task scheduler: Run multiple tasks efficiently without CPU overload.
  • New actions bar: Live feedback for a limited set of actions.
  • Enhanced configuration flexibility: More customization options.

👀 Share Your Feedback

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

  • How is your experience with the new features?
  • Are there any areas for improvement?
  • Any bugs or unexpected issues?

Your feedback helps shape the future of this project! 🚀

📖 Resources


v2.2.3 (2024-10-14)

🐛 Bug Fixes

  • Handled empty testcase array for next and prev methods.

v2.2.2 (2024-10-13)

🐛 Bug Fixes

  • Fixed border overlapping of main and prev.

v2.2.1 (2024-10-12)

🐛 Bug Fixes

  • Fixed error message for vim.api.nvim_get_current_line when buffer is unavailable.

v2.2.0 (2024-10-07)

✨ New Features

  • Set cursor position on renders.

v2.1.0 (2024-10-06)

✨ New Features

  • Added default mappings for easy testcase navigation.

v2.0.0 (2024-09-25)

✨ New Features

  • Split UI
  • Custom themes
  • Greater configuration control

🐛 Bug Fixes

  • Resolved infinite running process issue.