Atril Changelog

What's new in Atril 1.28.0

Feb 26, 2024
  • Translations update

New in Atril 1.27.1 (Feb 7, 2024)

  • 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

New in Atril 1.27.0 (Jan 17, 2023)

  • 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