diff --git a/remmina/docker-compose.yml b/remmina/docker-compose.yml index 39fa4765c9..195014be2c 100644 --- a/remmina/docker-compose.yml +++ b/remmina/docker-compose.yml @@ -7,10 +7,10 @@ services: APP_PORT: 3000 server: - image: linuxserver/remmina:1.4.2@sha256:dc9972f1707e86ffec0544e296071a64feb6919e245d3b04068ce6549acfc0d9 + image: linuxserver/remmina:1.4.35@sha256:ca2b6788bad28d864086649fc276ce696cac9cdf69e6976b85497b341ed07d8d volumes: - ${APP_DATA_DIR}/data/config:/config restart: on-failure environment: - PUID=1000 - - PGID=1000 + - PGID=1000 \ No newline at end of file diff --git a/remmina/umbrel-app.yml b/remmina/umbrel-app.yml index a6a5fbe85a..498815e6f7 100644 --- a/remmina/umbrel-app.yml +++ b/remmina/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: remmina category: networking name: Remmina -version: "1.4.2" +version: "1.4.35" tagline: Remote access screen and file sharing description: >- Use other desktops remotely, from a tiny screen or large monitors. @@ -40,4 +40,12 @@ defaultUsername: "" defaultPassword: "" submitter: Pranshu Agrawal submission: https://github.com/getumbrel/umbrel-apps/pull/291 -releaseNotes: "" \ No newline at end of file +releaseNotes: >- + This release includes several improvements and bug fixes: + - Fixed build issues for OpenSSL 1.1 + - Added support for running SSH commands when connecting via SSH tunnel + - Resolved compilation issues with GCC-14 + - Fixed a crash related to the 'disable password storing' feature + - Updated handling of load balancing information + + For full release notes, visit https://gitlab.com/Remmina/Remmina/-/releases \ No newline at end of file