X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/3d8ae4642b5c3e788c15497daa7a73f9e28e4c35..d201cd533d268792760c5e5303ed96d95e68e3d4:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3cf38d3..82149bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,52 @@ -waydroid (1.0.0) master; urgency=medium +waydroid (1.1.1) bullseye; urgency=medium + + * lxc: Include tmp runtime dirs to container + * session: Move waydroid user data to XDG_DATA_HOME + * drivers: Allocate binder nodes dynamically + * user_manager: Use one variable for apps dir + * user: Create apps dir if doesn’t exists + * lxc: workaround weird log permission bug + + -- Erfan Abdi Thu, 30 Sep 2021 08:07:30 +0430 + +waydroid (1.1.0) bullseye; urgency=medium + + * tools: Fully restart services + * container: Don’t burn XDG permissions + * user: Only hide Waydroid app on multi-win + * actions: Start session by lunching apps + * data: Install Waydroid launcher by default + * debian: Add systemd service + * config: Store data in /var/lib/waydroid rather than /home/.waydroid + * init: Add check for work dir before mkdir + * data: Update app logo + * Readme: Add documentation site + * drivers: Improve binderfs loading + * tools: Fix typo on stop container + * tools: Drop requests library dependency + * tools: Rename pre-init log file + * tools: Remove unused requests import + * ci: Add .abstruse.yml + * tools: fix shell path env + * user: Add “waydroid” prefix to desktop files + * tools: Drop need of sudo as much as possible + * lxc: Add WSLg support + * lxc: Provide /var/run to container + * lxc: Provide all fb and video nodes to container + * container: Don’t crash on sensord + * lxc: Mount /dev/null for container + * lxc: Enable vndk lite for mainline devices + * lxc: Use v4l2 camera hal on mainline + * fix grammar mistakes in the readme + * Fix grammar and spelling in README (#104) + * log: don't panic on ctrlc + * debian: Add LXC as dependency + * container: Umount on stop + * upgrade: show progress + + -- Erfan Abdi Tue, 28 Sep 2021 10:11:40 +0430 + +waydroid (1.0.0) bullseye; urgency=medium * Initial release.