diff --git a/simple-torrent/docker-compose.yml b/simple-torrent/docker-compose.yml index 7e282f1e5e..847a2f4fae 100644 --- a/simple-torrent/docker-compose.yml +++ b/simple-torrent/docker-compose.yml @@ -16,4 +16,4 @@ services: volumes: - ${APP_DATA_DIR}/data/torrents:/torrents - ${UMBREL_ROOT}/data/storage/downloads:/downloads - - ${APP_DATA_DIR}/data/config:/config + - ${APP_DATA_DIR}/data/config:/config \ No newline at end of file diff --git a/simple-torrent/umbrel-app.yml b/simple-torrent/umbrel-app.yml index 40d0b89203..3aaa34d95e 100644 --- a/simple-torrent/umbrel-app.yml +++ b/simple-torrent/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: simple-torrent category: networking name: SimpleTorrent -version: "1.3.9-hotfix-1" +version: "1.3.9" tagline: Download torrents with your Umbrel description: >- SimpleTorrent is a a self-hosted remote torrent client that starts @@ -32,7 +32,16 @@ description: >- ⚠️ SimpleTorrent downloads torrents over the Clearnet, not Tor. releaseNotes: >- - - SimpleTorrent now utilizes the shared downloads folder that can be accessed by other apps on Umbrel, such as Jellyfin, File Browser, Transmission, Plex, and more. + This update includes performance improvements and bug fixes: + - Improved loading speed with browser caching for HTML resources + - Updated user interface elements + - Various backend improvements and dependency updates + + + ⚠️ SimpleTorrent downloads torrents over the Clearnet, not Tor. + + + Full release notes can be found at https://github.com/boypt/simple-torrent/releases developer: Preston website: https://github.com/boypt dependencies: []