Skip to content

Commit 1627eb3

Browse files
authored
Merge pull request #120 from FirstTimeInForever/release-0.17
Release 0.17.0
2 parents 83b40ba + 30ee059 commit 1627eb3

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Intellij PDF Viewer Plugin Changelog
22

3+
## 0.17.0
4+
This release contains many fixes and improvements, all of which were contributed by [Liu Dongmiao](https://github.com/liudongmiao)
5+
6+
- Add (experimental) support for viewing pdfs in a Code With Me session
7+
- Add context menu to open the pdf in PDFium, the default Chrome PDF viewer
8+
- Improve scrollbar styling
9+
- Improve PDF.js installation in plugin build
10+
- Fix page number status bar widget
11+
- Update PDF.js to the latest version
12+
- Support viewing pdf files on a remote host
13+
- Support pdf file paths with special characters
14+
315
## 0.16.1
416
- Support pdfs without an embedded font, by [Liu Dongmiao](https://github.com/liudongmiao).
517

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
- **Reset zoom:** <kbd>Ctrl</kbd> + <kbd>0</kbd>
3333
- **Enter presentation mode:** <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>p</kbd>
3434

35-
### Features Notes
35+
### Feature Notes
3636

3737
* Text search will work only in text-based documents. For example, it won't work in all-images documents (books scans).
3838
* 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.
39+
* 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.
40+
* 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).
3941

4042

4143
## Use cases

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginName = intellij-pdf-viewer
22
group = com.firsttimeinforever.intellij.pdf.viewer
3-
version = 0.16.1
3+
version = 0.17.0
44

55
# To run with AS 2021.3.1 Canary 5
66
#platformVersion = 213.6777.52

web-view/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## bootstrap package
44

5-
* Installs pdf.js library, compiles it and applies some patches (check `postinstall.js` script)
5+
* 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)
66
* Contains base code required to start pdf.js
77
* Contains some style fixes for original pdf.js styles
88
* Starts viewer Kotlin application

0 commit comments

Comments
 (0)