diff options
author | Logan Rathbone <poprocks@gmail.com> | 2022-04-26 21:30:44 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2022-04-26 21:30:44 -0400 |
commit | 5aa43ab26e2f2ff5be16daabe15995799ffbaba2 (patch) | |
tree | ffd1f6c291fa5f1415d1ccfeea1f6aa780381333 /NEWS | |
parent | Merge branch 'wip/davidk/msgdialog-max-width' into 'master' (diff) | |
download | zenity-5aa43ab26e2f2ff5be16daabe15995799ffbaba2.tar.gz zenity-5aa43ab26e2f2ff5be16daabe15995799ffbaba2.tar.bz2 zenity-5aa43ab26e2f2ff5be16daabe15995799ffbaba2.zip |
Update NEWS and meson.build for 3.42.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Zenity 3.42.1 + - scale: Make OK button default (allows pressing Enter to accept selected + value) (hydrargyrum) + - Fix maximum width of message dialogs to 60 characters, and make message + dialogs non-resizable (fixes regression from 3b64d05e) (David King) + Zenity 3.42.0 - tree: Clicking row checks radio/checkboxes (Logan Rathbone) - Fix search column selection with --imagelist (Janne Pulkkinen) |