Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 1.93 KB

Change Log

v1.1.2 (2023-01-17)

  • Fix some known issues

v1.1.1 (2023-01-10)

  • Fix some known bugs

  • Improve the quality of suggestions

  • Change the keybinding of command a new line from Alt/option+N to Alt/option+\

v1.1.0 (2023-01-03)

  • Fix some known bugs

  • Add translation component to activity bar

  • Add new option Only Key Control, to get suggestions only in need (command: Alt/option + N to get suggestions in this mode)

  • Add conditions to key Tab, if there is some suggestions, press Tab to accept the current suggestion, otherwise, press to indent

v1.0.9 (2022-12-12)

  • Fix some known bugs

  • Add survey component and will push the survey to some users

  • Add local display support when display language is configured as Chinese

  • Add conditions to keybindings to avoid conflict

v1.0.8 (2022-12-05)

  • Fix bugs when using in jupyter notebook

  • If current language is disabled but it's globally enabled, the logo will also change color disabled

  • Enable or disable stealth mode will be memorized

v1.0.7 (2022-11-28)

  • Add status bar command and user setting to disable specific languages

  • Add preference for user to decide generation code line by line or automatic

  • Add welcome page, new user will see the welcome page first when activate the extension or you can commmand it in command palette by codegeex.welcome-page

  • Fix some known issues

v1.0.6 (2022-11-11)

  • Add new mode Translation mode for user to translate code

  • Add three parameters for user to change in order to get better code suggestions

  • Add commands of three other modes to the right click menu

  • Fix some known issues

v1.0.5 (2022-11-04)

  • Add new command to get new suggestion

  • Add more information to the status bar

v1.0.4 (2022-10-28)

  • Fixed some known issues

v1.0.3 (2022-10-20)

  • Fixed some known issues

v1.0.2 (2022-09-22)

  • Fixed some known issues

v1.0.1 (2022-09-21)

  • Fixed some known issues

v1.0.0 (2022-09-20)

  • Initial release