Skip to content

Commit

Permalink
Merge pull request #79 from FirstTimeInForever/release-0.15
Browse files Browse the repository at this point in the history
Update changelog for release 0.15
  • Loading branch information
PHPirates authored Jun 7, 2023
2 parents 169374c + 4955678 commit 9e5690d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.14.3
version = 0.15.0

# To run with AS 2021.3.1 Canary 5
#platformVersion = 213.6777.52
Expand Down

0 comments on commit 9e5690d

Please sign in to comment.