]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - debian/changelog
debian: Upver to 1.3.3
[waydroid.git] / debian / changelog
1 waydroid (1.3.3) bullseye; urgency=medium
2
3 * Makefile: Install waydroid binary without relative symlink
4 * lxc: Finer-grained config control
5 * Configure multiple preinstalled images paths
6 * tools: Upver to 1.3.3
7
8 -- Alessandro Astone <ales.astone@gmail.com> Sat, 24 Sep 2022 10:43:18 +0000
9
10 waydroid (1.3.2) bullseye; urgency=medium
11
12 * app_manager: Don't rmdir /data/waydroid_tmp after install
13 * gpu: Disable nouveau support
14 * A "No New Privileges" has been enabled for the container.
15 * Container capabilities have been restricted.
16 * A seccomp profile for the entire container has been added.
17 * Rebuild waydroid.prop after live upgrade
18 * Quiet ashmem modprobe errors
19 * tools: Upver to 1.3.2
20
21 -- Alessandro Astone <ales.astone@gmail.com> Sun, 11 Sep 2022 17:51:38 +0000
22
23 waydroid (1.3.1) bullseye; urgency=medium
24
25 * CI: add support for rolling releases
26 * Makefile: Allow installing over an existing installation
27 * Makefile: Allow overriding directories without having to know the DESTDIR
28 * debian: Use /lib/systemd/system for units
29 * CI: Restore versioned debian
30 * Add mainline vulkan support
31 * Detect HIDL gralloc4
32 * tools: Upver to 1.3.1
33
34 -- Alessandro Astone <ales.astone@gmail.com> Fri, 02 Sep 2022 12:23:28 +0000
35
36 waydroid (1.3.0) bullseye; urgency=medium
37
38 * tools: Fix device names with spaces in initializer
39 * http: Handle malformed urls
40 * Mount TUN device for use by Android VPNs.
41 * Set aidl version based on the android version
42 * Add -w flag for waiting for init
43 * debian: Start container waiting for init if not already
44 * Allows waydroid to create PTY (#349)
45 * Downgrade x86_64 to x86 if no SSE4.2
46 * app_manager: Factor out common function to start session then launch
47 * app_manager: Add launch intent
48 * Add Android Market Protocol Handler
49 * waydroid.market.desktop: update some properties
50 * waydroid.market.desktop: use `waydroid app intent`
51 * Fixup market:// handler
52 * lxc: Optionally bind-mount NFC config
53 * Improve robustness of the dynamic aidl version picker
54 * init: Always redownload the image when changing parameters
55 * Default nvidia to swiftshader
56 * ci: update to jammy
57 * Update Matrix link
58 * container: Only umount /sys/fs/cgroup/schedtune if needed
59 * make waydroid-net more flexible (#267)
60 * Disable OTA updater when using preinstalled images
61 * Add first-launch command
62 * Revert "Add first-launch command"
63 * debian: Move waydroid-container.service under new toplevel systemd dir
64 * gbinder: Remove unnecessary configs
65 * Makefile: Add distro-agnostic buildsystem
66 * debian: Adapt to new Makefile buildsystem
67 * Support upgrading major android versions
68 * Add first-launch command [v2]
69 * Show first-launch icon on wayland gtk
70 * Makefile: Add prefix for systemd directory
71 * fix typo in arguments.py
72 * Add appstream metadata
73
74 -- Alessandro Astone <ales.astone@gmail.com> Sun, 07 Aug 2022 21:37:46 +0000
75
76 waydroid (1.2.1) bullseye; urgency=medium
77
78 * Set sys.use_memfd=true if ashmem is not present
79 * config: Switch to https for OTA channels
80 * add size units and speed in download progress bar
81 * Add an optional [properties] in waydroid.cfg
82 * scripts: make sure misc subfolder exists
83 * container: strip possible trailing newline from pid
84 * lxc: Fix bad eol of proc dt values
85 * Resume initialization if not complete
86 * Remove downloaded system images which failed checksum verification
87 * props: Use subprocess for host getprop
88
89 -- Erfan Abdi <erfangplus@gmail.com> Sun, 17 Apr 2022 21:33:26 +0430
90
91 waydroid (1.2.0) bullseye; urgency=medium
92
93 * config: Update waydroid ota channel urls
94 * lxc: Get device info props from host
95 * session: Nuke old data dir movement
96 * lxc: Make sure vibrator sys nodes are writable
97 * lxc: Add non-treble camera support
98 * lxc: Skip host_perms on non treble devices
99 * lxc: Add more sphal paths to find_hal
100 * images: Decode http retrieve for older pythons
101 * drivers: Add bonder nodes support
102 * container: Add missing powervr nodes chmod
103 * container: Use umount -l for schedtune
104 * log: More resilient logging
105 * net: Disable NFT by default
106 * arch: detect armv8l as 32bit arm
107 * drivers: Keep devices arg on modprobe
108 * session: don't panic when removing old userdata if its not empty
109 * lxc: do prepend colon to Android PATHs in shell
110 * container: don't panic if binder device already exists
111 * upgrade: log that no we will not upgrade if a preinstalled image exists
112
113 -- Erfan Abdi <erfangplus@gmail.com> Thu, 19 Oct 2021 11:19:53 +0430
114
115 waydroid (1.1.1) bullseye; urgency=medium
116
117 * lxc: Include tmp runtime dirs to container
118 * session: Move waydroid user data to XDG_DATA_HOME
119 * drivers: Allocate binder nodes dynamically
120 * user_manager: Use one variable for apps dir
121 * user: Create apps dir if doesn’t exists
122 * lxc: workaround weird log permission bug
123
124 -- Erfan Abdi <erfangplus@gmail.com> Thu, 30 Sep 2021 08:07:30 +0430
125
126 waydroid (1.1.0) bullseye; urgency=medium
127
128 * tools: Fully restart services
129 * container: Don’t burn XDG permissions
130 * user: Only hide Waydroid app on multi-win
131 * actions: Start session by lunching apps
132 * data: Install Waydroid launcher by default
133 * debian: Add systemd service
134 * config: Store data in /var/lib/waydroid rather than /home/.waydroid
135 * init: Add check for work dir before mkdir
136 * data: Update app logo
137 * Readme: Add documentation site
138 * drivers: Improve binderfs loading
139 * tools: Fix typo on stop container
140 * tools: Drop requests library dependency
141 * tools: Rename pre-init log file
142 * tools: Remove unused requests import
143 * ci: Add .abstruse.yml
144 * tools: fix shell path env
145 * user: Add “waydroid” prefix to desktop files
146 * tools: Drop need of sudo as much as possible
147 * lxc: Add WSLg support
148 * lxc: Provide /var/run to container
149 * lxc: Provide all fb and video nodes to container
150 * container: Don’t crash on sensord
151 * lxc: Mount /dev/null for container
152 * lxc: Enable vndk lite for mainline devices
153 * lxc: Use v4l2 camera hal on mainline
154 * fix grammar mistakes in the readme
155 * Fix grammar and spelling in README (#104)
156 * log: don't panic on ctrlc
157 * debian: Add LXC as dependency
158 * container: Umount on stop
159 * upgrade: show progress
160
161 -- Erfan Abdi <erfangplus@gmail.com> Tue, 28 Sep 2021 10:11:40 +0430
162
163 waydroid (1.0.0) bullseye; urgency=medium
164
165 * Initial release.
166
167 -- Erfan Abdi <erfangplus@gmail.com> Thu, 02 Sep 2021 22:19:03 +0430