From 4a9d9c9047061df9e835d783572af942b415a2a3 Mon Sep 17 00:00:00 2001 From: Thomas Schouten Date: Thu, 1 Jun 2023 20:22:32 +0200 Subject: [PATCH 1/2] Update changelog for release 0.15 --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed03bee..4eaf9002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Intellij PDF Viewer Plugin Changelog +## 0.15.0 +- Improvements related to scrolling performance ([#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 From 495567866e783544d9e6730b9f1126750999795a Mon Sep 17 00:00:00 2001 From: Thomas Schouten Date: Thu, 1 Jun 2023 20:31:53 +0200 Subject: [PATCH 2/2] Improve wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaf9002..a1aa0078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Intellij PDF Viewer Plugin Changelog ## 0.15.0 -- Improvements related to scrolling performance ([#51](https://github.com/FirstTimeInForever/intellij-pdf-viewer/issues/51)) +- 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))