Skip to content

Commit c02bd84

Browse files
authored
Merge pull request #65 from orangain/prepare-0.4.0
Prepare release 0.4.0
2 parents be79dda + bb76f3f commit c02bd84

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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+
### Added
8+
9+
- Support for Serilog reported by @Twinki14
10+
- Context menu item to toggle formatting in the console
11+
712
## [0.3.0] - 2024-08-16
813

914
### Added

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ After installation, newly written JSON lines logs in the console will be automat
4747
## Limitations
4848

4949
JetBrains IDEs provide different kinds of consoles for different run configurations, but this plugin does not currently
50-
support all consoles due to the lack of extension points in the IDE. The following consoles are known to not work with
51-
the plugin:
50+
support all consoles due to the lack of extension points in the IDE. The console which does have the following context
51+
menu item is not supported.
5252

53-
- Shell scripts run configurations
54-
- Rider's console
53+
![Context menu item with text "Pretty JSON Log"](media/context-menu.png)
5554

5655
## How to see the debug log of the plugin
5756

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup=io.github.orangain.prettyjsonlog
33
pluginName=pretty-json-log-plugin
44
pluginRepositoryUrl=https://github.com/orangain/pretty-json-log-plugin
55
# SemVer format -> https://semver.org
6-
pluginVersion=0.3.0
6+
pluginVersion=0.4.0
77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild=232
99
pluginUntilBuild=242.*

media/context-menu.png

26.8 KB
Loading

0 commit comments

Comments
 (0)