Skip to content

Releases: Codium-ai/codiumai-jetbrains-release

v0.5.11

08 Jun 15:04
b83d65a
Compare
Choose a tag to compare
  • Updated backend api usage to match the latest changes.
  • Minor internal bug fixes and optimizations.

v0.5.10

08 Jun 15:04
b83d65a
Compare
Choose a tag to compare
  • Improved 'Code Suggestions' presentation.
  • Fix internal GUI exception that happened at 0.5.9.

v0.5.9

08 Jun 15:03
b83d65a
Compare
Choose a tag to compare

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

08 Jun 15:01
b83d65a
Compare
Choose a tag to compare

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

08 Jun 14:58
b83d65a
Compare
Choose a tag to compare

Updated backend api usage to match latest changes.

v0.5.6

08 Jun 14:57
b83d65a
Compare
Choose a tag to compare

Fixed bug cause exception in case of plugins.jetbrains.com unavailable; also show more error details to the user

v0.5.5

08 Jun 14:57
b83d65a
Compare
Choose a tag to compare

Improved internal stability and quality

v0.5.4

08 Jun 14:57
b83d65a
Compare
Choose a tag to compare

Numerous minor internal bugs fixed

v0.5.3

08 Jun 14:56
b83d65a
Compare
Choose a tag to compare
  • Edit single test plan functionality added
  • Significant speed up of receiving tests for code with many references.

v0.5.2

21 May 14:58
b83d65a
Compare
Choose a tag to compare
  • Fixed long waiting time for some JS tests.
  • Other minor improvements and fixes