aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog115
1 files changed, 114 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index afdc6d3..ce8c832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,119 @@
+2024-04-08 Mike Gabriel
+
+ * release 0.10.2 (HEAD -> main, tag: 0.10.2)
+ * Merge branch 'tari01-pr/expand-scale' (de33725f)
+
+2024-04-04 Robert Tari
+
+ * src/idoscalemenuitem.c: Add new functionality via the digits and
+ marks parameters (451a9efb)
+ * src/idoscalemenuitem.c: Make page increment same as step increment
+ (87715f3f)
+
+2023-08-24 Mike Gabriel
+
+ * release 0.10.1 (13402a2c) (tag: 0.10.1)
+ * COPYING: Symlink to COPYING.GPL-3, the licensed used by the
+ majority of code files. (c9bfd1b5)
+ * Rename COPYING to COPYING.GPL-3 and use Debian's version of it.
+ (cc276098)
+ * COPYING files: Ship a copy of LGPL-2(+) and LGPL-3. Some code files
+ in this project use either of those licenses. (b040a375)
+ * COPYING.LGPL.2.1: Rename to COPYING.LGPL-2.1 (and use layout from
+ Debian's LGPL-2.1 license file shipped in
+ /usr/share/common-licenses/). (20d65627)
+ * Merge branch 'tyll-executable_so' (39277de1)
+
+2023-08-24 Till Maas
+
+ * cmake: Install library as library (610ddb96)
+
+2023-08-07 Mike Gabriel
+
+ * Merge branch 'tari01-pr/no-hardcoded-icon-sizes' (b1998c6a)
+
+2023-08-05 Robert Tari
+
+ * Do not hardcode icon sizes (e487b162)
+ * Fix possible memory leaks (ebb915b5)
+ * src/idoalarmmenuitem.c: Do not free non memory-allocated variable
+ (579cad6e)
+ * src/idoplaybackmenuitem.c: Drop unused variable (c2bade07)
+ * src/idoplaybackmenuitem.c: Fix undefined variable (be68b43c)
+
+2023-06-09 Mike Gabriel
+
+ * d/libayatana-ido3-0.4-0.symbols: Update symbols. (09c5052d)
+ * d/changelog: amend revision (5263257c)
+ * release 0.10.0 (75f61898) (tag: 0.10.0)
+
+2023-05-05 Mike Gabriel
+
+ * Merge branch 'tari01-pr/level-item' (e74e767a)
+
+2023-04-04 Robert Tari
+
+ * Add level menu item (876a9fa2)
+ * CMakeLists.txt: Add threads fix for old CMake (fc636cea)
+
+2023-05-05 Mike Gabriel
+
+ * Merge branch 'tari01-pr/progress-item-rewrite' (c730328e)
+
+2023-03-03 Robert Tari
+
+ * src/idoprogressmenuitem.c: Rewrite to use icon, progress property
+ and activation (1b164cf8)
+
+2023-02-26 Mike Gabriel
+
+ * Revert "cmake: Enable building tests by default" (f19a5f47)
+ * debian/libayatana-ido3-0.4-0.symbols: Update symbols. (109100e2)
+ * release 0.9.3 (10b05bdb) (tag: 0.9.3)
+ * Merge branch 'JamiKettunen-modern-gtest' (62ec1cda)
+
+2023-02-26 Jami Kettunen
+
+ * cmake: Enable building tests by default (889c006f)
+ * tests: Fix building against modern GTest (f692439d)
+
+2022-09-05 Mike Gabriel
+
+ * Merge branch 'tari01-pr/secondary-text-and-count' (4e047789)
+
+2022-09-04 Robert Tari
+
+ * src/idobasicmenuitem.c: Set secondary text and count with lozenge
+ from menu model (7aa6323b)
+
+2022-06-27 Mike Gabriel
+
+ * .travis.yml: Add CI builds for Ubuntu 22.04. (10fde125)
+
+2022-06-03 Mike Gabriel
+
+ * release 0.9.2 (69ba03b9) (tag: 0.9.2)
+
+2022-03-24 Mike Gabriel
+
+ * Merge branch 'ricotz-main' (e56a633c)
+
+2022-03-15 Rico Tzschichholz
+
+ * vala: The name of the vapi should match the pkg-config name
+ (2e1c0409)
+
+2022-02-28 Mike Gabriel
+
+ * Merge branch 'jpalus-link-libm' (d87cc103)
+
+2022-02-19 Jan Palus
+
+ * src/CMakeLists.txt: link libm for expf, pow and sinf (62f510e2)
+
2022-02-17 Mike Gabriel
- * release 0.9.1 (HEAD -> main, tag: 0.9.1)
+ * release 0.9.1 (9e8a410f) (tag: 0.9.1)
2022-02-08 Robert Tari