Skip to content

Commit

Permalink
update NEWS and bump version. prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
v1cont committed May 3, 2022
1 parent 38ffaaf commit 7e21c4d
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 12.0
- add ability to load several images in picture dialog
- add color picker to color dialog and yad-tools
- add --line option to text-info dialog
- improve guess of syntax highlighting in text-info dialog
- add --mime option to icon mode in yad-tools
- add switch field type in form dialog (thanks to Misko <mpsrbija@gmail.com>)
- use pango markup for multiline text field in form dialog

Version 11.1
- fix input parsing for notification icon
- fix parsing desktop files for icons 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], [11.90], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_INIT([YAD], [12.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 7e21c4d

Please sign in to comment.