diff --git a/CHANGELOG.md b/CHANGELOG.md index fed03bee..a1aa0078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Intellij PDF Viewer Plugin Changelog +## 0.15.0 +- Fx scrolling performance on Mac ([#51](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/51)) +- Improve forward search after loading document ([#75](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/75)) +- Fix reloading of a corrupt pdf file ([#37](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/37)) +- Fix exception on forward search from TeXiFy ([#57](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/57)) +- Fix the color inversion ([#10](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/10)) +- Open links in external browser ([#38](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/38)) +- Fix problems with the page count and add some shortcuts for next/previous page and zoom ([#67](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/67), [#68](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/68)) +- Improve the experience of having multiple PDFs open ([#55](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/55), [#56](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/56), [#59](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/59), [#64](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/64)) + ## 0.14.0 - Fix preview server auth token issue in Android Studio ([#47](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/47)) - Update plugin dependencies diff --git a/gradle.properties b/gradle.properties index 82b13ebe..ba09d08d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginName = intellij-pdf-viewer group = com.firsttimeinforever.intellij.pdf.viewer -version = 0.14.3 +version = 0.15.0 # To run with AS 2021.3.1 Canary 5 #platformVersion = 213.6777.52