Skip to content

Commit fbfb0fa

Browse files
committed
update NEWS, bump version, prepare to next release
1 parent 391317a commit fbfb0fa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 13.0
2+
- extend --in-place behavior in text-info dialog
3+
- improve labels look&feel
4+
- improve yad window placement
5+
- --homogeneous option affects on form columns too
6+
- improve run external command
7+
- fix switch field in form dialog
8+
- add content aligntment in list dialog
9+
- load custom css from arbitrary sting in addition to file
10+
- add georgian translation
11+
- add debian/ directory
12+
- fixes in man page
13+
114
Version 12.3
215
- fixed setting webkit properties and user defined style sheet in html dialog
316
- improve stdin handler for html dialog

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([YAD], [12.3], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
1+
AC_INIT([YAD], [13.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
22
AC_CONFIG_AUX_DIR([build])
33

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

0 commit comments

Comments
 (0)