| | 1 | epdfview 0.1.5 |
| | 2 | ============== |
| | 3 | |
| | 4 | New features |
| | 5 | |
| | 6 | * Support for hyperlinks. |
| | 7 | * Print support using CUPS. |
| | 8 | * Save a document's copy. |
| | 9 | |
| | 10 | Interface improvements |
| | 11 | |
| | 12 | * '/' is now a shortcut for find. |
| | 13 | * The index is shown/hidden using the F9 key, as specified in |
| | 14 | GNOME's HIG. |
| | 15 | * Better support for keyboard navigation (LoneFox). |
| | 16 | * Show the current zoom level on the tool bar. |
| | 17 | * Only the current page number is editable on tool bar. |
| | 18 | * Zoom to Width and Zoom to Fit remains checked when they |
| | 19 | are clicked again. |
| | 20 | |
| | 21 | Code Changes |
| | 22 | |
| | 23 | * Support for named links in Poppler versions 0.5.2 and higher. |
| | 24 | |
| | 25 | Bug fixes |
| | 26 | |
| | 27 | * Prevent segmentation faults on some documents. |
| | 28 | * Don't try to add nonexistent pages in the page's cache |
| | 29 | when loading. |
| | 30 | * Is now able to compile ePDFView using custom LDFLAGS. |
| | 31 | * No horizontal scroll bar is shown when "Fit to Width". |
| | 32 | * Links work correctly when the page's width is lower than |
| | 33 | the display's width. |
| | 34 | |
| | 35 | |