Commit 9f0ec896 authored by Victor Ananjevsky's avatar Victor Ananjevsky

release 1.0

parent a2334c81
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
......
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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment