-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lars Windolf
committed
Nov 30, 2017
1 parent
ae44512
commit a073788
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
To be released | ||
2017-11-30 Lars Windolf <[email protected]> | ||
|
||
Version 1.12.0 | ||
|
||
* Fixes unhiding from tray icon when activated via GApplication | ||
(when starting Liferea a 2nd time) | ||
|
@@ -9,6 +11,8 @@ To be released | |
(Yanko Kaneti) | ||
* Workaround for #503: Liferea deanonymize Tor | ||
(Leiaz) | ||
* Fixes #450: #546 Resize both panes in normal and wide view | ||
(Leiaz) | ||
* Fixes #538: toggle_visibility() does not make a minimized window | ||
visible again | ||
(reported by Balló György) | ||
|
@@ -20,7 +24,7 @@ To be released | |
* Dropped del.icio.us from social bookmarking options | ||
as it is a read-only service now. | ||
* Redesign of the wide view mode: larger titles with small text teasers | ||
* Add AMP/HTML5 content enrichment feature | ||
* Added optional AMP/HTML5 content enrichment feature | ||
|
||
|
||
2017-03-26 Lars Windolf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([liferea],[1.12-rc3],[[email protected]]) | ||
AC_INIT([liferea],[1.12.0],[[email protected]]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_SRCDIR([src/feedlist.c]) | ||
|
||
|