Skip to content

Commit f893001

Browse files
committed
Version bump.
1 parent 0aa4f3d commit f893001

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

ChangeLog

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,53 @@
1-
To be released
1+
2022-10-10 Lars Windolf <[email protected]>
22

33
Version 1.14-RC1
44

55
* Liferea now supports gtk-application-prefer-dark-theme based
66
dark mode switching.
7+
(Lars Windolf, Alexander Erwin Ittner)
8+
9+
* #1148: Add search rule to find items from a given author.
10+
(Alexander Erwin Ittner)
11+
12+
* #1147: Exported OPML feed lists are now UTF-8 encoded for better readability.
13+
(Alexander Erwin Ittner)
14+
15+
* #1145: Render <media:description> field for Youtube feeds
16+
(Lars Windolf)
17+
18+
* #1143: Updated default feed sources (HTTP->HTTPS)
19+
(Alexander Erwin Ittner)
20+
21+
* #1133: Added new "podcast" search folder rule.
22+
(Alexander Erwin Ittner)
23+
24+
* #1139: Also add enclosures when saving items to file.
25+
(Alexander Erwin Ittner)
26+
27+
* Fixes #1132: Improved timeout error handling in feed commands
28+
(Alexander Erwin Ittner)
29+
30+
* Fixes #1129: Accessibility errors in .ui files
31+
(reported by Paul Gevers)
32+
33+
* Fixes #1126: Some images broken in reader mode
34+
(reported by Saijin-Naib)
735

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

41+
* Fixes #992: HTML with self-closing tags not rendering properly.
42+
(Rich Coe)
43+
1344
* Fixes #644, #901, #909: restoring window size/position with header
1445
bar plugin active. (Lars Windolf)
1546

47+
* #1137: Updated French translation (Guillaume Bernard)
48+
49+
* #1134, #1135: Updated Spanish example feeds (Joel Barrios)
50+
1651

1752
2022-07-25 Lars Windolf <[email protected]>
1853

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([liferea],[1.13.9],[[email protected]])
3+
AC_INIT([liferea],[1.14-RC1],[[email protected]])
44
AC_CANONICAL_HOST
55
AC_CONFIG_SRCDIR([src/feedlist.c])
66

0 commit comments

Comments
 (0)