mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 00:42:56 +00:00
Improved compatibility with some Ubuntu linux versions (#464)
This commit is contained in:
parent
4b2da61a90
commit
a548cabe24
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -425,13 +425,13 @@ jobs:
|
||||
if: matrix.platform == 'ubuntu-22.04' && contains(matrix.rust_target, 'x86_64')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libfuse2
|
||||
|
||||
- name: Setup dependencies (Ubuntu-specific, ARM)
|
||||
if: matrix.platform == 'ubuntu-22.04-arm' && contains(matrix.rust_target, 'aarch64')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libfuse2
|
||||
|
||||
- name: Setup Tauri (Unix)
|
||||
if: matrix.platform != 'windows-latest'
|
||||
|
@ -1,4 +1,5 @@
|
||||
# v0.9.44, build 219 (2025-05-xx xx:xx UTC)
|
||||
- Improved compatibility with certain Ubuntu linux versions regarding desktop integration.
|
||||
- Improved localization code & German translation.
|
||||
- Fixed a bug with text fields when their content was read live. This issue caused the user interface to refresh too frequently, resulting in increased energy consumption.
|
||||
- Fixed an issue that caused live translation to stop working.
|
Loading…
Reference in New Issue
Block a user