diff --git a/NEWS b/NEWS index 36c2471..d8f2b16 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Overview of changes in 0.0.7 +============================ + +* Add fedora-toolbox image definition for Fedora 31 +* Add flatpak-xdg-utils to Fedoras 29 and 30 +* Add manuals +* Add rm and rmi commands +* Be more informative when creating the working container +* Clarify the error message if the toolbox container is not found +* Don't create volumes in the image for bind mounts from the host +* Fix miscellaneous issues pointed out by https://www.shellcheck.net/ +* Give access to /dev/bus for control transfers from USB devices +* Give access to removable devices and other temporary mounts +* Lots of Bash-isms removed for POSIX correctness +* Make the --image flag override the base toolbox image, as documented +* Make the spinner more efficient +* Restore documentation removed from the base Fedora images + + Overview of changes in 0.0.6 ============================ diff --git a/meson.build b/meson.build index 4a146bd..aff521f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.6', + version: '0.0.7', license: 'ASL 2.0', meson_version: '>= 0.40.0', )