root/tags/release-0.1.5/NEWS

Revision 236, 3.5 kB (checked in by jordi, 3 years ago)

Updated README and NEWS file with the changes introduced in ePDFView version 0.1.5.

Line 
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
36    epdfview 0.1.4
37    ==============
38
39    New features
40
41        * Support cross-references links.
42        * Search text.
43
44    Interface improvements
45
46        * Dialogs can have an alternative button order (LoneFox).
47        * Show a wait cursor while loading the document.
48        * Show a wait label while rendering a page.
49        * Resize the page while waiting for the updated rendered page on
50          changing zoom.
51        * Add a shortcut for "Show Outline" and renamed to "Show Index".
52        * Remove help menu icon.
53
54    Code changes
55
56        * The presenters are now IDocument's observers and waits for
57          notifications messages from it.
58        * Most time expensive operations are now handled in a separate
59          thread.
60        * Implemented a rendered page cache to speed up the interface.
61
62    Bug fixes
63
64        * The Zoom to Width and Zoom to Fit options works correctly even
65          if the document's pages have different sizes.
66
67
68    epdfview 0.1.3
69    ==============
70
71    Interface improvements
72
73        * Move the page with the left mouse button.
74        * Remember window's size and position.
75        * 'Zoom to Width' and 'Zoom to Fit' are toggle actions: when the
76          window resizes the document also is resized.
77        * Single click to select index item from the sidebar.
78        * Mouse scrolling.
79        * Reloading doesn't change the page's position.
80        * Changed 'Next Page' and 'Previous Page' accelerators to use only a
81          single key instead of two.
82        * Open file dialog remembers the last used directory and opens it
83          the next time.
84
85    Bug fixes
86
87        * The file name from the command line doesn't need to be a full
88          path.
89
90    Translation updates
91
92        * de (Moritz Heiber)
93        * fr (Mr_Moustache)
94        * vi (VnPenguin)
95
96
97    epdfview 0.1.2
98    ==============
99
100    Code changes
101
102        * All calls to Poppler function have been changed to Poppler's glib
103          wrapper, as Poppler is dropping support for Xpdf headers.
104
105
106    epdfview 0.1.1
107    ==============
108
109    News features
110
111        * Show the document's outline.
112        * Can open a PDF file directly from the command line.
113        * Can reload the same file.
114
115    Interface improvements
116
117        * The status, tool and side bars can be shown or hidden from
118          the view menu.
119        * When the page changed the scroll goes to the top of the page.
120
121
122    epdfview 0.1.0
123    ==============
124
125    Initial release.
Note: See TracBrowser for help on using the browser.