xref: /freebsd/contrib/bsddialog/CHANGELOG (revision da5137ab)
12022-03-02 version 0.2
2
3	Utility:
4	* add: (this) CHANGELOG.
5	* add: "menus" print item with focus (except with OK and ERROR).
6	* add: pause.sh example.
7	* add: timebox.sh example.
8	* change: --theme name "default" -> "flat".
9	* delete: treeview.sh example.
10	* fix: --separate-output does not quote (except with --quoted).
11	* fix: --datebox and --date-format month in output.
12	* improve: examples handle exit status.
13
14	Library:
15	* add: conf.form.enable_wchar for wide characters in bsddialog_form().
16	* add: theme.menu.f_selectorcolor.
17	* add: formw.c example.
18	* change: move conf.f1_file and conf.f1_message in conf.key.
19	* change: theme.button.[left|right]ch -> theme.button.[left|right]delim.
20	* change: theme.button.space -> theme.button.hmargin.
21	* change: theme.menu.arrowcolor -> theme.dialog.arrowcolor.
22	* change: default menu item depth 4 -> 2.
23	* fix: disable HOME, PPAGE, END and NPAGE keys in bsddialog_form().
24	* fix: visible cursor for timebox.c and form.c in VM VirtualBox.
25	* fix: mixedlist, center position of separator with big pad.
26	* fix: timebox and datebox set values only with BSDDIALOG_OK.
27	* fix: menurows autosize with fullscreen.
28	* fix: bar color with 0%.
29	* fix: bar label position.
30	* improve: timebox and datebox navigation (keys, buttons and shortcuts).
31	* improve: "menus" colors for accessibility.
32
33
342022-01-27 version 0.1
35
36	* Common-Options: --ascii-lines, --backtitle <backtitle>, --begin-x <x>,
37	  --begin-y <y>, --cancel-label <label>, --clear, --colors, --cr-wrap,
38	  --date-format <format>, --defaultno, --default-button <label>,
39	  --default-no, --default-item <name>, --disable-esc,
40	  --esc-cancelvalue, --exit-label <label>, --extra-button,
41	  --extra-label <label>, --generic-button1 <label>,
42	  --generic-button2 <label>, --help, --help-button,
43	  --help-label <label>, --help-status, --help-tags,
44	  --hfile <filename>, --hline <string>, --hmsg <string>, --ignore,
45	  --insecure, --item-depth, --item-help, --items-prefix,
46	  --max-input <size>, --no-cancel, --nocancel, --no-collapse,
47	  --no-items, --no-label <label>, --no-lines, --no-nl-expand,
48	  --no-ok, --nook, --no-shadow, --no-tags, --ok-label <label>,
49	  --output-fd <fd>, --output-separator <sep>, --print-maxsize,
50	  --print-size, --print-version, --quoted, --separate-output,
51	  --separator <sep>, --shadow, --single-quoted, --sleep <secs>,
52	  --stderr, --stdout, --tab-len <spaces>,
53	  --theme <blackwhite|bsddialog|default|dialog>,
54	  --time-format <format>, --title <title>, --trim, --version,
55	  --yes-label <label>.
56	* Dialogs: --checklist, --datebox, --form, --gauge, --infobox,
57	  --inputbox, --menu, --mixedform, --mixedgauge, --msgbox,
58	  --passwordbox, --passwordform, --pause, --radiolist, --rangebox,
59	  --textbox, --timebox, --treeview, --yesno.
60	* Manuals: bsddialog.1, bsddialog.3.
61
62