<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril, branch master</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>Add allow-links-change-zoom setting</title>
<updated>2026-06-25T14:20:54+00:00</updated>
<author>
<name>Eduard Beutel</name>
<email>eb@eduardbeutel.com</email>
</author>
<published>2014-08-30T20:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=1a5c28010afd483f7d30261744e80b15e29481ba'/>
<id>1a5c28010afd483f7d30261744e80b15e29481ba</id>
<content type='text'>
When enabled links are not allowed to change the current zoom mode and
level.

Fixes #712

Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/5d8ef0fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enabled links are not allowed to change the current zoom mode and
level.

Fixes #712

Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/5d8ef0fa
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): bump actions/checkout from 6 to 7</title>
<updated>2026-06-25T14:20:05+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-23T16:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e531227809082a3799340e4718b041e458492f98'/>
<id>e531227809082a3799340e4718b041e458492f98</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): bump actions/cache from 5 to 6</title>
<updated>2026-06-25T14:19:47+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-06-23T16:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6b5e0bb21af68c4c008a758a83c410e34f1f6023'/>
<id>6b5e0bb21af68c4c008a758a83c410e34f1f6023</id>
<content type='text'>
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>epub: add NULL guards to prevent crashes with malformed EPUBs</title>
<updated>2026-06-06T20:23:48+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-06-05T13:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=9230de5a705068411d9ad4ffdba9b5e2d073ac35'/>
<id>9230de5a705068411d9ad4ffdba9b5e2d073ac35</id>
<content type='text'>
EPUB files with missing or incomplete metadata (like no title or missing
navigation elements) can cause NULL pointer dereferences in the XML
parsing functions. This adds NULL checks to xml_parse_children_of_node,
get_child_list, and the TOC text parsing loop.

Fixes #707
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EPUB files with missing or incomplete metadata (like no title or missing
navigation elements) can cause NULL pointer dereferences in the XML
parsing functions. This adds NULL checks to xml_parse_children_of_node,
get_child_list, and the TOC text parsing loop.

Fixes #707
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to reset metadata for documents</title>
<updated>2026-06-05T14:31:34+00:00</updated>
<author>
<name>L_J</name>
<email>Zzooouhh@users.noreply.github.com</email>
</author>
<published>2026-06-03T20:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a591de50156688b075cbde5386f9797f94f1a049'/>
<id>a591de50156688b075cbde5386f9797f94f1a049</id>
<content type='text'>
Adds a new --reset-metadata command-line option that clears all stored
metadata (page position, zoom level, window geometry, etc.) for
specified document files before opening them. This allows users to open
documents with a fresh state, ignoring any previously remembered
settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new --reset-metadata command-line option that clears all stored
metadata (page position, zoom level, window geometry, etc.) for
specified document files before opening them. This allows users to open
documents with a fresh state, ignoring any previously remembered
settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize height of action_widget</title>
<updated>2026-06-03T22:22:54+00:00</updated>
<author>
<name>L_J</name>
<email>Zzooouhh@users.noreply.github.com</email>
</author>
<published>2026-06-03T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c3e16585cc0d578017cb427aee13c8d75573947e'/>
<id>c3e16585cc0d578017cb427aee13c8d75573947e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increased recent files display to 10 entries</title>
<updated>2026-06-03T22:18:59+00:00</updated>
<author>
<name>L_J</name>
<email>Zzooouhh@users.noreply.github.com</email>
</author>
<published>2026-06-03T22:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=16c7137399cde21f6a0f7a6ebec9baedfa300066'/>
<id>16c7137399cde21f6a0f7a6ebec9baedfa300066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.28.6</title>
<updated>2026-06-02T21:33:57+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-06-02T21:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=be572624625d12e3ca46ccb545aab6044f14e4c4'/>
<id>be572624625d12e3ca46ccb545aab6044f14e4c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>meson: Make caja extension optional</title>
<updated>2026-06-02T21:29:02+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-06-01T16:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0056bfac27d1967468a5a4efe70c0f0b3afac666'/>
<id>0056bfac27d1967468a5a4efe70c0f0b3afac666</id>
<content type='text'>
Change the caja extension feature option to default to 'auto' instead of
'enabled', so that atril builds on systems without libcaja-extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the caja extension feature option to default to 'auto' instead of
'enabled', so that atril builds on systems without libcaja-extension.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Distribute meson build files when using autotools</title>
<updated>2026-06-02T21:29:02+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-06-01T16:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=352d46785736b28bc65311d17a9f5033afe65b00'/>
<id>352d46785736b28bc65311d17a9f5033afe65b00</id>
<content type='text'>
Fixes #673

Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/021428c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #673

Backported from https://gitlab.gnome.org/GNOME/evince/-/commit/021428c9
</pre>
</div>
</content>
</entry>
</feed>
