diff --git a/.gitignore b/.gitignore index 8b8ec9d4ae0b..c8fc68ed8a0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,26 @@ bsddialog .depend* *.o *.so* *.a *.gz *.core *~ BSDDIALOG.geany BSDDIALOG.tags 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 examples_library/radiolist examples_library/rangebox examples_library/theme examples_library/timebox examples_library/yesno diff --git a/CHANGELOG b/CHANGELOG index 883fe1016d01..e6295768d906 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,184 +1,354 @@ +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