diff --git a/contrib/bsddialog/.gitignore b/contrib/bsddialog/.gitignore index 8b8ec9d4ae0..c8fc68ed8a0 100644 --- a/contrib/bsddialog/.gitignore +++ b/contrib/bsddialog/.gitignore @@ -12,8 +12,10 @@ examples_library/calendar examples_library/checklist examples_library/datebox examples_library/form +examples_library/gauge examples_library/infobox examples_library/menu +examples_library/mixedgauge examples_library/mixedlist examples_library/msgbox examples_library/pause diff --git a/contrib/bsddialog/CHANGELOG b/contrib/bsddialog/CHANGELOG index 883fe1016d0..e6295768d90 100644 --- a/contrib/bsddialog/CHANGELOG +++ b/contrib/bsddialog/CHANGELOG @@ -1,3 +1,173 @@ +2023-08-01 Version 1.0 + + Utility: + * add: comments to --save-theme output file. + * add: blink, halfbright, highlight to --save-theme and --load-theme. + * add: theme.menu.[f_]prefixcolor to --save-theme and --load-theme. + * add: --datebox-format to set --datebox UI. + * add: --help-print-items (--help-status becomes alias). + * add: --text-escape (--colors becomes alias). + * add: new escapes \Zd, \Zk, \Zs, \ZD, \ZK, \ZS, for --text-escape. + * add: env NO_COLOR, to set blackwhite theme. + * add: $HOME/.bsddialog.conf startup theme file. + * add: env BSDDIALOG_THEMEFILE startup theme file. + * add: --left1-button