Releases: Codium-ai/codiumai-jetbrains-release
Releases · Codium-ai/codiumai-jetbrains-release
v0.5.11
- Updated backend api usage to match the latest changes.
- Minor internal bug fixes and optimizations.
v0.5.10
- Improved 'Code Suggestions' presentation.
- Fix internal GUI exception that happened at 0.5.9.
v0.5.9
Introducing - CodiumAI side panel!
A new way to trigger test generation - choose the class or function you want to add tests for from the left side panel.
Version was removed due to a UI bug that caused crashes...
v0.5.8
Introducing - Code Suggestions!
TestGPT's model will suggest some improvements to your code. This can help you catch potential issues early on and improve the quality of your code. Try it and see how it can help you write better code!
v0.5.7
Updated backend api usage to match latest changes.
v0.5.6
Fixed bug cause exception in case of plugins.jetbrains.com unavailable; also show more error details to the user
v0.5.5
Improved internal stability and quality
v0.5.4
Numerous minor internal bugs fixed
v0.5.3
- Edit single test plan functionality added
- Significant speed up of receiving tests for code with many references.
v0.5.2
- Fixed long waiting time for some JS tests.
- Other minor improvements and fixes