Releases: mate-desktop/atril
Releases · mate-desktop/atril
v1.28.3
What's Changed
- Remove non-source file by @cwendling in #635
- meson: Fix mate-desktop-2.0 dependency by @cwendling in #637
- meson: Fix libview GIR namespace by @cwendling in #638
- Fix meson pkg-config compatibility with configure by @sjozs in #664
- Various Meson fixes and improvements by @cwendling in #665
- EPub backend: detect mathjax at configure time @cwendling
- CI: Try to use github action by @yetist in #639
New Contributors
Full Changelog: v1.28.2...v1.28.3
v1.28.2
What's Changed
- Clean some deprecations by @oz123 in #630
- Wayland: stop segfaults on some systems by @lukefromdc in #628
- Fix .cbr mimetype by @janek37 in #614
- Initial support for meson by @oz123 in #629
- epub: Disable thumbnailing sidebar. by @mtwebster in #632
New Contributors
Full Changelog: v1.28.1...v1.28.2
atril 1.28.1 release
Changes since the last release: v1.28.0...v1.28.1
atril 1.28.1
- Translations update
- Update CBR library to libarchive in README.md
- ci: fix travis build failures caused by recent travis changes
- Cleanup icons Makefile
- icons: Include higher resolution icons (#608)
atril 1.28.0 release
atril 1.27.1 release
Changes since the last release: v1.27.0...v1.27.1
atril 1.27.1
- update translations
- fix a incompatible pointer type warning for gcc14
- epub: Avoid crash when index list has extraneous entry
- epub: Prevent path traversal when extracting files
- comics: Use libarchive to unpack documents
- Fix build with libxml2 2.12
- fix typo in configure.ac
- replace deprecated gtk_image_menu_item_new_from_stock
- replace deprecated gtk-image-menu-item
- drop double ui files
- Remove compilation warnings and set 'always_show_image' Properties in the UI file
- fix warnings in id,it and tr translations
- Add epub to man page
- support webkit2 4.0 and 4.1
- use webkit2gtk-4.1
- epub: add fallback for malformed epub files in check_mime_type
atril 1.26.2 release
Changes since the last release: v1.26.1...v1.26.2
atril 1.26.2
- update translations
- fixed a lot of shiti translation strings caused by clueless translators!
- epub: Prevent path traversal when extracting files
- comics: Use libarchive to unpack documents
- Use a blank line at most
- support webkit2 4.0 and 4.1
atril 1.26.1 release
Changes since the last release: v1.26.0...v1.26.1
atril 1.26.1
- update translations
- epub: add fallback for malformed epub files in check_mime_type
- epub: Fix index loading for certain documents
- Accessibility: add button description
- Preserve compatibility with older GLib versions
atril 1.27.0 release
Changes since the last release: v1.26.0...v1.27.0
atril 1.27.0
- tx: sync with transifex
- tx: update resource
- tx: migrate config file
- epub: Fix index loading for certain documents - look for epub:type instead of epub:id.
- ci: drop -Wunused-parameter compiler cflag from debian build
- Fix implicit conversion changes signedness: 'gboolean' to 'guint'
- Fix the type for the signal identifier which is gulong
- Use GLib's new g_clear_signal_handler() function to simplify code
- Remove warnings about redefining gettext support macros
- Don't build the path to stock icons
- Use a blank line at most
- Accessibility: add button description
- Preserve compatibility with older GLib versions
atril 1.26.0 release
Changes since the last release: v1.25.1...v1.26.0
atril 1.26.0
- update translations
- ev-window.c: only create a EvWebView if needed
- ev-sidebar-links: Optimize reverse link lookup for a page
- introspection: Fix bogus --library arguments.
- libdocument: remove _ev_g_mkdtemp function
- epub: declaration of ‘uL’ shadows a previous local [-Wshadow]
- ev-window: missing initializer for a field of ‘GtkActionEntry’
- epub: fix typo
atril 1.25.1 release
Changes since the last release: v1.25.0...v1.25.1
atril 1.25.1
- update translations
- update help
- caja extension: Update copyright year
- dvi: use glib i18n macros
- i18n: use g_dngettext instead of ngettext
- build: allow users to disable gettext support (--disable-nls)
- build: Use PACKAGE_URL variable
- build: display package name and version in configure summary
- build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
- Remove warning -Wtype-limits
- Update copyright to 2021
- Check whether the document page failed to render
- ps backend: do not silence the warnings when rendering the page
- Support non-X11 windowing systems
- build: remove legacy variable MATEICONDIR
- ev-document-factory: use g_list_free_full
- Remove USE_MATE2_MACROS from autogen.sh (legacy)
- epub backend: Escape link text to display & in index content
- ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch]
- ev-window: fix interval (guint milliseconds) in g_timeout_add_full
- epub-document: improve code-style
- ev-sidebar-attachments: do not add add a Gtk_Container
- check return value of xmlDocGetRootElement call if is NULL
- ev-pixbuf-cache: Remove -Wtype-limits warnings
- Remove unused macros
- Change spaces to tab
- Make sure attachments window fills entire sidebar
- ev-poppler: remove warning about no previous declaration
- Fix segfault on empty navMap
- ev-properties-dialog: Add on_notebook_scroll_event
- update mate-submodules
- Add compilation help
- build: Add ice & glib-2.0 modules in PKG_CHECK_MODULES(LIBEGG)