X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/3d8ae4642b5c3e788c15497daa7a73f9e28e4c35..86b27f478965d3e9db906afd4e999e21cdba1be5:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 3cf38d3..ea6e535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,91 @@ -waydroid (1.0.0) master; urgency=medium +waydroid (1.2.1) bullseye; urgency=medium + + * Set sys.use_memfd=true if ashmem is not present + * config: Switch to https for OTA channels + * add size units and speed in download progress bar + * Add an optional [properties] in waydroid.cfg + * scripts: make sure misc subfolder exists + * container: strip possible trailing newline from pid + * lxc: Fix bad eol of proc dt values + * Resume initialization if not complete + * Remove downloaded system images which failed checksum verification + * props: Use subprocess for host getprop + + -- Erfan Abdi Sun, 17 Apr 2022 21:33:26 +0430 + +waydroid (1.2.0) bullseye; urgency=medium + + * config: Update waydroid ota channel urls + * lxc: Get device info props from host + * session: Nuke old data dir movement + * lxc: Make sure vibrator sys nodes are writable + * lxc: Add non-treble camera support + * lxc: Skip host_perms on non treble devices + * lxc: Add more sphal paths to find_hal + * images: Decode http retrieve for older pythons + * drivers: Add bonder nodes support + * container: Add missing powervr nodes chmod + * container: Use umount -l for schedtune + * log: More resilient logging + * net: Disable NFT by default + * arch: detect armv8l as 32bit arm + * drivers: Keep devices arg on modprobe + * session: don't panic when removing old userdata if its not empty + * lxc: do prepend colon to Android PATHs in shell + * container: don't panic if binder device already exists + * upgrade: log that no we will not upgrade if a preinstalled image exists + + -- Erfan Abdi Thu, 19 Oct 2021 11:19:53 +0430 + +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.