summaryrefslogtreecommitdiff
path: root/NEWS
blob: e974dceb009ed5032ed72e7eb3c2d95f43ea3889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
1.10.2
------
 * Fix several command line options
 * Fix several findbar issues
 * Make libmatedesktop optional
 * [pdf] Fix saving annotations added to different pages

1.10.1
------

 * Fix crash when pressing Esc with no document opened
 * Gtk3: Add webkit2gtk-4.0 and prefer it over 3.0
 * Help fixes

1.10.0
------

 * Fix some crashes
 * comics backend: add support for bsdtar
 * Add ini file for caja extension
 * Add appdata file
 * Many fixed memory leaks from monsta
 * sidebar-thumbnails: connect to job finished signal before scheduling the job
 * zero-init all signals arrays
 * Add support for external links to EvViewPresentation
 * Save zoom factor in default settings when sizing mode is free
 * [pdf] Add support for OCG State actions
 * [pdf] Update to poppler api changes
 * [pdf] Do not resolve named destinations in the backend
 * [pdf] Bump poppler requirements to 0.16.0
 * [pdf] Implement document_links_find_link_page()
 * [djvu] Implement document_links_find_link_page()
 * [libdocument] Use find_link_page() instead of find_link_dest() in get_dest_page()
 * GDK_KEY_* keys are Gtk+2 as well.
 * [shell] Add timestamp parameter to SyncView
 * [shell] Use new methods to get page and page label from a link
 * [libview] The updated GtkComboBox api is in Gtk+2.24
 * [dvi] Fix drawing glyphs with transparency
 * [shell] Send the URI of the input file instead of the filename in SyncSource
 * [libdocument] Add xz compression support
 * [pdf] Support .pdf.xz files
 * [shell] Add EvBookmarks to handle internal document bookmarks
 * [backends] Fix several security issues in the dvi-backend
 * Small a11y fixes
 * Remember the current page when document is reloaded in presentation mode
 * presentation: Allow to change rotation in presentation mode
 * Rotate with CTRL+Left/Right in presentation mode too
 * Add .png extension when saving images using DnD
 * Gtk3: Use gtk_paned_new() instead gtk_[h|v]paned_new()
 * Gtk3: Add GtkStyleContect support
 * Gtk3: Don't use gdk_cursor_unref()
 * Gtk3: Use gtk_widget_render_icon_pixbuf()
 * Gtk3: presentation: Make sure background window is black by default in presentation mode
 * Add epub support (part of GSoC 2014).
 * Use MateAboutDialog from libmate-desktop.

1.8.0
-----

 * Drop libmatekeyring and use libsecret.
 * Move from mate-doc-utils to yelp-tools.
 * Better sort files by name in commic book archives.
 * Enable case sensitive search (not available on all backends).
 * Move Atril to "Offcie" in the menu.
 * Show "filename (title)" in the window title.
 * Gtk+3, add support to build against Gtk+3, still unsupported.
 * Add Gtk3 primary toolbar style.