Prepare 0.0.9

This commit is contained in:
Debarshi Ray 2019-04-30 12:29:09 +02:00
parent 05da8023b4
commit 3c4c439f69
2 changed files with 15 additions and 1 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
Overview of changes in 0.0.9
============================
* Add Bash completion
* Allow connecting to Wayland displays other than "wayland-0"
* Ask for confirmation before downloading the base image
* Improve the onboarding experience
* Make it available inside the toolbox container
* Make 'toolbox enter' create or fall back to a container when possible
* Set TOOLBOX_CONTAINER in the environment to identify as a toolbox
* Set default release to 29 when running on non-fedora hosts
* Show welcome texts on interactive shells
Overview of changes in 0.0.8
============================

View file

@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.8',
version: '0.0.9',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)