Skip to content

Commit

Permalink
Merge pull request #65 from orangain/prepare-0.4.0
Browse files Browse the repository at this point in the history
Prepare release 0.4.0
  • Loading branch information
orangain authored Sep 8, 2024
2 parents be79dda + bb76f3f commit c02bd84
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## [Unreleased]

### Added

- Support for Serilog reported by @Twinki14
- Context menu item to toggle formatting in the console

## [0.3.0] - 2024-08-16

### Added
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ After installation, newly written JSON lines logs in the console will be automat
## Limitations

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

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

## How to see the debug log of the plugin

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=io.github.orangain.prettyjsonlog
pluginName=pretty-json-log-plugin
pluginRepositoryUrl=https://github.com/orangain/pretty-json-log-plugin
# SemVer format -> https://semver.org
pluginVersion=0.3.0
pluginVersion=0.4.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=232
pluginUntilBuild=242.*
Expand Down
Binary file added media/context-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c02bd84

Please sign in to comment.