1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
Overview of changes in ayatana-indicator-notifications 22.9.0
- Add tooltip support.
- data/: Fix translation of .gschema.xml file.
- Translation updates.
Overview of changes in ayatana-indicator-notifications 22.2.0
- Upstream version bump to new release versioning scheme:
<year>.<month>.<revision>, where <year>.<month> will be
bumped in Ayatana Indicators bundle releases and <revision>
gets incremented with minor changeset releases.
- Drop pkglibexecdir and use native CMake file configuration.
- Use Ayatana-style CMakeList + clean up compilation flags.
- Translation updates.
Overview of changes in ayatana-indicator-notifications 0.9.0
- Various CMake improvements.
- Translation updates.
Overview of changes in ayatana-indicator-notifications 0.8.90
- Partial rewrite, port to Indicator NG technology. Drop
all GTK references.
- service.c: Switch over to Removable IDO. (CAVE: reequires
x-ayatana-type "org.ayatana.indicator.removable" on the
renderer's side).
- Drop settings dialog (use Ayatana Settings instead).
- Drop unneeded url-dispatcher stuff.
- Translation updates.
Overview of changes in ayatana-indicator-notifications 0.8.2
- src/indicator-notifications.c: Add separator after notification list.
- Translation updates (quite many, in fact, awesome thanks!)
Overview of changes in ayatana-indicator-notifications 0.8.1
- Add do-not-disturb feature. (Works only on MATE for now).
- Allow swapping of Clear and Settings menu items.
- Rename blacklist feature to filter-list (#BlackLivesMatter).
- Add filter-list-hints for applications that have recently shown
up on the notification bus.
- All these changes have been ported over from Jason Conti's
indicator-notifications (Ubuntu system indicator) project.
Overview of changes in ayatana-indicator-notifications 0.8.0
- Version bump to bring all system indicators (and the
renderer libraries to the same version level).
- Start the indicator with the ayatana-indicators.target.
- Fix deprecation warnings.
- Translation updates. (Awesome thanks to all the translators
at hosted.weblate.org!!!)
Overview of changes in ayatana-indicator-notifications 0.4.1
- Translation updates. (Awesome thanks to all translators on
hosted Weblate).
- Add settings dialog.
Overview of changes in ayatana-indicator-notifications 0.4.0
- Convert into Ayatana Indicator, original code was Ubuntu Indicator,obtained
from: https://code.launchpad.net/~jconti/recent-notifications/indicator
- Move translation management to https://hosted.weblate.org
- Translations added: Lithuanian, Russian, Romanian, Ukrainian, Swedish,
Norwegian Bokmål, Estonian, and Belarusian. Thanks to the i18n folks on
hosted.weblate.org!!!
|