From 1b7539f61d45bbcdaf510169916f48327da39dd7 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 21 Jan 2025 10:59:15 +1000 Subject: [PATCH] Update libretranslate to v1.6.4 (#2078) --- libretranslate/docker-compose.yml | 2 +- libretranslate/umbrel-app.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libretranslate/docker-compose.yml b/libretranslate/docker-compose.yml index 25b962c..04e5bfd 100644 --- a/libretranslate/docker-compose.yml +++ b/libretranslate/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 PROXY_AUTH_ADD: "false" main: - image: libretranslate/libretranslate:v1.6.2@sha256:dd3637f2f6afe482b2c4fbd11da054bb8e883dac8910eaa169426d625a976e88 + image: libretranslate/libretranslate:v1.6.4@sha256:8f8ffac5693ad77618c181f752b7b297ebc31c5ebb801e3771f036bf1e0abb6a restart: on-failure ## Log to docker compose logs. This allows you to see the model download progress when first installing. diff --git a/libretranslate/umbrel-app.yml b/libretranslate/umbrel-app.yml index 9c739c1..fe64676 100644 --- a/libretranslate/umbrel-app.yml +++ b/libretranslate/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: libretranslate category: ai name: LibreTranslate -version: "1.6.2" +version: "1.6.4" tagline: Free and Open Source machine translation API description: >- ⚠️ This app may take up to 10 minutes or more to become accessible after installation, depending on your hardware and internet connection. LibreTranslate must first download around 10 GB of translation models in the background before the UI becomes available. Please be patient. @@ -29,10 +29,10 @@ submitter: highghlow submission: https://github.com/getumbrel/umbrel/pull/1040 releaseNotes: >- This update includes several improvements and new features: - - Added support for auto-detection when translating files - - Improved translations for multiple languages including Irish, Scottish Gaelic, and Chinese - - Enhanced UI language support with addition of Basque language - - Various localization improvements and fixes + - Improved Dutch language translations + - Enhanced language detection capabilities + - Updated core translation packages + - Various bug fixes and performance improvements Full release notes are found at https://github.com/LibreTranslate/LibreTranslate/releases \ No newline at end of file