Version 0.17.1.1
    - fix --listen mode of notification

Version 0.17.1
    - fix build with gtk+ < 2.22
    - add wrapping to multiline text field in form dialog
    - fix search in text-info dialog
    - fix handling empty strings in --listen mode of notification
    - add traditional chinese translation

Version 0.17.0
    - add search in --text-info dialog (activate by pressing Ctrl+S)
    - add multiline text field to form dialog
    - add multiply directory selection to form dialog
    - add --rest option for specify extra command-line options through the external file
    - add new setting "ignore_unknown_options"
    - list dialog now can handle command-line and stdin data at the same time
    - sending "^L" to list dialog will clear the list

Version 0.16.3
    - fix text settings in text-info dialog on gtk3
    - fix --percentage option in progress dialog
    - recognize special characters like \n in form labels

Version 0.16.2
    - always set first item as active for combo-box in entry dialog
    - fix includes in print for build with gtk3

Version 0.16.1
    - add initial sorting to yad icon browser
    - remove some deprecated calls
    - fix build with gtk+-3.0

Version 0.16.0
    - add printing dialog
    - add callbacks for dialog buttons
    - add icons for popup menu in notification icon
    - add french translation
    - make Return works for combo-boxes in entry dialog
    - change notification behavior. if --listen is specified, left click on icon
      doesn't close it
    - add --text-align option for aligning dialog text

Version 0.15.1
    - fix grid placement in form dialog
    - fix popup menu in editable lists
    - fix escaping markup text
    - update man page

Version 0.15.0
    - add multiple progress bars dialog
    - add field control for buttons in form dialog
    - keep current directory in auxiliary file selectors in form dialog
    - add tooltips for form buttons
    - add new field types: SFL for create new file and CDIR for create new dir
    - add --tooltip option for dnd dialog
    - fix setting initial value for numeric field in form dialog
    - add --print-xid option
    - for progress dialog the default button is gtk-close now
    - user can specify gtk version in ./configure script
    - new yad icons (special thanks to Bogdan Lisovich)

Version 0.14.2
    - fix broken dialog text placement

Version 0.14.1
    - fix build with gtk3

Version 0.14.0
    - add regex search to list dialog
    - add --page option for scale dialog
    - add marks to scale dialog
    - add expander for main widget
    - bug fixes

Version 0.13.0
    - fixes for icons in entry dialog
    - add icons for editable combo-boxes in entry dialog
    - add new field types for form dialog - labels and buttons
    - fix blinking behavior in notification icon 
    - some improvements in user-defined double-click action for list dialog
    - dialog text can be selected if --selectable-labels specified
    - fix image clipping in gtk+-3.0
    - fix tooltips in list dialog
    - fix wrapping dialog's text
    - add --border option for set margins around dialog widgets
    - add names for widgets for customize dialog look&feel through .gtkrc
    - fix handling window icon

Version 0.12.4
    - fix output for image fields in list dialog
    - fix Enter behavior in list dialog
    - update license information in sources

Version 0.12.3
    - fix build with gtk3
    - update man page

Version 0.12.2
    - wrap dialog text when width or geometry specified
    - fix icon handling in motification
    - fix timeout indicator orientation
    - fix typo in man page and russian translation

Version 0.12.1
    - fix builds with gtk3

Version 0.12.0
    - add icons to entry dialog
    - add --details option to calendar dialog
    - add new field types to form dialog: CBE for editable combo-boxes, DT for date field 
      and MFL for choose multiple files
    - add user-specified doubleclick actions to list dialog
    - makes YAD buildable under MS Windows
    - code cleanups

Version 0.11.0
    - new --skip-taskbar option for hiding yad window from taskbar and pager
    - add --search-column option to list dialog for set quicksearch column number
    - add --elipsize option to list dialog for shortened long text in text columns
    - add tooltips for list dialog. when tooltip column is not specified tooltips 
      shows content of cell under mouse
    - add markup for entry labels in entry and form dialogs

Version 0.10.2
    - fix wrong memory allocation when handling makrup text
    - fix reading data from stdin in text dialogs
    - 'always selected' settings in list dialog works only for command-line data
    - update README and manual page

Version 0.10.1
    - fix URI handling in dnd dialog for non-gtk applications
    - fix sizing for gtk3 builds

