From ef653527a43f8af0e94d986c8efc24be04644d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20B=C4=99dkowski?= Date: Sun, 29 Jan 2023 15:14:43 +0100 Subject: [PATCH] kupfer v322 Update translation: pl Plugins: + Add support mate-dictionary in *dictionary* plugin by Igor Santos + Fix *Firefox* and *Thunderbird* database connection (closes: #153) + Add support for `file:///` URLs + Add *Firefox tags* plugin + Fix *Thunderbird* plugin - support new database schema + Fix *Thunderbird* plugin - support contact without proper name or other fields (closes: #164) + Add *libvirt* plugin - manage libvirt domains + Add *zeal* plugin - quick search in zeal docsets + Fix *window* plugin - don't break on Wayland, fix switching workspace + Fix segfault on Wayland and newer version of libwnck (closes: #165) Dev: + Don't embed timestamp in gzip header by kpcyrd + remove some redundant list creation + add missing file names in POTFILES.in --- Documentation/VersionHistory.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Documentation/VersionHistory.rst b/Documentation/VersionHistory.rst index 37191e98..dd92aa69 100644 --- a/Documentation/VersionHistory.rst +++ b/Documentation/VersionHistory.rst @@ -1,6 +1,32 @@ NEWS for kupfer =============== +kupfer v322 +----------- + ++ Update translation: pl + ++ Plugins: + + + Add support mate-dictionary in *dictionary* plugin by Igor Santos + + Fix *Firefox* and *Thunderbird* database connection (closes: #153) + + Add support for `file:///` URLs + + Add *Firefox tags* plugin + + Fix *Thunderbird* plugin - support new database schema + + Fix *Thunderbird* plugin - support contact without proper name or other + fields (closes: #164) + + Add *libvirt* plugin - manage libvirt domains + + Add *zeal* plugin - quick search in zeal docsets + + Fix *window* plugin - don't break on Wayland, fix switching workspace + + Fix segfault on Wayland and newer version of libwnck (closes: #165) + ++ Dev: + + + Don't embed timestamp in gzip header by kpcyrd + + remove some redundant list creation + + add missing file names in POTFILES.in + + kupfer v321 -----------