Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstTimeInForever committed Feb 3, 2022
1 parent b2a71f5 commit 0939fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Intellij PDF Viewer Plugin Changelog

## 0.12.0
## 0.13.0
- Use off-screen rendering for the browser view by default (can be changed via registry value)
- Fix action toolbars creation exceptions
- Bump IJ platform version
- Bump TeXiFy dependency version

## 0.12.0
- Split single plugin project into multiple subprojects
- Web-view is now mostly rewritten in Kotlin
- Cleaned up plugin code
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginName = intellij-pdf-viewer
group = com.firsttimeinforever.intellij.pdf.viewer
version = 0.12.0-alpha.4
version = 0.13.0

#IntelliJ IDEA 2021.1.2 Preview
platformVersion = 2021.3.2
Expand Down

0 comments on commit 0939fc4

Please sign in to comment.