Skip to content

Commit

Permalink
Merge pull request #120 from FirstTimeInForever/release-0.17
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
PHPirates authored Oct 7, 2024
2 parents 83b40ba + 30ee059 commit 1627eb3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Intellij PDF Viewer Plugin Changelog

## 0.17.0
This release contains many fixes and improvements, all of which were contributed by [Liu Dongmiao](https://github.com/liudongmiao)

- Add (experimental) support for viewing pdfs in a Code With Me session
- Add context menu to open the pdf in PDFium, the default Chrome PDF viewer
- Improve scrollbar styling
- Improve PDF.js installation in plugin build
- Fix page number status bar widget
- Update PDF.js to the latest version
- Support viewing pdf files on a remote host
- Support pdf file paths with special characters

## 0.16.1
- Support pdfs without an embedded font, by [Liu Dongmiao](https://github.com/liudongmiao).

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
- **Reset zoom:** <kbd>Ctrl</kbd> + <kbd>0</kbd>
- **Enter presentation mode:** <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>p</kbd>

### Features Notes
### Feature Notes

* Text search will work only in text-based documents. For example, it won't work in all-images documents (books scans).
* For the sections list or structure view to work documents should define sections list. Otherwise, sections view won't be active, and the structure view will be empty.
* Right-click on a pdf to open it in PDFium, the default Chrome PDF viewer. If you do not see a context menu, it may help to go to Help > Find Action, search for Registry, set `pdf.viewer.use.jcef.osr.view` to false, and restart. See [IJPL-59459](https://youtrack.jetbrains.com/issue/IJPL-59459/Context-menu-does-not-work-for-OSR-Cef-browser) for more details.
* To view pdfs in a Code With Me session, you may need to install the PDF viewer plugin (0.17.0 or later) in the client as well. This feature is still expirimental, for more info see [CWM-1199](https://youtrack.jetbrains.com/issue/CWM-1199).


## Use cases
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.16.1
version = 0.17.0

# To run with AS 2021.3.1 Canary 5
#platformVersion = 213.6777.52
Expand Down
2 changes: 1 addition & 1 deletion web-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## bootstrap package

* Installs pdf.js library, compiles it and applies some patches (check `postinstall.js` script)
* Installs pdf.js library from github releases, to use the provided default viewer. For more information, see [#114](https://github.com/FirstTimeInForever/intellij-pdf-viewer/pull/114#issuecomment-2355900721) and [#116](https://github.com/FirstTimeInForever/intellij-pdf-viewer/pull/116)
* Contains base code required to start pdf.js
* Contains some style fixes for original pdf.js styles
* Starts viewer Kotlin application
Expand Down

0 comments on commit 1627eb3

Please sign in to comment.