<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://lzone.de/liferea/blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://lzone.de/liferea/blog/" rel="alternate" type="text/html" /><updated>2023-07-09T23:19:02+02:00</updated><id>https://lzone.de/liferea/blog/feed.xml</id><title type="html">Liferea Blog</title><subtitle>Official Liferea development blog.</subtitle><entry><title type="html">Liferea 1.15.0 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.15.0-Released" rel="alternate" type="text/html" title="Liferea 1.15.0 released" /><published>2023-04-15T00:00:00+02:00</published><updated>2023-04-15T00:00:00+02:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.15.0%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.15.0-Released"><![CDATA[This is the first release of the new unstable line 1.15. The current idea is to release a bit
faster than every two years. So not so much features will be introduced before 1.16

## Changes

        * Fixes #1217, #1224: Endless recursion in 1.14.3
          (reported by uduecoder, mokraemer)

        * Fixes #1214: crash in conf_get_bool_value_from_schema
          (mozbugbox, reported by Mikel Olasagasti)

        * Fixes #1215: failed to build in launchpad PPA due to
          auto_test permission issue (reported by PandaJim)

        * Fixes #1212: 1.14.1 crash when refreshing feeds.
          (mozbugbox, reported by Froggy232)

        * Fixes #1198: FreshRSS logging in correctly but can't get posts
          (reported by Roger Gonzalez)

        * Fixes a memory leak when reloading CSS
          (Lars Windolf)

        * Fixes CVE-2023-1350: RCE vulnerability on feed enrichment
          (patch by Alexander Erwin Ittner)

        * Fixes #1200: Crash on double free
          (mozbugbox)

        * Improve #1192 be reordering widget creation order
          (Lars Windolf)

        * Improvements to the libnotify plugin
          (Tasos Sahanidis)

        * Fixes a g_object_unref warning on shutdown
        * Drops a debug output in the plugin installer
        * Drop webkit inspector from installable plugins in favour of --debug-html
        * Drop pane plugin from default plugins
        * Drop pane plugin (old workaround for pane issues)

## Download

