Skip to content

Commit 0f5b365

Browse files
committed
1.8.0
1 parent e450f95 commit 0f5b365

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

debian/changelog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
xapp (1.8.0) ulyana; urgency=medium
2+
3+
[ worldofpeace ]
4+
* Add option to specify path to pygobject override directory
5+
* Install icons and scripts using meson options
6+
7+
[ Michael Webster ]
8+
* xapp-status-icon.c: Sync the visible state of the fallback GtkStatusIcon when it is first created.
9+
* xapp-status-icon.c: Fix the timeout duration for xapp_status_icon_any_monitors.
10+
11+
[ leigh123linux ]
12+
* Remove use of deprecated g_type_class_add_private function
13+
14+
[ Stephen Collins ]
15+
* Add gitignore
16+
17+
[ JosephMcc ]
18+
* xapp-monitor-blanker: Use G_DECLARE_FINAL_TYPE
19+
20+
[ Michael Webster ]
21+
* xapp-status-icon.c: check if we have a fallback status icon before disconnecting signals from it.
22+
* xapp-status-icon.c: Only call gtk_status_icon_set_name() when explicitly requested.
23+
* Add StatusNotifier watcher.
24+
* mate applet: Set the new icon size property (this provides a hint to xapp-sn-watcher or any client app to provide a correct icon size in some situations).
25+
* status icon: Add support for scroll events
26+
* debian: Remove python2 deps.
27+
* debian/control: Add missing dbusmenu dependency.
28+
29+
[ Clement Lefebvre ]
30+
* Packaging: Re-add python-gi-dev as build-dep
31+
32+
[ Michael Webster ]
33+
* xapp-sn-watcher: rewrite in C due to leaky dbus python bindings.
34+
35+
-- Clement Lefebvre <[email protected]> Thu, 23 Apr 2020 15:49:33 +0100
36+
137
xapp (1.6.9) tricia; urgency=medium
238

339
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('xapp',
22
'c',
3-
version : '1.6.9'
3+
version : '1.8.0'
44
)
55

66
gnome = import('gnome')

0 commit comments

Comments
 (0)