Skip to content

Commit

Permalink
release 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunweaver committed Aug 22, 2024
1 parent 4134bf3 commit f968079
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS})
# Set global variables

include(GNUInstallDirs)
set(PROJECT_VERSION "0.10.3")
set(PROJECT_VERSION "0.10.4")

# Make everything

Expand Down
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
2024-08-22 Mike Gabriel

* release 0.10.4 (HEAD -> main, tag: 0.10.4)
* Merge branch 'tari01-pr/value-change-close' (4134bf3d)

2024-07-17 Robert Tari

* src/idoscalemenuitem.c: Add ability to close the menu when the
slider's value changes (4446a18d)
* src/idoscalemenuitem.c: Disable menu item selection (1eaf28c9)

2024-07-10 Mike Gabriel

* release 0.10.3 (HEAD -> main, tag: 0.10.3)
* release 0.10.3 (9906cc1d) (tag: 0.10.3)
* Merge branch 'tari01-pr/switch-accelerator' (bd25ec74)

2024-07-09 Robert Tari
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Overview of changes in ayatana-ido 0.10.4

- src/idoscalemenuitem.c: Disable menu item selection
- src/idoscalemenuitem.c: Add ability to close the menu when the
slider's value changes.

Overview of changes in ayatana-ido 0.10.3

- src/idoswitchmenuitem.c: Allow the switch to display an
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ayatana-ido (0.10.4-0) unstable; urgency=medium

* Upstream-provided Debian package for ayatana-ido.
See upstream ChangeLog for recent changes.

-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 22 Aug 2024 11:29:23 +0200

ayatana-ido (0.10.3-0) unstable; urgency=medium

* Upstream-provided Debian package for ayatana-ido.
Expand Down

0 comments on commit f968079

Please sign in to comment.