diff --git a/CHANGELOG b/CHANGELOG index e6295768d906..0e75f847347d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,354 +1,386 @@ +2024-04-11 Version 1.0.2 + + Utility: + improvements and changes for --form and --mixedform: + * add: 0 sets like . + * add: 0 sets like width and readonly. + * change: 0 was an error (remains error in lib). + * change: 0 was an error (remains error in lib) + ( 0 and "" is still an error.). + + Library and implicitly utility: + * add: Ctrl-l to redraw dialog. + Request stable@freebsd.org January 2024. + * add: -, +, Ctrl-p, Ctrl-n for several dialogs. + +, - request for menus, private feature request. + Ctrl-p, Ctrl-n for menu, request hackers@freebsd.org February 2024. + * fix: escaped text ending with an escape symbol. + * change: truncate mixedgauge long (over the screen/minibars) + minilabels adding "...". As a result, avoid check-size error. + https://gitlab.com/alfix/bsddialog/-/issues/6. + * change: invert UP/DOWN keys to set a rangebox value. + + +2023-11-16 Version 1.0.1 + + Library Internal Refactoring: + * add: arrow macro handlers. + * change: Box-drawing characters, from utf8 to wide chars to avoid to + handle "env NCURSES_NO_UTF8_ACS=1". + Request https://bugs.freebsd.org/274472, + Rationale https://reviews.freebsd.org/D42380. + 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