Skip to content

Commit f9edd9b

Browse files
author
0verEngineer
committed
Prepare for 0.5.7
1 parent 910dd63 commit f9edd9b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [0.5.7]
8+
### Changed
9+
- Added feature to enable and disable all problems with a keybind (thanks to khopland)
10+
- Added feature to hover and click in a problem to get the fix context window (thanks to khopland)
11+
712
## [0.5.6]
813
### Changed
914
- Added 2 settings options to disable HTML stripping and XML unescaping

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- Plugin description -->
2626
Plugin to show problems like errors and warnings inside the text editor (inline) for IDEs based on the IntelliJ Platform, inspired by Error Lens and InlineError.
2727

28-
You can turn this plugin on and off by the keyboard shortcut `alt+u`.
28+
You can turn this plugin on and off with the keyboard shortcut `alt+u`, additional shortcuts can be configured in the settings.
2929
<!-- Plugin description end -->
3030

3131
<p align="center">

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginGroup = org.OverEngineer
22
pluginName = InlineProblems
33
pluginRepositoryUrl = https://github.com/OverEngineer/InlineProblems
44
# SemVer format -> https://semver.org
5-
pluginVersion = 0.5.6
5+
pluginVersion = 0.5.7
66

77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild = 212.5

0 commit comments

Comments
 (0)