2025-05-04  Lars Windolf <lar.windolf@gmx.de>

	Version 2.0-RC1

	Remove features:

	* Dropped menu bar in favour of GtkHeader bar
	* Dropped support for girepository-1.0
	* Removed status bar in favour of raising toasts
	* Trayicon plugin was removed as incompatible with GTK4

	Known issues:

	* Item/feed list popup menus show overflow
	* Some dialogs sometimes freeze

	Changes:

	* All message dialogs and auth dialog are now modal.
	  (Lars Windolf)

	* Source UI definitions are now provided by a Cambalache 1.0 workflow, single source
	  of truth for all .ui files is liferea.cmb
	  (Lars Windolf)

	* Ported code base to GTK4. Note that the port is a minimal port, a lot of
	  GTK4 deprecated widgets (like GtkTreeView) are still in use. Those will be
	  replaced over time.
	  (Lars Windolf)

	* New dependency libadwaita, some dialogs are already implemented as AdwDialog
	  and AdwAlertDialog more will follow.
	  (Lars Windolf)
	
	* Removed HTML shortcut documentation in favour of GtkShortCutsWindow
	  Also changed hotkey F1 to point a shortcuts
	  (Lars Windolf)

	* Changed simple search from a dialog to a search bar
	  (Lars Windolf)

2026-05-02  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.9

	* Fixes a regression that breaks using online accounts
	  (Lars Windolf)

	* Fixes a regression when subscribing to local files
	  (Lars Windolf)

	* Fixes some memory leaks
	  (Lars Windolf)


2026-04-25  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.8

	* Reimplements category display, improves metadata display by
	  displaying all in a wrapped line to optimize vertical space usage

	* Add a new user.js which is automatically installed to ~/.config/liferea/user.js
	  that provides hooks for data and rendering manipulation.
	  (Lars Windolf)
	
	* #1490: Add blogroll support. For feeds with <source:blogroll> element or homepages
	  with <link rel="blogroll"> blogroll URLs are detected and the blogroll is downloaded
	  and shown in the feed view.
	  (Lars Windolf)

	* Change "Discover Feeds" to open in external browser. Due to
	  rss-finder using ESM and Webkit enforcing CORS for ESM and 
	  Cloudflares corsproxy.io now not available anymore there is no
	  easy and secure way to simply embed it.
	  (Lars Windolf)

	* Security updates for JS modules
	  (Lars Windolf)

	* Fixes #1494: Better contrast in light mode, a bit less in dark mode
	  (Lars Windolf)

	* Fixes #1482: Extraneous white space in item header
	  (Lars Windolf)

	* Fixes #1481: Updating feeds satuarates the main look making
	  interaction difficult
	  (Lars Windolf)
	
	* Fixes a memory leak when loading subscription metadata
	  (Lars Windolf)

	* Update of Spanish translation
	  (Cristian Othón Martínez Vera)


2025-12-27  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.7

	* Drop Youtube video embedding due to "error 153" and the general
	  privacy implications
	  (Lars Windolf)
	
	* Fixes #805: use white on red instead of black on red for 
	  item list "Important" label
	  (Lars Windolf)

	* Fixes #1478: No favicons for several feeds
	  (Lars Windolf)
	
	* Fixes #1477: bsky.app links not being used
	  (Lars Windolf)

	* Fixes #1480: Extract item content is sometimes unexpectedly colored
	  (Lars Windolf)
	  

2025-10-30  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.6

	* Removes GAsyncQueue usage and uses proper GThreadPools, this
	  significantly speeds up updating and reduced GUI lag a lot
	  (Rich Coe)

	* Add support for subscribing to phlog gopher listings 
	  (Lars Windolf)

	* Add support for gopher:// URI schema in internal browser
	  (Lars Windolf)

	* Readd incorrectly removed reference.css file
	  (Lars Windolf)

	* Dark mode: dimmed images filter gets reset when hovering over image
	  (Lars Windolf)

	* Fixes #1457 link rel=alternate/self parsing
	  (Lars Windolf)

	* Fixes frozen HTML page after launching feed:// links
	  (Lars Windolf)

	* Fixes #1459 better requiring girepository-2.0 
	  (oreo639)

	* Fixes #1462 panes too small on start
	  (Lars Windolf)

	* Fixes #1466 zoom in from browser context menu broken
	  (Lars Windolf)


2025-09-13  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.5

	* Fixes a crash on subscribing when at least one news bin does exist.
	  (Lars Windolf)

	* Fixes #1455 crash on viewing items with comment feeds.
	  (Lars Windolf)

	* Fix input field vertical expand and margins in several dialogs
	  (Lars Windolf)


2025-09-09  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.4

	* Fixes a regression introduced in 1.16.3 that broken newsbins. The "type"
	  attribute in the exported OPML was wrong. If you are affected please manually
	  change "type" for your news bins back to "newsbin" in the OPML file
	  usually ~/.config/liferea/feedlist.opml.
	  (Lars Windolf)

	* Fixes #1423 regression in main window geometry restoration
	  (Lars Windolf)

	* Fixes #1454 deprecated icon in headerbar plugin
	  (Branko Grubić)


2025-09-05  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.3

	* Rewrite GtkPaned position restoration to GSettings bindings
	  (Lars Windolf)

	* #1239 Add print support, new menu option in 'Tools'
	  (Lars Windolf)

	* #1304 Show full feed properties dialog on 'Advanced' subscribe
	  (Lars Windolf)

	* #1453 Automatically determine girepository version to use
	  (loqs)


2025-08-28  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.2

	* Fix #1421 "Mark all as read ?" warning dialog does not appear on middle-click
	  (Lars Windolf)

	* Fixes #904: charset related issue with links
	  (Lars Windolf)
	
	* Fixes crash when subscribing with "Discover feeds"
	  (Lars Windolf)

	* URL bar is now hidden for special help tabs
	  (Lars Windolf)

	* Removes outdated FAQ menu entry
	  (Lars Windolf)
	
	* GtkShortCutsWindow is now used for displaying hotkeys, new hotkey is Ctrl-?
	  (Lars Windolf)

	* Fixes incorrectly emitting "move-cursor" signal in GtkTreeView
	  (Lars Windolf)


2025-08-20  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.1

	* Fix #1442: Fails to start on empty database
	  (reported by bbhtt)


2025-08-13  Lars Windolf <lars.windolf@gmx.de>

	Version 1.16.0

	* Fixes memory leak in search dialog
	  (Lars Windolf)

	* Updated German translation
	  (Lars Windolf)

