Skip to content

Commit

Permalink
release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyahay committed Jul 23, 2019
1 parent 7f0eeed commit 226f55f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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
- completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0
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], [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])

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

0 comments on commit 226f55f

Please sign in to comment.