diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c775b3..a3d49df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ *** +### Release 23.03.2 + +This release mitigates the problems with the edge use case, when users bind the whole `$HOME` directory to an external folder on the host computer. + +Please note that I recommend to avoid doing that. If you really want to, then your best bet is using the Docker volumes. That is the only option I've found, which works across the environments. In the discussion thread [#39](https://github.com/accetto/ubuntu-vnc-xfce-g3/discussions/39) I've described the way, how to initialize a bound `$HOME` folder, if you really want to give it a try. + +Main changes: + +- file `.initial_sudo_password` has been moved from the `$HOME` to the `$STARTUPDIR` folder +- file `.initial_sudo_password` is not deleted, but cleared after the container user is created +- startup scripts have been adjusted and improved +- readme files have been updated + ### Release 23.03.1 This is a maintenance release aiming to improve the scripts and documentation.