Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyahay committed Jul 4, 2019
1 parent a2334c8 commit 9f0ec89
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 1.0
- completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0
- add --formatted option to text-info dialog for displaing text with pango markup
- add --expand option to tab dialog
- default protocol for html widget is https now
- gtk stock items not used anymore. instead there are some yad predefined names. details can be found in man page
- add --bool-fmt for different forms of boolean values output. all of this forms recognized on input automatically
- gspell library now used for spell checking
- tray icon is optional now. this dialog is enabled by default but can be turned off with ./configure --disable-tray
- remove --fore, --back and --font options for text-info dialog. those functionality can be done through custom css

Version 0.42.0
- add pfd utility for fontnames transformation in scripts
- add 'menu' action for notification icon
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], [0.99], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_INIT([YAD], [1.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 9f0ec89

Please sign in to comment.