Skip to content

Commit

Permalink
prepare 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Sep 19, 2021
1 parent 4f0f0ba commit 2656add
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@

### Added

- Split editor with preview pane for `.pikchr` files, using [kroki.io](https://kroki.io) for rendering
- Split editor with preview pane for `.pikchr` files, using [kroki.io](https://kroki.io) or self-hosted server for rendering
- Adapt preview colors to IDE dark UI mode
- Tune preview with custom CSS
- See _Settings/Preferences \| Languages & Frameworks \| IntelliPikchr_ to customize
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
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 = com.github.yanncebron.intellipikchr
pluginName = IntelliPikchr
pluginVersion = 0.0.1
pluginVersion = 0.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 2656add

Please sign in to comment.