Skip to content

Commit a6ee32c

Browse files
committed
Many readme updates
1 parent dc0e42d commit a6ee32c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/readme.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Paperback's user interface was designed specifically with keyboard and screen re
4646
* Ctrl+G: bring up the go to line dialog.
4747
* Ctrl+Shift+G: bring up the go to percent dialog.
4848
* 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.
4951
* Left bracket: go to the previous section.
5052
* Right bracket: go to the next section.
5153
* Shift+H: go to the previous heading.
@@ -83,6 +85,7 @@ Paperback's user interface was designed specifically with keyboard and screen re
8385
* Ctrl+W: view the word count of the currently focused document.
8486
* Ctrl+I: bring up the document info dialog.
8587
* Ctrl+T: show the table of contents.
88+
* F7: bring up the elements list.
8689
* Ctrl+Shift+E: export your currently focused document's bookmarks and reading position to a file for easy sharing.
8790
* Ctrl+Shift+I: import metadata about a book from a .paperback file.
8891
* 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
129132

130133
## Changelog
131134
### 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).
132138
* 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).
140+
* Fixed parsing EPub TOCs containing relative paths. [#187](https://github.com/trypsynth/paperback/issues/187).
134141
* 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).
135143
* 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).
137146

138147
### Version 0.6.0
139148
* 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

Comments
 (0)