As always you can get the release tarball from Github: [https://github.com/lwindolf/liferea/releases/tag/v1.15.0](https://github.com/lwindolf/liferea/releases/tag/v1.15.0)]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is the first release of the new unstable line 1.15. The current idea is to release a bit faster than every two years. So not so much features will be introduced before 1.16]]></summary></entry><entry><title type="html">Liferea 1.14.4 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14.4-Released" rel="alternate" type="text/html" title="Liferea 1.14.4 released" /><published>2023-03-30T00:00:00+02:00</published><updated>2023-03-30T00:00:00+02:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14.4%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14.4-Released"><![CDATA[1.14 is not as stable yet as intended and is suffering from startup race conditions. This bugfix release tries to further eliminate those issues.

## Changes

    * Fixes #1217, #1224: Endless recursion in 1.14.3
      (reported by uduecoder, mokraemer)

    * Additional fixes for #1214: crash in conf_get_bool_value_from_schema
      (reported by Mikel Olasagasti)

    * Fixes a g_object_unref warning on shutdown
    * Drops a debug output in the plugin installer
          
## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14.4]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[1.14 is not as stable yet as intended and is suffering from startup race conditions. This bugfix release tries to further eliminate those issues.]]></summary></entry><entry><title type="html">Liferea 1.14.3 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14.3-Released" rel="alternate" type="text/html" title="Liferea 1.14.3 released" /><published>2023-03-23T00:00:00+01:00</published><updated>2023-03-23T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14.3%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14.3-Released"><![CDATA[This is another 1.14 bugfix release to address a crash affecting some users and a build issue when running tests.

## Changes

        * Fixes #1214: crash in conf_get_bool_value_from_schema
          (mozbugbox, reported by Mikel Olasagasti)

        * Fixes #1215: failed to build in launchpad PPA due to
          auto_test permission issue (reported by PandaJim)
          
## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14.3]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is another 1.14 bugfix release to address a crash affecting some users and a build issue when running tests.]]></summary></entry><entry><title type="html">Liferea 1.14.2 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14.2-Released" rel="alternate" type="text/html" title="Liferea 1.14.2 released" /><published>2023-03-20T00:00:00+01:00</published><updated>2023-03-20T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14.2%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14.2-Released"><![CDATA[This is a stability fix for 1.14.1. The fix of CVE-2023-1350 in 1.14.1 did contain 
a memory error that leads to crashes. Sorry about that. Please upgrade to avoid the 
problem!

## Changes

    * Fixes #1212: 1.14.1 crash when refreshing feeds.
      (mozbugbox, reported by Froggy232)

    * Fixes a memory leak when reloading CSS
      (Lars Windolf)

## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14.2]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is a stability fix for 1.14.1. The fix of CVE-2023-1350 in 1.14.1 did contain a memory error that leads to crashes. Sorry about that. Please upgrade to avoid the problem!]]></summary></entry><entry><title type="html">Lifera 1.12.10 released</title><link href="https://lzone.de/liferea/blog/Lifera-1.12.10-Released" rel="alternate" type="text/html" title="Lifera 1.12.10 released" /><published>2023-03-12T00:00:00+01:00</published><updated>2023-03-12T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Lifera%201.12.10%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Lifera-1.12.10-Released"><![CDATA[This is an important security fix for 1.12. Please upgrade!

## CVE-2023-1350 Remote code execution on feed enrichment

If you have enabled "Extract full content from HTML5 and Google AMP" for one or 
more of your feed subscriptions it is possible for a an attacker to inject a script command
that would run any command on your system.

Upgrading to 1.12.10 or 1.14.1 solves this security problem. 

If you cannot upgrade disable "Extract full content from HTML5 and Google AMP" for all
of you feeds. This can be done in the feed properties dialog,

If you have many feeds you might want to do this automatically:
1. Close Liferea
2. Open `~/.config/liferea/feedlist.opml` in an editor
3. Replace all occurences of `html5Extract="true"` with an empty string

## Changes

        * Fixes CVE-2023-1350: RCE vulnerability on feed enrichment
          (patch by Alexander Erwin Ittner)


  
## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.12.10]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is an important security fix for 1.12. Please upgrade!]]></summary></entry><entry><title type="html">Liferea 1.14.1 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14.1-Released" rel="alternate" type="text/html" title="Liferea 1.14.1 released" /><published>2023-03-12T00:00:00+01:00</published><updated>2023-03-12T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14.1%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14.1-Released"><![CDATA[This is an important security fix for 1.14. Please upgrade!

## CVE-2023-1350 Remote code execution on feed enrichment

If you have enabled "Extract full content from HTML5 and Google AMP" for one or 
more of your feed subscriptions it is possible for a an attacker to inject a script command
that would run any command on your system.

Upgrading to 1.14.1 solves this security problem. 

If you cannot upgrade disable "Extract full content from HTML5 and Google AMP" for all
of you feeds. This can be done in the feed properties dialog,

If you have many feeds you might want to do this automatically:
1. Close Liferea
2. Open `~/.config/liferea/feedlist.opml` in an editor
3. Replace all occurences of `html5Extract="true"` with an empty string

## Changes

        * Fixes CVE-2023-1350: RCE vulnerability on feed enrichment
          (patch by Alexander Erwin Ittner)

        * Fixes #1200: Crash on double free
          (mozbugbox)

        * Improve #1192 be reordering widget creation order
          (Lars Windolf)


## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14.1]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is an important security fix for 1.14. Please upgrade!]]></summary></entry><entry><title type="html">Liferea 1.14.0 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14.0-Released" rel="alternate" type="text/html" title="Liferea 1.14.0 released" /><published>2023-01-10T00:00:00+01:00</published><updated>2023-01-10T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14.0%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14.0-Released"><![CDATA[Here comes the newest stable release line of Liferea 1.14!

## Features introduced with 1.14

First: Many thanks to all the contributors and package maintainers that made this possible!

### Internal Browser

<ul>
              <li>New 'Reader mode' preference that allows stripping all web content</li>
              <li>Implement support for Webkits Intelligent Tracking Protection</li>
              <li>New progress bar when loading websites</li>
              <li>Youtube videos from media:video can be embedded now with a click on the video preview picture.</li>
              <li>Changes to UserAgent handling: same UA is now used for both feed fetching
              and internal browsing. User agent now indicates Android+Mobile per default
              instead of suggesting a Linux desktop to better adapt to the smaller
              (in comparison to browsers) rendering pane. Additionally special env
              vars LIFEREA_UA and LIFEREA_UA_ANONYMOUS now also affect the internal
              browsing.</li>
</ul>

### GUI

<ul>
              <li>New view mode 'Automatic' which switches between 'Normal' and 'Wide' mode based 
              on the window proportions.</li>
              <li>Liferea now supports the new GTK dark theme logic, where in the GTK/GNOME preferences
              you define wether you "prefer" dark mode or light mode</li>
              <li>Favicon discovery improvements: now detects all types of Apple Touch Icons, MS Tile 
              Images and Safari Mask Icons</li>
              <li>Increase size of stored favicons to 128x128px to improve icon quality in 3-pane wide view.</li>
              <li>Make several plugins support gettext</li>
              <li>Allow mutiple feed in same libnotify notification</li>
              <li>Redesign of the update message in the status bar. It now shows a
              update counter of the feeds being in update.</li>
              <li>You can now export a feed to XML file</li>
              <li>Added an option to show news bins in reduced feed list</li>
              <li>Added menu option to send item per mail</li>
</ul>

### Feed parsing

<ul>
              <li>Default to https:// instead of http:// when user doesn't
              provide protocol on subscribing feed</li>
              <li>Implement support for subscribing to LD+Json metadata
              listings e.g. concert or theater event listings</li>
              <li>Implement support for subscribing to HTML5 websites</li>
              <li>Support for media:description field of Youtube feeds</li>
              <li>Improve HTML5 extraction: extract main tag if it exists and no article was found.</li>
              <li>Execute feed pipe/filter commands asynchronously</li>
              <li>Better explanation of feed update errors.</li>
</ul>

### Online services

<ul>
              <li>Added generic Google Reader API support (allows using FeedHQ, FreshRSS, Miniflux...)</li>
              <li>Now allow converting TinyTinyRSS subscriptions to local subscriptions</li>
</ul>

### Search folders

<ul>
              <li>New search folder rule to match podcasts</li>
              <li>New search folder rule to match headline authors</li>
              <li>New search folder rule to match subscription source</li>
              <li>New search folder rule to match parent folder name</li>
              <li>New search folder property that allows hiding read items</li>
              <li>Now search folders are automatically rebuild when rules are changed</li>
</ul>

### Plugins

<ul>
              <li>Added new plugin 'add-bookmark-site' that allows to configure a custom bookmarking site.</li>
              <li>Added new plugin 'getfocus' that adds transparency on the feed list when it is not focussed.</li>
              <li>Trayicon plugin has now a configuration option to change the behaviour when closing Liferea.</li>
              <li>Trayicon plugin has now an option to disable minimizing to tray</li>
</ul>

### Hotkeys

<ul>
              <li>New hot key Ctrl-D for 'Open in External Browser'</li>
              <li>New hot key F10 for headerbar plugin to allow triggering the hamburger menu</li>
              <li>New hot key Ctrl-0 to reset zoom</li>
              <li>New hot key Ctrl-O to open enclosures</li>
</ul>

## Important bugfixes

- Fixing hidden panes:
  Many Liferea users did suffer from invisible pane (e.g. a minimized feed list
  or HTML view) upon startup. With certain desktop environments / themes making
  the pane grips invisible it is hard to grip the correct pixel to restore a pane.

  Now Liferea will never allow the panes to be smaller than 5% in height or width
  regarding to there orientation. If a pane is smaller than 5% height/width it will be
  set to 30% width or 50% height on startup.

  The intention here is that panes are never invisible after startup.
- Wait for network to be fully available before updating: sometimes when real internet
  access takes longer to come up then your WLAN connection Liferea did update feeds to
  early resulting in errors. Now Liferea waits for full internet connection.
 
## Deprecations

<ul>
  <li>2-pane mode was removed</li>
  <li>Dropped CDF channel support</li>
  <li>Dropped Atom 0.2/0.3 (aka Pie) support</li>
  <li>Dropped blogChannel namespace support</li>
  <li>Dropped photo namespace support</li>
</ul>

  
## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14.0]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[Here comes the newest stable release line of Liferea 1.14!]]></summary></entry><entry><title type="html">Liferea 1.14 Rc3 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14-RC3-released" rel="alternate" type="text/html" title="Liferea 1.14 Rc3 released" /><published>2022-12-17T00:00:00+01:00</published><updated>2022-12-17T00:00:00+01:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14-RC3%20released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14-RC3-released"><![CDATA[This is a new release candidate for 1.14. It contains many bugfixes and translation
updates. This will be the last release candidate. Next release will be 1.14.0.

## Changes

	* Patch #1184: Solving Webkit proxy method deprecations
	  (Matthew Horan)

	* Fixes #1182: Periodic crash when navigating items (TheOldReader)
	  (reported by Matthew Horan)

	* Fixes #1176: Custom liferea.css no longer working
	  (Matthew Horan)

	* Fixes #1174: Missing date for some feeds
	  (reported by jfbauer432)

	* Fixes #1170: broken notification icon in libnotify plugin
	  (Tasos Sahanidis)
	
	* Fixes #1162: a sting impossible to translation
	  (Paweł Marciniak)

	* Fixes #1124: Formation vanishes after a few seconds
	  (reported by Michael F. Schönitzer)

	* Fixes #1121: Wait for network to be fully available before updating
	  (reported by Jeff Fortin)

	* Update of Albanian trasnlation (Besnik Bleta)
	* Update of Brazilian-Portugese translation (Alexandre Erwin Ittner)
	* Update of Chinese translation (David Yang)
	* Update of German translation (Lars Windolf)
	* Update of Polish translation (Paweł Marciniak)
	* Update of Russian trasnlation (mbrav)
	* Update of Spanish translation (Christian Martinez)
  
## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14-RC3]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is a new release candidate for 1.14. It contains many bugfixes and translation updates. This will be the last release candidate. Next release will be 1.14.0.]]></summary></entry><entry><title type="html">Liferea 1.14 Rc2 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14-RC2-released" rel="alternate" type="text/html" title="Liferea 1.14 Rc2 released" /><published>2022-10-24T00:00:00+02:00</published><updated>2022-10-24T00:00:00+02:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14-RC2%20released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14-RC2-released"><![CDATA[This is the second release candidate for the next stable release line 1.14. There
will be probably one more release candidates until 1.14.0.

Focus on this release was closing some long standing bugs. There is also a new
plugin `add-bookmark-site` to allow providing a user define bookmarking site.

## Call for translations!

If you are a translator please consider updating your Liferea translation. Here is a list
of the current translation status by language. Note the respective amount of fuzzy and
untranslated messages.

    ar.po 375 translated messages, 61 fuzzy translations, 102 untranslated messages.
    ast.po 338 translated messages, 84 fuzzy translations, 116 untranslated messages.
    be@latin.po 242 translated messages, 152 fuzzy translations, 144 untranslated messages.
    bg.po 143 translated messages, 201 fuzzy translations, 194 untranslated messages.
    ca.po 369 translated messages, 73 fuzzy translations, 96 untranslated messages.
    cs.po 447 translated messages, 46 fuzzy translations, 45 untranslated messages.
    da.po 370 translated messages, 71 fuzzy translations, 97 untranslated messages.
    de.po 512 translated messages, 12 fuzzy translations, 14 untranslated messages.
    el.po 238 translated messages, 147 fuzzy translations, 153 untranslated messages.
    en_GB.po 5 translated messages, 533 untranslated messages.
    es.po 408 translated messages, 55 fuzzy translations, 75 untranslated messages.
    eu.po 370 translated messages, 74 fuzzy translations, 94 untranslated messages.
    fi.po 401 translated messages, 60 fuzzy translations, 77 untranslated messages.
    fr.po 520 translated messages, 12 fuzzy translations, 6 untranslated messages.
    gl.po 312 translated messages, 105 fuzzy translations, 121 untranslated messages.
    he.po 394 translated messages, 57 fuzzy translations, 87 untranslated messages.
    hu.po 509 translated messages, 16 fuzzy translations, 13 untranslated messages.
    id.po 437 translated messages, 39 fuzzy translations, 62 untranslated messages.
    it.po 509 translated messages, 17 fuzzy translations, 12 untranslated messages.
    ja.po 384 translated messages, 55 fuzzy translations, 99 untranslated messages.
    ko.po 138 translated messages, 210 fuzzy translations, 190 untranslated messages.
    lt.po 282 translated messages, 91 fuzzy translations, 165 untranslated messages.
    lv.po 372 translated messages, 71 fuzzy translations, 95 untranslated messages.
    mk.po 99 translated messages, 214 fuzzy translations, 225 untranslated messages.
    nl.po 520 translated messages, 12 fuzzy translations, 6 untranslated messages.
    pl.po 508 translated messages, 17 fuzzy translations, 13 untranslated messages.
    pt_BR.po 537 translated messages, 1 fuzzy translation.
    pt.po 312 translated messages, 105 fuzzy translations, 121 untranslated messages.
    ro.po 316 translated messages, 104 fuzzy translations, 118 untranslated messages.
    ru.po 377 translated messages, 66 fuzzy translations, 95 untranslated messages.
    sk.po 312 translated messages, 104 fuzzy translations, 122 untranslated messages.
    sq.po 507 translated messages, 18 fuzzy translations, 13 untranslated messages.
    sv.po 402 translated messages, 56 fuzzy translations, 80 untranslated messages.
    tr.po 410 translated messages, 56 fuzzy translations, 72 untranslated messages.
    uk.po 403 translated messages, 56 fuzzy translations, 79 untranslated messages.
    vi.po 403 translated messages, 56 fuzzy translations, 79 untranslated messages.
    zh_CN.po 342 translated messages, 86 fuzzy translations, 110 untranslated messages.
    zh_TW.po 133 translated messages, 199 fuzzy translations, 206 untranslated messages.


Please help updating translations for Liferea!

## Changes

        * #1152: Reduces height of the status bar to save vertical space.
          (Lars Windolf)

        * #1070: Added new plugin 'add-bookmark-site' that allows to configure
          a custom bookmarking site.
          (Lars Windolf)

        * Fixes #1155: Toolbar/menu actions disabling wrong for search
          folders/folders
          (Lars Windolf)

        * Fixes #1154: Search folder property "Hide read items" has wrong
          initial state when opening dialog
          (Lars Windolf)

        * Fixes #1100: Dates are overwritten on every update for feeds
          that do not provide date information.
          (Lars Windolf)

        * Fixes #923: Reading folders with unread filtering active often
          has remnant read items
          (Lars Windolf)

        * Fixes #723: LiveJournal feeds parsing can make the headline link
          a link to an XML document. Liferea now checks for the line MIME type.
          (Lars Windolf)

        * Fixes #720: Mark all as read doesn't clear Unread folder if one entry is selected
          (Lars Windolf)

        * Fixes #501: Fixes segfault when deleting a search folder that is rebuilding
          (Lars Windolf)

        * Updated pr-BR translation (Alexandre Erwin Ittner)



## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14-RC2]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is the second release candidate for the next stable release line 1.14. There will be probably one more release candidates until 1.14.0.]]></summary></entry><entry><title type="html">Liferea 1.14 Rc1 released</title><link href="https://lzone.de/liferea/blog/Liferea-1.14-RC1-Released" rel="alternate" type="text/html" title="Liferea 1.14 Rc1 released" /><published>2022-10-10T00:00:00+02:00</published><updated>2022-10-10T00:00:00+02:00</updated><id>https://lzone.de/liferea/blog/Liferea%201.14-RC1%20Released</id><content type="html" xml:base="https://lzone.de/liferea/blog/Liferea-1.14-RC1-Released"><![CDATA[This is the first release candidate for the next stable release line 1.14. There
will be probably 2 more release candidates until 1.14.0.

## Fixing hidden panes

Many Liferea users did suffer from invisible pane (e.g. a minimized feed list
or HTML view) upon startup. With certain desktop environments / themes making
the pane grips invisible it is hard to grip the correct pixel to restore a pane.

Now Liferea will never allow the panes to be smaller than 5% in height or width
regarding to there orientation. If a pane is smaller than 5% height/width it will be 
set to 30% width or 50% height on startup.

The intention here is that panes are **never** invisible after startup. 

## Last minute features

This release brings some small last minutes features

* Liferea now supports the new GTK dark theme logic, where in the preferences
  you define wether you "prefer" dark mode or light mode.

* New search folder rule to match podcasts
* New search folder rule to match headline authors
* Support for <media:description> field of Youtube feeds

## Changes

        * Liferea now supports gtk-application-prefer-dark-theme based
          dark mode switching.
          (Lars Windolf, Alexander Erwin Ittner)

        * #1148: Add search rule to find items from a given author.
          (Alexander Erwin Ittner)

        * #1147: Exported OPML feed lists are now UTF-8 encoded for better readability.
          (Alexander Erwin Ittner)

        * #1145: Render <media:description> field for Youtube feeds
          (Lars Windolf)

        * #1143: Updated default feed sources (HTTP->HTTPS)
          (Alexander Erwin Ittner)

        * #1133: Added new "podcast" search folder rule.
          (Alexander Erwin Ittner)

        * #1139: Also add enclosures when saving items to file.
          (Alexander Erwin Ittner)

        * Fixes #1132: Improved timeout error handling in feed commands
          (Alexander Erwin Ittner)

        * Fixes #1129: Accessibility errors in .ui files
          (reported by Paul Gevers)

        * Fixes #1126: Some images broken in reader mode
          (reported by Saijin-Naib)

        * Fixes #901, #1123: resize view panes to sensible positions
          when they were at min or max position on last shutdown. Makes
          left pane 30% window width and item list pane 50% height/width
          when pane position is 0 or 95% of height/width. (Lars Windolf)

        * Fixes #992: HTML with self-closing tags not rendering properly.
          (Rich Coe)

        * Fixes #644, #901, #909: restoring window size/position with header
          bar plugin active. (Lars Windolf)

        * #1137: Updated French translation (Guillaume Bernard)

        * #1134, #1135: Updated Spanish example feeds (Joel Barrios)


## Download

Get Liferea from https://github.com/lwindolf/liferea/releases/tag/v1.14-RC1]]></content><author><name>Lars Windolf</name></author><summary type="html"><![CDATA[This is the first release candidate for the next stable release line 1.14. There will be probably 2 more release candidates until 1.14.0.]]></summary></entry></feed>