- fix(jorder): sqlite query escape, remove eval (https://github.com/cbsd/cbsd/pull/883[)](https://github.com/cbsd/cbsd/commit/e1df375032c2b21a54713142124bfae7a98b1dba)
- Most scripts have switched to cixinit, the new initialization function;
- Most scripts have gotten rid of SQLite3 DQS (double-quoted strings);
- Started the process of removing the bsdconfig dependency;
- The
dialoghas been imported into CBSD. This is because different dialog implementations (cdialog, dialog, bsddialog, whiptail...) can behave differently. We need a single, well-tested one. The BSD-licensed bsddialog is a perfect option. - Fix case when metrics are exported not fully (https://github.com/cbsd/cbsd/pull/887[)](https://github.com/cbsd/cbsd/commit/88691c73d9b9dc5c8e6ead16800189cccdd179f4);
- Fix bhyve RACCT metric aggregation and add Prometheus exporter (https://github.com/cbsd/cbsd/pull/888[)](https://github.com/cbsd/cbsd/commit/84e11d4849c6903a9620c126ae219e13241fed46);
- jails-astart: isolate per-environment config errors (https://github.com/cbsd/cbsd/pull/905[)](https://github.com/cbsd/cbsd/commit/3c7dfa1b5af11961cb21044eca6c2be26f588604);
- fix qemu usermode jails;
- fix(cbsdsh): preserve signed escape markers in pmatch on ARM64 (https://github.com/cbsd/cbsd/pull/903[)](https://github.com/cbsd/cbsd/commit/fa399a07e6e144925838f0a509e15d6a49fbad2a);
- bhyve networking: add VLAN support and CLI NIC management (https://github.com/cbsd/cbsd/pull/898[)](https://github.com/cbsd/cbsd/commit/7777113c346fa5dc425027880a17500ecc26e2a2);
- jailnic-tui: fix NIC values display and address editing (https://github.com/cbsd/cbsd/pull/900[)](https://github.com/cbsd/cbsd/commit/acda22fb182700f8f4a7f1d4c12d207fb8e4e58d);
- jailnic: fix false "NIC already exists" error on add (https://github.com/cbsd/cbsd/pull/899[)](https://github.com/cbsd/cbsd/commit/c79dcf0b2b52f433ab9ddebedadafcceb1dc1b31);
- Fix legacy jail NIC names after upgrade (https://github.com/cbsd/cbsd/pull/897[)](https://github.com/cbsd/cbsd/commit/c4dc55aa4365849b1265bd32fb0cd2d945e93376);