Skip to content

Commit

Permalink
release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyahay committed Aug 11, 2019
1 parent 34d0e9d commit ebd3363
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 4.0
- font can be selected with double-click in font dialog
- add application chooser dialog and application chooser field in form dialog
- add tree mode in list dialog
- multi-progress dialog features merged with progress dialog. separate multi-progres dialog no longer exists
- enable markup in progress log window
- fix output of color values in hex notation
- removed *-selection aliases for --file, --color and --font dialogs

Version 3.0
- add user defined handlers for all editing actions in list dialog. --add-action parameter renamed to --row-action
- fix loading text from file in text-info dialog
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([YAD], [3.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_INIT([YAD], [4.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_CONFIG_AUX_DIR([build])

AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])
Expand Down

0 comments on commit ebd3363

Please sign in to comment.