Skip to content

1.11.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@lwindolf lwindolf released this 11 Feb 20:21
· 1854 commits to master since this release

This release fixes several issues and introduces an improvement of the rendering
of the 3 pane "Wide View" mode to save screen space on 16x9 screens. This
is intended to improve usability in full screen mode on desktops and tablets.

    * Fixes Github #134: Broken default news feed.
      (reported by pvdl)
    * Fixes Github #133: Subscribe into TheOldReader categories
    * Fixes Github #122: Crashes at launch, "segmentation fault"
      (reported by geoffm)
    * Fixes some memory leaks
      (patch by Rich Coe)
    * Fixes Github #145: Incorrect method triggered for 'Launch External'
      (patch by mozbugbox)
    * Fixes Github #48: Window stays hidden on next start after Ctrl+W
      (reported by Jeff Fortin)
    * Expose LifereaHtmlView to GObject Introspection
      (patch by mozbugbox)
    * Improves Google Reader API error handling
    * Now using HTTPS only when accessing TheOldReader
    * Added LifereaNodeSourceActivatable interface to allow plugins
      implementing new node source types.
    * Downgrade enclosure drop warning from Glib warning to debug trace.