|
2 | 2 |
|
3 | 3 | --- |
4 | 4 |
|
| 5 | +## Version 1.12 |
| 6 | + |
| 7 | +### 🚀 **New Features** |
| 8 | + |
| 9 | +* **XDG Desktop Portal Integration:** Enabled xdg-desktop-portal support by default for GTK/Qt applications, ensuring file dialogs in sandboxed environments correctly use the host portal. |
| 10 | +* **RISC-V 64 Architecture Support:** Added complete support for RISC-V 64 architecture, including architecture recognition and toolchain triplet generation. |
| 11 | +* **Working Directory Option:** Added `--workdir` option to `ll-builder run` and `ll-cli run` commands, allowing specification of the application's working directory inside the container. |
| 12 | +* **Shell Completion Support:** Added Zsh and Fish shell auto-completion support for `ll-builder` commands. |
| 13 | +* **XDP Integration Control:** Added `--disable-xdp` flag, allowing users to disable xdg-desktop-portal integration. |
| 14 | + |
| 15 | +### 🐞 **Bug Fixes** |
| 16 | + |
| 17 | +* **Container Management:** Fixed errors when entering containers, improved container ID prefix matching functionality, and provided clearer error messages. |
| 18 | +* **Qt 6 Compatibility:** Resolved Qt 6 D-Bus metatype registration issues, ensuring runtime stability on distributions like Ubuntu 24.04. |
| 19 | +* **Symbolic Link Handling:** Fixed the issue where symbolic links could not be properly resolved when traversing the entries directory, ensuring desktop file discovery works correctly. |
| 20 | +* **X11 Display Handling:** Improved parsing of XOrg display environment variables, handling various edge cases for protocol/hostname/display number/screen number. |
| 21 | +* **D-Bus Address Parsing:** Implemented specification-compliant D-Bus address parsing, added URL encoding/decoding utilities. |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## Version 1.11 |
| 26 | + |
| 27 | +### 🚀 **New Features** |
| 28 | + |
| 29 | +* **Cross-Architecture Build Support:** Added cross-architecture build and export capabilities, supporting application builds across different CPU architectures. |
| 30 | +* **NVIDIA Driver Detection:** Introduced `ll-driver-detect` utility for automatic NVIDIA graphics driver detection and configuration. |
| 31 | +* **Device Nodes in Extensions:** Support for configuring device nodes in container extensions, enhancing GPU and hardware device access. |
| 32 | +* **XDG Desktop Portal Support:** Integrated XDG Desktop Portal for improved desktop integration of sandboxed applications. |
| 33 | +* **Manual Extension Loading:** Support for manual extension loading via command line, enhancing application customization. |
| 34 | +* **Repository Mirror Management:** Repository configuration now supports enabling and disabling mirrors to optimize dependency pull speed. |
| 35 | +* **Wayland Protocol Support:** Added support for Wayland security-context-v1 protocol, improving security in Wayland environments. |
| 36 | +* **Build Export Enhancement:** Build tool now includes `--ref` option for exporting UAB packages by specific references. |
| 37 | +* **Force Uninstall Option:** Added the `--force` option to the uninstall command to force the uninstallation of the base environment or runtime. |
| 38 | + |
| 39 | +### 🐞 **Bug Fixes** |
| 40 | + |
| 41 | +* **UAB Export Fixes:** Fixed issues with UAB export and cross-architecture builds, updated build templates. |
| 42 | +* **Layer Management:** Fixed incorrect removal of re-installed layers during lazy uninstall. |
| 43 | +* **Signal Handling:** Improved container signal handling mechanism for better stability across PID namespaces. |
| 44 | +* **Memory Safety:** Fixed multiple memory safety issues, improving runtime stability. |
| 45 | +* **Qt Compatibility:** Resolved Qt5/Qt6 compilation and linking issues, enhancing cross-version compatibility. |
| 46 | +* **Upgrade Process:** Fixed the issue where multiple versions of an application appear when errors occur during the upgrade process. |
| 47 | +* **Timezone Handling:** Support for using TZDIR environment variable to bind the local timezone directory. |
| 48 | + |
| 49 | +--- |
| 50 | + |
5 | 51 | ## Version 1.10 |
6 | 52 |
|
7 | 53 | ### 🚀 **New Features** |
|
0 commit comments