aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS57
1 files changed, 57 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 226468e..4344ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+Overview of changes in ayatana-ido 0.10.2
+
+ - src/idoscalemenuitem.c: Make page increment same as step increment.
+ - src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters.
+
+Overview of changes in ayatana-ido 0.10.1
+
+ - src/idoalarmmenuitem.c: Do not free non memory-allocated variable
+ - Fix possible memory leaks.
+ - Do not hardcode icon sizes.
+ - cmake: Install library as library.
+ - Update/add COPYING files, ship COPYING files for all licensed used.
+
+Overview of changes in ayatana-ido 0.10.0
+
+ - Add level menu item.
+ - CMakeLists.txt: Add threads fix for old CMake.
+ - src/idoprogressmenuitem.c: Rewrite to use icon, progress property and
+ activation.
+ - Revert "cmake: Enable building tests by default".
+
+Overview of changes in ayatana-ido 0.9.3
+
+ - cmake: Enable building tests by default.
+ - tests: Fix building against modern GTest.
+ - src/idobasicmenuitem.c: Set secondary text and count with lozenge from
+ menu model.
+
+Overview of changes in ayatana-ido 0.9.2
+
+ - src/CMakeLists.txt: link libm for expf, pow and sinf.
+ - vala: The name of the vapi should match the pkg-config name.
+
+Overview of changes in ayatana-ido 0.9.1
+
+ - Clean up compilation flags.
+ - src/idoscalemenuitem.c: Drop hard-coded end-margin for the Scale Display
+ Object.
+
+Overview of changes in ayatana-ido 0.9.0
+
+ - Port to CMake.
+ - Add better documentation.
+ - data/libayatana-ido3-0.4.pc.in: Add glib-2.0 dependency.
+ - src/idoappointmentmenuitem.c: Construct the basic menu item
+ using the pixbuf property.
+ - src/basicmenuitem.c: Add GdkPixbuf source support for the
+ icon.
+ - src/idoremovablemenuitem.c: Replace grid with box to fix
+ a11y.
+ - src/idolocationmenuitem.c: Fix deprecated g_time_zone_new
+ warning.
+ - Fix a unit test failure on Ubuntu 20.04.
+ - Use consistent Ayatana IDO names. This version of Ayatana IDO
+ breaks NG system indicators before 0.9.x.
+
Overview of changes in ayatana-ido 0.8.2
- Add Travis support (CI builds).