We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a71f5 commit 0939fc4Copy full SHA for 0939fc4
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Intellij PDF Viewer Plugin Changelog
2
3
-## 0.12.0
+## 0.13.0
4
+- Use off-screen rendering for the browser view by default (can be changed via registry value)
5
+- Fix action toolbars creation exceptions
6
+- Bump IJ platform version
7
+- Bump TeXiFy dependency version
8
9
+## 0.12.0
10
- Split single plugin project into multiple subprojects
11
- Web-view is now mostly rewritten in Kotlin
12
- Cleaned up plugin code
gradle.properties
@@ -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
0 commit comments