Releases: TheBlob42/idea-which-key
Releases · TheBlob42/idea-which-key
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
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
)
- Controls if the sorting of elements in the popup should be case-sensitive or not (default:
Changes
- Fix missing getters for several properties to make them reloadable without restart
WhichKey_DefaultDelay
WhichKey_SortOrder
WhichKey_SortCaseSensitive
WhichKey_ProcessUnknownMappings
0.8.0
0.7.1
0.7.0
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