[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Mon Mar 30 00:03:38 CEST 2020


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-clipman-plugin.

commit 56be355a91d9af1b25b8becbd18f7842afabc02d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Mar 30 00:02:56 2020 +0200

    Updates for release
---
 NEWS            | 29 +++++++++++++++++++++++++++++
 configure.ac.in |  6 +++---
 2 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 2fb50ca..2ce773c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+1.6.0
+======
+- Add standalone dialog to search history: xfce4-clipman-history
+- Don't delete the history on startup
+- plugin: Indicate if clipman is disabled (Bug #11381)
+- plugin: Bind middle-click to toggle "inhibit"
+- plugin: Add "Clipman settings..." menuitem
+- plugin: "Show full history..." menuitem
+- plugin: Wire up max-menu-items setting
+- settings: Make strings translatablei (Bug #16496)
+- settings: Improve responsiveness of actions tab
+- settings: Replace GtkStock icons and tweak actions dialog
+- settings: Revamp UI and add max-menu-items setting
+- settings: Further UI tweaks
+- daemon: Show info dialog if already running
+- Add warning if clipman is not running
+- Show info/warning dialogs if clipman is (not) running
+- Add clipman-settings desktop file
+- Replace deprecated g_type_class_add_private
+- Replace GtkStock items
+- Improve clipman autostart file
+- Update copyright
+- Update gitignore
+- Translation Updates:
+  Albanian, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese
+  (Taiwan), Danish, Dutch, French, Galician, German, Hebrew, Hungarian,
+  Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese,
+  Portuguese (Brazil), Russian, Serbian, Spanish, Turkish
+
 1.4.4
 ======
 - settings: Improve layout
diff --git a/configure.ac.in b/configure.ac.in
index 710d14e..bc892b3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([project_version_major], [1])
-m4_define([project_version_minor], [4])
-m4_define([project_version_micro], [4])
+m4_define([project_version_minor], [6])
+m4_define([project_version_micro], [0])
 m4_define([project_version_build], [@REVISION@])
-m4_define([project_version_tag], [git]) # leave empty for release
+m4_define([project_version_tag], []) # leave empty for release
 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [git], [project_version_tag()-project_version_build()], [project_version_tag()])])
 
 dnl ***************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list