Skip to content

Commit

Permalink
Update Transmission to 4.0.6 (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 24, 2024
1 parent e9d980c commit 6d8476c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
4 changes: 2 additions & 2 deletions transmission/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 9091

server:
image: linuxserver/transmission:4.0.5@sha256:412881528fbbffa64da33b20ee0884985a27f601436036c420c934c1d8b4bb9a
image: linuxserver/transmission:4.0.6@sha256:17b10956b1711c989140023cbd8a71d3683f6bbb1b5d1ee0c8cdac45b028fffc
environment:
- PUID=1000
- PGID=1000
Expand All @@ -24,4 +24,4 @@ services:
environment:
- TRANSMISSION_URL=http://transmission_server_1
- TRANSMISSION_PORT=9091
restart: on-failure
restart: on-failure
21 changes: 3 additions & 18 deletions transmission/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: transmission
category: networking
name: Transmission
version: "4.0.5"
version: "4.0.6"
tagline: A fast, easy and free BitTorrent client
description: >-
Transmission is designed for easy, powerful use. We've set the defaults to just work and it only takes a few clicks to configure advanced features like watch directories, bad peer blocklists, and the web interface. When Ubuntu chose Transmission as its default BitTorrent client, one of the most-cited reasons was its easy learning curve.
Expand Down Expand Up @@ -33,22 +33,7 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: >-
🎉 Widgets are here for umbrelOS 1.0.
This update brings two new widgets for Transmission, allowing you to monitor the status of your torrents right from your Umbrel's home screen:
- Status: A widget that displays the number of downloading, seeding, stopped, and queued torrents.
- Active Torrents Monitor: A widget that shows your active torrents and their download and upload speeds.
After updating to umbrelOS 1.0, you can add widgets by right-clicking on the home screen and selecting "Edit widgets", or by clicking on Widgets in the Dock.
This release also updates Transmission to version 4.0.5. Full release notes are available at https://github.com/transmission/transmission/releases
This release includes several bug fixes and improvements for better performance and stability. Full release notes are available at https://github.com/transmission/transmission/releases
permissions:
- STORAGE_DOWNLOADS
widgets:
Expand Down Expand Up @@ -89,4 +74,4 @@ widgets:
- text: "100% • Debian 11.0 amd64 ISO image"
subtext: "↓0Mbps ↑827Kbps"
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319

0 comments on commit 6d8476c

Please sign in to comment.