This release simply fixes some bugs in the previous release. Bugs fixed in 0.3.1:
- Fixes crashes when Plex is not configured.
- Fixes
upx
compression on arm64 linux and Darwin. - Downgrades terminal-notifier from 1.8 to 1.6.3 (Darwin)
- The app will now re-auth to Deluge and Qbit after they are restarted.
The release notes for v0.3.0 are copy and pasted here for reference:
This release adds a new human user interface in the form of a web interface. To enable it, add this parameter to your config file, toward the top next to quiet
:
ui_password = "reallyLongPassword"
Use a password that is at least 16 characters long. Once you log into the web interface, you can change the password and it will be saved encrypted (so no one can snoop it).
The web interface provides new features:
- Config file editor.
- Log file browser and log file tailing.
- System information.
- Application metrics.
- Proxy authentication support.
Other features in this release:
- Debian/Ubuntu APT hooks. Allows native notifications from
apt
commands. - Adds Plex to dashboard.
- Allows serializing operations (instead of always parallel threads).
- Decrease memory footprint (especially with serialization enabled).
- Adds help links to site errors.
Various bug fixes and internal changes to support new features on the website.