Skip to content

Releases: TheBlob42/idea-which-key

0.10.3

26 Aug 09:10
Compare
Choose a tag to compare

Changed

  • Fix plugin crash due to exception with ActionUpdateThread.OLD_EDT

0.10.2

28 Jun 09:03
Compare
Choose a tag to compare

Changed

  • Fix the handling of <Bslash> characters for mapping descriptions
  • Fix edge case for mappings that accept a motion as argument & WhichKey_ProcessUnknownMappings
    • This lead to issues with the builtin surround extension
    • Fixes #48

0.10.1

20 Mar 20:51
Compare
Choose a tag to compare

0.10.1

Changed

  • Match latest IdeaVim API
  • Update dependencies (Kotlin, Java, Intellij, IdeaVim)

0.10.0

01 Feb 05:46
Compare
Choose a tag to compare

0.10.0

Breaking: Needs IdeaVim version >= 2.8.0

Changed

  • Switch to new internal APIs
  • Update dependencies (Kotlin, Intellij, IdeaVim & Gradle)

0.9.0

14 Oct 10:45
Compare
Choose a tag to compare

Added

  • New sort option BY_KEY_PREFIX_LAST
  • New g:WhichKey_SortCaseSensitive variable
    • Controls if the sorting of elements in the popup should be case-sensitive or not (default: true)

Changes

  • Fix missing getters for several properties to make them reloadable without restart
    • WhichKey_DefaultDelay
    • WhichKey_SortOrder
    • WhichKey_SortCaseSensitive
    • WhichKey_ProcessUnknownMappings

0.8.0

27 Dec 20:17
Compare
Choose a tag to compare

Added

  • Option to not process unmapped keys and just close the popup
  • Make plugin toggleable via set nowhich-key

0.7.1

06 Oct 19:43
Compare
Choose a tag to compare

Changed

  • Update to work with version 2022.3

0.7.0

14 Aug 12:06
Compare
Choose a tag to compare

Changed

  • Update gradle wrapper to (6.7.1)
  • Update intellij gradle plugin (1.8.0)
  • Update kotlin version (1.6.20)
  • Update kotlin coroutines (1.6.4)
  • Remove log4j dependencies completely
  • Bump minimum Idea version to 2022.2
  • Bump minimum IdeaVim version to 1.11.1
  • Use new VariableService to get values
  • Fix several "scheduled for removal" issues

0.6.2

15 Dec 07:27
Compare
Choose a tag to compare

Changed

  • update log4j dependency to 2.16.0
  • use proper replaceAction function for "VimShortcutKeyAction"

0.6.1

13 Dec 21:38
Compare
Choose a tag to compare

Changed

  • update dependencies (log4j vulnerability)