Skip to content

Commit

Permalink
Pre-release version bump. Updated Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Aug 30, 2023
1 parent 0874224 commit be43c58
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
2023-08-14 Lars Windolf <[email protected]>

Version 1.15.1

* Update to libsoup3 and libwebkit2gtk-4.1
(Lars Windolf)

* Fixes #1285: HTTP 304 incorrectly caused error state
(Rich Coe)

* Fixes #1272: Crash on moving feed into new folder
(Lars Windolf, reported by Jakub T. Jankiewicz)

* Fixes #1262: Plugin installer: duplicate punctuation
(Christian Stadelmann)

* Fixes #1250: Incorrect item_id when downloading AMP URLs
(Alexandre Erwin Ittner)

* Fixes #1248: Can't maximize for reading feeds
(Lars Windolf)

* Fixes #1242: Dropping not-functioning Pocket bookmark URL
(Lars Windolf)

* Fixes #1241: Dropping not-functioning identi.ca bookmark URL
(Lars Windolf)

* Fixes #1240: TypeError on add-bookmark-site preferences
(Lucidiot)

* Many fixes for static code analysis warnings
(Lars Windolf)

* Simplified debug handling. Drop --debug-performance
--debug-trace and --debug-verbose CLI parameters.
(Lars Windolf)

* Removed stale Deutsche Welle Brasil feed from pt-BR default feed list
(Alexandre Erwin Ittner)

* Updated appdata description and summary
(bbhtt)

* Add Russian user documentation (slichtzzz)
* Updated Czech translation (Amerey)
* Updated Brazilian Portugese translation (Fúlvio Alves)


2023-04-16 Lars Windolf <[email protected]>

Version 1.15.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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.15.0],[[email protected]])
AC_INIT([liferea],[1.15.1],[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/feedlist.c])

Expand Down

0 comments on commit be43c58

Please sign in to comment.