]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - debian/changelog
data: Add a valid registered category to Waydroid.desktop for appstream
[waydroid.git] / debian / changelog
1 waydroid (1.5.1) bullseye; urgency=medium
2
3 * lxc: Mount DMA-BUF Heaps
4 * lxc: Mount DRM device with the same name
5 * gpu: Check i915_capabilities for the card node
6 * gpu: Allow choosing the DRM device in waydroid.cfg
7 * gpu: Always prefer lower-numbered render node
8 * clipboard: Demote warning about missing pyclip to debug level
9 * Upver to 1.5.1
10
11 -- Alessandro Astone <ales.astone@gmail.com> Wed, 26 Mar 2025 19:37:28 +0100
12
13 waydroid (1.5.0) bullseye; urgency=medium
14
15 * debian: Use new polkitd package
16 * initializer: Refactor setup to better handle preinstalled images
17 * gpu: Use intel_hasvk on intel graphics gen 8 or lower (Closes: #1604)
18 * protocol: Correct gbinder protocol version for API 33
19 * initializer: Differentiate HALIUM vndk31 and vndk32
20 * gpu: Do not log failure to read i915_capabilities
21 * container: Do not mount KMS nodes
22 * lxc: Handle CTRL+C silently during shell commands
23 * Upver to 1.5.0
24
25 -- Alessandro Astone <ales.astone@gmail.com> Wed, 05 Mar 2025 19:12:03 +0100
26
27 waydroid (1.4.3) bullseye; urgency=medium
28
29 * update regex for deprecation warning
30 * Add SSSE3 CPU check for arch x86/x86_64
31 * Make adb auto-connection opt-out
32 * upgrader: Clarify refused upgrade message
33 * Add sysconfdir to Makefile defaulting to /etc
34 * Don't change user-defined desktop files for Waydroid when they're set as read-only
35 * Ensure default umask to avoid surprises with file permissions.
36 * initializer: Fix Halium version VNDK detection logic for 12L+
37 * Add msm_dpu driver for freedreno
38 * Re-enable nouveau and nvk
39 * Remove unused session.cfg config
40 * Use synthetic paths for host sockets
41 * Bail out if system_channel or vendor_channel are empty
42 * user_manager: Restore desktop-file creation the first time
43 * Upver to 1.4.3
44
45 -- Alessandro Astone <ales.astone@gmail.com> Wed, 07 Aug 2024 22:58:54 +0200
46
47 waydroid (1.4.2) bullseye; urgency=medium
48
49 * Allow running a shell command as an arbitrary user and group and with an arbitrary security context (#996)
50 * IHardware: Add new upgrade transaction capable of 64-bit timestamps
51 * interfaces: Return binder error when receiving an unknown transaction
52 * clipboard: change warning message to be less misleading
53 * container_manager: Keep schedtune cgroup around in case nesting is supported
54 * Allow local amendments to the AppArmor policy
55 * Fix issues with AppStream metadata
56 * Add iptables as Debian dependency
57 * user_manager: Respect user umask
58 * user_manager: Add icon to the app_settings action
59 * lxc: Recursively mount vendor_extra
60 * hardware_manager: Validate upgrade zips against the saved ota channel
61 * Block the "open_by_handle_at" system call
62 * Add an XDG menu directory (#1149)
63 * Upver to 1.4.2
64
65 -- Alessandro Astone <ales.astone@gmail.com> Tue, 31 Oct 2023 15:54:09 +0000
66
67 waydroid (1.4.1) bullseye; urgency=medium
68
69 * CI: Add ubuntu lunar
70 * Add App Settings to .desktop file
71 * Add X-WayDroid-App category to WayDroid desktop files (#810)
72 * All AppArmor profiles have been switched to the "enforce" mode.
73 * .desktop files should not be executable (#815)
74 * Revert "All AppArmor profiles have been switched to the "enforce" mode."
75 * Add missing environment variable BOOTCLASSPATH to waydroid shell
76 * user_manager: Do not crash when install applications during boot
77 * Create CODE_OF_CONDUCT.md
78 * Add device IP address to status, auto adb connect
79 * lxc: Add /dev/tty
80 * Upver to 1.4.1
81
82 -- Alessandro Astone <ales.astone@gmail.com> Mon, 24 Apr 2023 11:54:54 +0000
83
84 waydroid (1.4.0) bullseye; urgency=medium
85
86 * lxc: Fixup apparmor detection
87 * lxc: Allow shell and logcat from frozen
88 * initializer: Move triggers to dbus
89 * Move session IPC to dbus
90 * Makefile: Install dbus service
91 * app_manager: Allow install/remove/list while frozen
92 * tools: Remove umask 0
93 * initializer: Require admin authentication for remote initialization with custom channels
94 * lxc: Workaround against lxc changing logfile permissions
95 * tools: Allow prop commands while frozen
96 * Fix prop set command
97 * gpu: Also mount card node
98 * helpers/mount: Check for failed umounts only umounting the whole list
99 * helpers/mount: Allow to specify explicit mount type and options
100 * helpers/mount: Add an option to mount even if mount point already exists
101 * Mount overlays on top of image mount points
102 * Remove RW image overlay when upgrading images
103 * Make overlays opt-out
104 * Make session more resilient to start failures
105 * session: Add strict WAYLAND_DISPLAY validity checks
106 * debian: Unify waydroid.postinst indentation
107 * props: Drop unneeded ';' from end of return line
108 * lxc: Only add /dev/ashmem to config_nodes when it exists
109 * container: Make "waydroid-net.sh start" failure fatal
110 * net: Don't fail start when already running
111 * container: Allow stopping without killing the session deamon
112 * Use `command -v` instead of `which`
113 * mount: Only disable overlayfs xino on kernels that support it
114 * version: Don't fail when uname contains only two numbers
115 * session: Dump the full exception to log file when failed to start
116 * version: Fix "NameError: name 're' is not defined"
117 * lxc: Attach with proper environment
118 * security: Verify session user_id against DBus connection
119 * session: Also log dbus connection exceptions
120 * fixup! security: Verify session user_id against DBus connection
121 * lxc: Create session-specific mount entries (Closes: #704)
122 * upgrade: Restart container through DBus
123 * upgrade: Drop more privileges during 1.4.0 migration
124 * upgrade: Fallback to stopping container manually
125 * upgrade: Remove session.cfg during 1.4.0 migration
126 * security: Verify session pid against DBus connection
127 * container_manager: Mount rootfs last
128 * lxc: Improve session config error message
129 * container: Extend nfcd stop/start hacks to systemd
130 * app_manager: Fix IPlatform error logging
131 * interfaces: Fix ServiceManager race condition in clients
132 * session: Provide waydroid.background_start bool
133 * Add apk mimetype handler
134 * user_manager: Fix app removal
135 * session: Provide waydroid.host_data_path prop
136 * images: Cleanup Waydroid Updater zips after extracting
137 * interfaces: Remove presence handler after use
138 * packaging: install icons to xdg icons resource path, and get the .desktop file to use relative icon name
139 * Disable overlays if mounting fails once
140 * lxc: Handle lxc-info failure
141 * initializer: Restart container through DBus
142 * arch: Fallback to arm on weird arm64 kernels with 32-bit userspace
143 * Update appstream
144 * Update github issue template
145 * Fix last hardcoded direct usages of AppIcon.png
146 * waydroid.app.install.desktop: Don't hardcode waydroid binary path
147 * Add developer_name to appstream metadata
148 * Upver to 1.4.0
149
150 -- Alessandro Astone <ales.astone@gmail.com> Wed, 08 Feb 2023 16:30:33 +0000
151
152 waydroid (1.3.4) bullseye; urgency=medium
153
154 * Remove CAP_SYS_MODULE from the capability bounding set.
155 * Mount proc with the hidepid=2 option
156 * Enable OpenGL ES 3.1
157 * hardware-manager: Optionally stop the session on suspend
158 * desktop: Mark as compatible with mobile form factor
159 * Adding AppArmor profiles for the container.
160 * Temporarily switching all profiles to "complain" mode in order to work out policy mistakes.
161 * Policies have been adjusted for Android 11.
162 * AppArmor policy setup has been moved to the Makefile
163 * * Makefile adjustments * AppArmor profile texts have been moved into a dedicated directory
164 * Makefile: Install apparmor dir
165 * Makefile: Don't enable the apparmor profiles if packaging
166 * debian: Install apparmor profiles
167 * Also support SUSE apparmor
168 * Change apparmor profile at runtime
169 * lxc: Only enable apparmor if the profile is currently loaded
170 * Update README.md
171 * apparmor: Remove unnecessary includes
172 * clipboard: Return empty string if error
173 * lxc: Fixup LXC config versioning
174 * net: Fix vnic name selection for LXC <=2
175 * lxc: Mount /dev/shm which might host XDG_RUNTIME_DIR
176 * fix(shell): allow command to have arguments
177 * session: warn about unset WAYLAND_DISPLAY instead of XDG_SESSION_TYPE
178 * Revert "Mount proc with the hidepid=2 option"
179
180 -- Alessandro Astone <ales.astone@gmail.com> Wed, 14 Dec 2022 13:47:05 +0000
181
182 waydroid (1.3.3) bullseye; urgency=medium
183
184 * Makefile: Install waydroid binary without relative symlink
185 * lxc: Finer-grained config control
186 * Configure multiple preinstalled images paths
187 * tools: Upver to 1.3.3
188
189 -- Alessandro Astone <ales.astone@gmail.com> Sat, 24 Sep 2022 10:43:18 +0000
190
191 waydroid (1.3.2) bullseye; urgency=medium
192
193 * app_manager: Don't rmdir /data/waydroid_tmp after install
194 * gpu: Disable nouveau support
195 * A "No New Privileges" has been enabled for the container.
196 * Container capabilities have been restricted.
197 * A seccomp profile for the entire container has been added.
198 * Rebuild waydroid.prop after live upgrade
199 * Quiet ashmem modprobe errors
200 * tools: Upver to 1.3.2
201
202 -- Alessandro Astone <ales.astone@gmail.com> Sun, 11 Sep 2022 17:51:38 +0000
203
204 waydroid (1.3.1) bullseye; urgency=medium
205
206 * CI: add support for rolling releases
207 * Makefile: Allow installing over an existing installation
208 * Makefile: Allow overriding directories without having to know the DESTDIR
209 * debian: Use /lib/systemd/system for units
210 * CI: Restore versioned debian
211 * Add mainline vulkan support
212 * Detect HIDL gralloc4
213 * tools: Upver to 1.3.1
214
215 -- Alessandro Astone <ales.astone@gmail.com> Fri, 02 Sep 2022 12:23:28 +0000
216
217 waydroid (1.3.0) bullseye; urgency=medium
218
219 * tools: Fix device names with spaces in initializer
220 * http: Handle malformed urls
221 * Mount TUN device for use by Android VPNs.
222 * Set aidl version based on the android version
223 * Add -w flag for waiting for init
224 * debian: Start container waiting for init if not already
225 * Allows waydroid to create PTY (#349)
226 * Downgrade x86_64 to x86 if no SSE4.2
227 * app_manager: Factor out common function to start session then launch
228 * app_manager: Add launch intent
229 * Add Android Market Protocol Handler
230 * waydroid.market.desktop: update some properties
231 * waydroid.market.desktop: use `waydroid app intent`
232 * Fixup market:// handler
233 * lxc: Optionally bind-mount NFC config
234 * Improve robustness of the dynamic aidl version picker
235 * init: Always redownload the image when changing parameters
236 * Default nvidia to swiftshader
237 * ci: update to jammy
238 * Update Matrix link
239 * container: Only umount /sys/fs/cgroup/schedtune if needed
240 * make waydroid-net more flexible (#267)
241 * Disable OTA updater when using preinstalled images
242 * Add first-launch command
243 * Revert "Add first-launch command"
244 * debian: Move waydroid-container.service under new toplevel systemd dir
245 * gbinder: Remove unnecessary configs
246 * Makefile: Add distro-agnostic buildsystem
247 * debian: Adapt to new Makefile buildsystem
248 * Support upgrading major android versions
249 * Add first-launch command [v2]
250 * Show first-launch icon on wayland gtk
251 * Makefile: Add prefix for systemd directory
252 * fix typo in arguments.py
253 * Add appstream metadata
254
255 -- Alessandro Astone <ales.astone@gmail.com> Sun, 07 Aug 2022 21:37:46 +0000
256
257 waydroid (1.2.1) bullseye; urgency=medium
258
259 * Set sys.use_memfd=true if ashmem is not present
260 * config: Switch to https for OTA channels
261 * add size units and speed in download progress bar
262 * Add an optional [properties] in waydroid.cfg
263 * scripts: make sure misc subfolder exists
264 * container: strip possible trailing newline from pid
265 * lxc: Fix bad eol of proc dt values
266 * Resume initialization if not complete
267 * Remove downloaded system images which failed checksum verification
268 * props: Use subprocess for host getprop
269
270 -- Erfan Abdi <erfangplus@gmail.com> Sun, 17 Apr 2022 21:33:26 +0430
271
272 waydroid (1.2.0) bullseye; urgency=medium
273
274 * config: Update waydroid ota channel urls
275 * lxc: Get device info props from host
276 * session: Nuke old data dir movement
277 * lxc: Make sure vibrator sys nodes are writable
278 * lxc: Add non-treble camera support
279 * lxc: Skip host_perms on non treble devices
280 * lxc: Add more sphal paths to find_hal
281 * images: Decode http retrieve for older pythons
282 * drivers: Add bonder nodes support
283 * container: Add missing powervr nodes chmod
284 * container: Use umount -l for schedtune
285 * log: More resilient logging
286 * net: Disable NFT by default
287 * arch: detect armv8l as 32bit arm
288 * drivers: Keep devices arg on modprobe
289 * session: don't panic when removing old userdata if its not empty
290 * lxc: do prepend colon to Android PATHs in shell
291 * container: don't panic if binder device already exists
292 * upgrade: log that no we will not upgrade if a preinstalled image exists
293
294 -- Erfan Abdi <erfangplus@gmail.com> Thu, 19 Oct 2021 11:19:53 +0430
295
296 waydroid (1.1.1) bullseye; urgency=medium
297
298 * lxc: Include tmp runtime dirs to container
299 * session: Move waydroid user data to XDG_DATA_HOME
300 * drivers: Allocate binder nodes dynamically
301 * user_manager: Use one variable for apps dir
302 * user: Create apps dir if doesn’t exists
303 * lxc: workaround weird log permission bug
304
305 -- Erfan Abdi <erfangplus@gmail.com> Thu, 30 Sep 2021 08:07:30 +0430
306
307 waydroid (1.1.0) bullseye; urgency=medium
308
309 * tools: Fully restart services
310 * container: Don’t burn XDG permissions
311 * user: Only hide Waydroid app on multi-win
312 * actions: Start session by lunching apps
313 * data: Install Waydroid launcher by default
314 * debian: Add systemd service
315 * config: Store data in /var/lib/waydroid rather than /home/.waydroid
316 * init: Add check for work dir before mkdir
317 * data: Update app logo
318 * Readme: Add documentation site
319 * drivers: Improve binderfs loading
320 * tools: Fix typo on stop container
321 * tools: Drop requests library dependency
322 * tools: Rename pre-init log file
323 * tools: Remove unused requests import
324 * ci: Add .abstruse.yml
325 * tools: fix shell path env
326 * user: Add “waydroid” prefix to desktop files
327 * tools: Drop need of sudo as much as possible
328 * lxc: Add WSLg support
329 * lxc: Provide /var/run to container
330 * lxc: Provide all fb and video nodes to container
331 * container: Don’t crash on sensord
332 * lxc: Mount /dev/null for container
333 * lxc: Enable vndk lite for mainline devices
334 * lxc: Use v4l2 camera hal on mainline
335 * fix grammar mistakes in the readme
336 * Fix grammar and spelling in README (#104)
337 * log: don't panic on ctrlc
338 * debian: Add LXC as dependency
339 * container: Umount on stop
340 * upgrade: show progress
341
342 -- Erfan Abdi <erfangplus@gmail.com> Tue, 28 Sep 2021 10:11:40 +0430
343
344 waydroid (1.0.0) bullseye; urgency=medium
345
346 * Initial release.
347
348 -- Erfan Abdi <erfangplus@gmail.com> Thu, 02 Sep 2021 22:19:03 +0430