Commit 226f55f5 authored by Victor Ananjevsky's avatar Victor Ananjevsky

release 2.0

parent 7f0eeed8
Version 2.0
- migrate to gsettings from config file
- add --keep-icon-size option
- icon browser shows only regular icons by default. this behavior can be changed from command line
- fix segfailt in text-info dialog when empty file is specified
- fix initial selection in selectable labels
Version 1.0 Version 1.0
- completely removed support of gtk+-2.0 - completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0 - minimum required gtk+ version bump to 3.22.0
......
AC_INIT([YAD], [1.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) AC_INIT([YAD], [2.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_CONFIG_AUX_DIR([build]) AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip]) 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