root/tags/release-0.1.4/NEWS

Revision 176, 2.5 kB (checked in by jordi, 3 years ago)

Updated the README with the need of poppler's glib wrapper as requirement instead of cairo support and removed the statement of code based on glib wrapper... since now it's used.

Added the NEWS items for the upcomming version of ePDFView.

Line 
1    epdfview 0.1.4
2    ==============
3
4    New features
5
6        * Support cross-references links.
7        * Search text.
8
9    Interface improvements
10
11        * Dialogs can have an alternative button order (LoneFox).
12        * Show a wait cursor while loading the document.
13        * Show a wait label while rendering a page.
14        * Resize the page while waiting for the updated rendered page on
15          changing zoom.
16        * Add a shortcut for "Show Outline" and renamed to "Show Index".
17        * Remove help menu icon.
18
19    Code changes
20
21        * The presenters are now IDocument's observers and waits for
22          notifications messages from it.
23        * Most time expensive operations are now handled in a separate
24          thread.
25        * Implemented a rendered page cache to speed up the interface.
26
27    Bug fixes
28
29        * The Zoom to Width and Zoom to Fit options works correctly even
30          if the document's pages have different sizes.
31       
32   
33    epdfview 0.1.3
34    ==============
35
36    Interface improvements
37
38        * Move the page with the left mouse button.
39        * Remember window's size and position.
40        * 'Zoom to Width' and 'Zoom to Fit' are toggle actions: when the
41          window resizes the document also is resized.
42        * Single click to select index item from the sidebar.
43        * Mouse scrolling.
44        * Reloading doesn't change the page's position.
45        * Changed 'Next Page' and 'Previous Page' accelerators to use only a
46          single key instead of two.
47        * Open file dialog remembers the last used directory and opens it
48          the next time.
49
50    Bug fixes
51
52        * The file name from the command line doesn't need to be a full
53          path.
54
55    Translation updates
56
57        * de (Moritz Heiber)
58        * fr (Mr_Moustache)
59        * vi (VnPenguin)
60   
61   
62    epdfview 0.1.2
63    ==============
64
65    Code changes
66
67        * All calls to Poppler function have been changed to Poppler's glib
68          wrapper, as Poppler is dropping support for Xpdf headers.
69
70
71    epdfview 0.1.1
72    ==============
73
74    News features
75
76        * Show the document's outline.
77        * Can open a PDF file directly from the command line.
78        * Can reload the same file.
79
80    Interface improvements
81
82        * The status, tool and side bars can be shown or hidden from
83          the view menu.
84        * When the page changed the scroll goes to the top of the page.
85
86
87    epdfview 0.1.0
88    ==============
89
90    Initial release.
Note: See TracBrowser for help on using the browser.