Version 0.10.0
    - fix in markup tooltips in list and icons dialogs
    - limits for number of rows in lists
    - support for settings row attributes in lists
    - vertical and invert scale dialog
    - numeric entry
    - new font selection dialog
    - tagging URIs in text dialog 
    - new option --kill-parent for send SIGTERM to parent process
    - fix URI handling in dnd dialog

Version 0.9.1
    - fix handle markup for tooltips in list and icons dialogs
    - add ukrainian and update slovak translations
    - use GtkComboBoxText in entry and form dialogs when gtk+ >= 2.24.x is used

Version 0.9.0
    - fix --hide-column option in list dialog
    - fix settting up initial value in scale dialog
    - add --expand-column option in list dialog
    - add aliased name --color-selection for --color dialog

Version 0.8.1
    - fix --auto-kill option in progress dialog
    - fix setting initial value in DIR field of form dialog

Version 0.8.0
    - add --icon-theme option for use specific icon theme 
      instead of default
    - add --align option for label alignment in form dialog
    - fix handling ESC for return proper exit code
    - fix handling colons in options
    - add yad-icon-browser, a separate tool for exploring GTK icon 
      themes
    - add autoconf macros AM_PATH_YAD for easily check for yad when
      use autotools

Version 0.7.2
    - fix bug with launching commands in icons dialog
    - remove column title from compact view in icons dialog

Version 0.7.1
    - fix bug with memory corruption

Version 0.7.0
    - improvements in printing data with custom buttons
    - add sorting in icon dialog
    - --tail option in text fialog now working for files too
    - add new field types in form dialog
    - separators sets from command-line only

Version 0.6.0
    - add compact view in icons dialog
    - add justifications and margins to text dialog
    - make double-click works in simple lists

Version 0.5.2
    - fix build with gtk+ < 2.16.x

Version 0.5.1
    - fix segfault in --checklist

Version 0.5.0
    - add --no-markup option
    - add --geometry option
    - new filed types in form dialog
    - notification icon always close on middle click
    - YAD now understand SIGUSR1 and SIGUSR2 signals
    - YAD can be build against new gtk+ 3.0
    - fix output bug in list dialog 

Version 0.4.0
    - add --no-headers option in list dialog
    - add tooltip column type for list dialog
    - fix tail mode in text dialog
    - initial value in color dialog now sets as --init-color
    - code cleanups

Version 0.3.1
    - update slovak translation
    - fix key handling in editable lists
    - fix format string vulnerability in file dialog
    - fix handling quickly piped lots of data from stdin

Version 0.3.0
    - add iconbox dialog
    - fix option parsing
    - improvements in notification icon and list dialog
    - update translations

Version 0.2.1
    - improve keyboard navigation
    - update man page
    - add slovak translation
    - add label to timeout indicator
    - some fixes in dnd dialog

Version 0.2.0
    - add drag-and-drop box dialog
    - fix --confirm-overwrite option for fileselection dialog
    - fix --mouse position placement
    - add remaining time indicator for --timeout option
    - code cleanup
    - fix typos in man page

Version 0.1.0
    - add types to form fields and list columns
    - change default behaviour when print list results (print full row instead of first column)
    - new --mouse options for place dialog under mouse position

Version 0.0.10
    - add rtl direction to progress bar
    - add --image-on-top option 
    - set cursor invisible when text is not editable in text dialog
    - add oprtion for setting colors of text-dialog
    - add --tail options to text dialog for autoscrolling
    - add predefined colors to color dialog
    - recognize 'quit' command from stdin in notification icon
    - add types to fields in form dialog
    - usage examples now on wiki
    - cleanups and bugfixes

Version 0.0.9
    - fix bug in progress dialog
    - add .spec file
    - update man page

Version 0.0.8
    - use HIG buttons order (with honouring gtk-alternative-button-order settings in .gtkrc)
    - add --no-buttons option
    - fix typo in man page

Version 0.0.7
    - add window behavior options
    - add markup tooltips for tray icon if gtk+ >= 2.16.0
    - add german translation
    - fix build on gtk+ 2.12.x

Version 0.0.6
    - add form dialog
    - add label to entry dialog
    - change the default behavior of combo-box entry (this may change in config file)
    - update translation and man page
