You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/readme.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ Paperback's user interface was designed specifically with keyboard and screen re
46
46
* Ctrl+G: bring up the go to line dialog.
47
47
* Ctrl+Shift+G: bring up the go to percent dialog.
48
48
* Ctrl+P: Bring up the go to page dialog, if supported in your focused document.
49
+
* Alt+left: go to the previous item in the navigation history.
50
+
* Alt+right: go to the next item in the navigation history.
49
51
* Left bracket: go to the previous section.
50
52
* Right bracket: go to the next section.
51
53
* Shift+H: go to the previous heading.
@@ -83,6 +85,7 @@ Paperback's user interface was designed specifically with keyboard and screen re
83
85
* Ctrl+W: view the word count of the currently focused document.
84
86
* Ctrl+I: bring up the document info dialog.
85
87
* Ctrl+T: show the table of contents.
88
+
* F7: bring up the elements list.
86
89
* Ctrl+Shift+E: export your currently focused document's bookmarks and reading position to a file for easy sharing.
87
90
* Ctrl+Shift+I: import metadata about a book from a .paperback file.
88
91
* Ctrl+E: export your focused document's contents to a text file.
@@ -129,11 +132,17 @@ Note: I consider a public GitHub sponsor grounds for automatic inclusion in this
129
132
130
133
## Changelog
131
134
### Version 0.6.1
135
+
* Added password-protected PDF support! [#169](https://github.com/trypsynth/paperback/issues/169).
136
+
* Added a very basic go to previous/next position feature. If you press enter on an internal link and it moves your cursor, that position will now be remembered, and can be navigated to with alt+left/right arrows. [#115](https://github.com/trypsynth/paperback/issues/115), [#174](https://github.com/trypsynth/paperback/pull/174).
137
+
* Added an elements list! Currently it only shows a tree of all the headings in your document or a list of links, but there are plans to expand it in the future. [#173](https://github.com/trypsynth/paperback/issues/173), [#177](https://github.com/trypsynth/paperback/pull/177).
132
138
* Added an option to start Paperback in maximized mode by default. [#164](https://github.com/trypsynth/paperback/issues/164), [#172](https://github.com/trypsynth/paperback/pull/172).
133
-
* Fixed internal links in some Epub documents not working. [#167](https://github.com/trypsynth/paperback/issues/167), [#171](https://github.com/trypsynth/paperback/pull/171).
139
+
* Fixed links in some Epub documents not working properly. [#167](https://github.com/trypsynth/paperback/issues/167), [#171](https://github.com/trypsynth/paperback/pull/171), [#178](https://github.com/trypsynth/paperback/issues/178), [#180](https://github.com/trypsynth/paperback/pull/180).
* Fixed some epub documents not showing a title or author. [#175](https://github.com/trypsynth/paperback/issues/175).
142
+
* Fixed the titles of some epub chapters not showing up properly in the TOC dialog. [#176](https://github.com/trypsynth/paperback/pull/176).
135
143
* Fixed you not being able to use the space bar to activate the OK/cancel buttons in the TOC dialog. [#170](https://github.com/trypsynth/paperback/issues/170).
136
-
144
+
* Improved the handling of headings in Word documents. [#183](https://github.com/trypsynth/paperback/pull/183).
145
+
* You will now get spoken feedback if the recent documents list is empty when you try to bring up the dialog. [#185](https://github.com/trypsynth/paperback/issues/185).
137
146
138
147
### Version 0.6.0
139
148
* A new option to show the go menu in a far more compact form has been added to the options dialog, checked by default.
0 commit comments