8000 ai-commits-intellij-plugin/CHANGELOG.md at main · DylanDelobel/ai-commits-intellij-plugin · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.44 KB

Changelog

0.5.1 - 2023-04-05

Fixed

  • Use prompt instead of diff when making request to Open AI API.

0.5.0 - 2023-04-04

Added

  • Add button for verifying Open AI token in settings.
  • Check if prompt is too large for Open AI API.
  • Welcome and star notification.

Changed

  • Set default Locale to English.
  • Target latest intellij version (2023.1).
  • Improve error handling.

Fixed

  • Properly serialize Locale when saving settings.

0.4.0 - 2023-03-29

Changed

  • Removed unused org.jetbrains.plugins.yaml platform plugin.

Fix

  • Plugin should not have until build number.

0.3.0 - 2023-03-28

Added

  • Show notification when diff is empty.
    • This allows to compute diff only from files and lines selected in the commit dialog.

0.2.0 - 2023-03-27

Added

  • Basic action for generating commit message.
  • Settings for locale and OpenAI token.
  • Create commit message only for selected files.
0