root/trunk/NEWS

Revision 264, 4.6 kB (checked in by jordi, 1 year ago)

Added NEWS items for the upcoming version.

Line 
1     epdfview 0.1.6
2     ==============
3
4     New features
5
6         * Support for printers instances.
7         * Support for stdint (i.e., '-') as filename from command line.
8
9     Interface improvements
10
11         * About box's link is now clickable.
12         * 'Open' and 'Save As' dialogs now use extension patterns and mime type.
13         * Full screen support.
14         * 'Save As' dialog sets the file's name as the default save name.
15
16     Bug fixes
17
18         * Prevent showing the menu entry twice.
19         * Fixed typo that checks for Poppler's version 0.5.2 or higher.
20         * The page cache is emptied between files to prevent showing pages
21           from the previous file.
22         * Changed the 'Save As' dialog's 'Open' button to 'Save'
23         * Prevent crashes in FreeBSD when searching.
24         * Fixed some bugs rendering pages under some systems.
25         * Fixed problems printing documents under some systems (specially
26           64-bit systems)
27
28     Translation updates
29
30         * pl (Wojciech Myrda)
31         * el (Stavros Giannouris)
32         * ru (Igor Vagulin)
33         * zh_TW (Wei-Lun Chao)
34
35
36     epdfview 0.1.5
37     ==============
38
39     New features
40
41         * Support for hyperlinks.
42         * Print support using CUPS.
43         * Save a document's copy.
44
45     Interface improvements
46
47         * '/' is now a shortcut for find.
48         * The index is shown/hidden using the F9 key, as specified in
49           GNOME's HIG.
50         * Better support for keyboard navigation (LoneFox).
51         * Show the current zoom level on the tool bar.
52         * Only the current page number is editable on tool bar.
53         * Zoom to Width and Zoom to Fit remains checked when they
54           are clicked again.
55
56     Code Changes
57
58         * Support for named links in Poppler versions 0.5.2 and higher.
59
60     Bug fixes
61
62         * Prevent segmentation faults on some documents.
63         * Don't try to add nonexistent pages in the page's cache
64           when loading.
65         * Is now able to compile ePDFView using custom LDFLAGS.
66         * No horizontal scroll bar is shown when "Fit to Width".
67         * Links work correctly when the page's width is lower than
68           the display's width.
69
70
71     epdfview 0.1.4
72     ==============
73
74     New features
75
76         * Support cross-references links.
77         * Search text.
78
79     Interface improvements
80
81         * Dialogs can have an alternative button order (LoneFox).
82         * Show a wait cursor while loading the document.
83         * Show a wait label while rendering a page.
84         * Resize the page while waiting for the updated rendered page on
85           changing zoom.
86         * Add a shortcut for "Show Outline" and renamed to "Show Index".
87         * Remove help menu icon.
88
89     Code changes
90
91         * The presenters are now IDocument's observers and waits for
92           notifications messages from it.
93         * Most time expensive operations are now handled in a separate
94           thread.
95         * Implemented a rendered page cache to speed up the interface.
96
97     Bug fixes
98
99         * The Zoom to Width and Zoom to Fit options works correctly even
100           if the document's pages have different sizes.
101
102
103     epdfview 0.1.3
104     ==============
105
106     Interface improvements
107
108         * Move the page with the left mouse button.
109         * Remember window's size and position.
110         * 'Zoom to Width' and 'Zoom to Fit' are toggle actions: when the
111           window resizes the document also is resized.
112         * Single click to select index item from the sidebar.
113         * Mouse scrolling.
114         * Reloading doesn't change the page's position.
115         * Changed 'Next Page' and 'Previous Page' accelerators to use only a
116           single key instead of two.
117         * Open file dialog remembers the last used directory and opens it
118           the next time.
119
120     Bug fixes
121
122         * The file name from the command line doesn't need to be a full
123           path.
124
125     Translation updates
126
127         * de (Moritz Heiber)
128         * fr (Mr_Moustache)
129         * vi (VnPenguin)
130
131
132     epdfview 0.1.2
133     ==============
134
135     Code changes
136
137         * All calls to Poppler function have been changed to Poppler's glib
138           wrapper, as Poppler is dropping support for Xpdf headers.
139
140
141     epdfview 0.1.1
142     ==============
143
144     News features
145
146         * Show the document's outline.
147         * Can open a PDF file directly from the command line.
148         * Can reload the same file.
149
150     Interface improvements
151
152         * The status, tool and side bars can be shown or hidden from
153           the view menu.
154         * When the page changed the scroll goes to the top of the page.
155
156
157     epdfview 0.1.0
158     ==============
159
160     Initial release.
Note: See TracBrowser for help on using the browser.