Skip to content

Commit

Permalink
Update simple-torrent to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Sep 9, 2024
1 parent 87d9bd8 commit 13638b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simple-torrent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 11 additions & 2 deletions simple-torrent/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 13638b1

Please sign in to comment.