This version has been released on Saturday, July 31, 2021.
This version is considered a maintenance and feature release.
Continuing the forward momentum with rewriting the core commands and setting the stage for v3, this release contains a lot of Feature Requests as well as some essential patches to various application builds. To list out in ease the Feature Requests in this release, they are:
- New Applications included:
- Prowlarr – Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required. To learn more about Prowlarr, check our the GitHub Repository at https://github.com/Prowlarr/Prowlarr/.
- Autoscan – Autoscan replaces the default Plex and Emby behavior for picking up file changes on the file system. Autoscan integrates with Sonarr, Radarr, Lidarr and Google Drive to fetch changes in near real-time without relying on the file system. To learn more about Autoscan, check our the GitHub Repository at https://github.com/Cloudbox/autoscan.
- New Dashboard UI/CLI features included:
- Feature to backup/restore/edit application configuration files from your dashboard!
- This feature allows you to edit certain application’s configuration files directly from the Dashboard. Note: apps available for editing, backing up and restoring are currently limited to those with configuration files located in the users home directory.
- Modals on the Dashboard are now resizable.
- Application Dashboard and Service Control Panels are now better at handling responsiveness across various screen sizes.
- Feature to backup/restore/edit application configuration files from your dashboard!
Along with the new features there are a number of enhancements and fixes bundled in. Many of these are simply keeping up with the recent developments of the Applications themselves, however, some are to improve the overall functionality of the applications and QuickBox environment. These range from rewriting the packages to comply with the upcoming v3 code standards to setting better locations to adhere with a more suitable file hierarchy to avoid conflicts and to keep directories tidy.
Of course there is more!
As with every release there is more, so check the changelog below for additional details and remember to keep an eye out as there may be more added before release and most importantly…
stay human! 💓
NEW:
APPS (new)
- [feature-request] Autoscan
- [feature-request] Prowlarr
- rTorrent: option to
qb update rtorrent VERSION
now available- To upgrade and downgrade your rtorrent version!
GENERAL & UI (new)
- GUI: added ability to edit application configs (only available on "list" view currently)
- For the purpose of security, this only applies to apps with configuration files located in user's
/home/USERNAME
directory.
- For the purpose of security, this only applies to apps with configuration files located in user's
ENHANCEMENTS:
APPS (enh)
- Deluge: updated deluge package to support new python 3.8.10 (only applies to Ubuntu 20.04)
- Netdata: package rewrite
- Ombi: on
qb update ombi USER
ensure if custom base_url has been set/added it is honored and kept from the update - Requestrr: package rewrite and cleanup
- SABnzbd: adjust package to only pull latest stable releases
- Unpackerr: set backup function to build
- x2Go: package rewrite – now utilizing MATE desktop environment
- Additional courtesies added are VSCode (file viewer and editor), xfce4 terminal, and Firefox ESR (iceweasel).
GENERAL & UI (enh)
- [feature-request] GUI: improved option fields on General Settings page
- Landing Page, PHP Date Format, and Network Interface are now selectable options from dropdown.
- More intuitive with improved validations and regex.
- [feature-request] UI: port x2go service control to Dashboard
- GUI: improved id values on fields to reduce duplicates
- kills the errors in developer consoles and cleans up some code throughout the dashboard.
- GUI: improved settings forms
- This improvement extends better validation and regex as well as aesthetic cleanup on settings forms.
- GUI: improved theme switching
- set exit to session for proper cache flush on switch.
- switch theme now refreshes on same page, no longer redirects to app dashboard.
- GUI: set additional opcache resets on theme swapping
- GUI: set editor modals to be resizable
- GUI: set more aesthetic scroll elements on config editors
- GUI: stage application config live editor from Dashboard (frontend application config editor)
- currently this ferature is set to autoscan but will be rolled out to other apps on the Dashboard as well.
- qb updater has been rewritten
- This has optimized the
qb update quickbox
|qb fix version
process by dopping unnecessary files, cleaning up on code and reducing binary sizes.
- This has optimized the
- Rewrite and consolidate
qb update auto enable|disable
- Rewrite and consolidate
qb fix dpkg
- Reorganize service reload on quickbox update and add proper completion message
- Translations updated
FIXES:
APPS (fix)
- (hotfix) Bazarr: build from latest releases and not git repo for proper build
- With the release of Bazarr
v0.9.6
the build requirements have changed. As such, a fix has been pushed upstream in aqb fix version
. Please note that this mainly applies only to fresh installs of Bazarr and not current installs. It is advised to let Bazarr take care of it's own updates with it's internal update mechanism from here on out.
- With the release of Bazarr
- Netdata: removed malformed function from netdata updater
- noVNC: updated service file to utilize
novnc_proxy
on launch - pyLoad: set adjustments to nginx reverse and Path prefix values on pyload conf
GENERAL & UI (fix)
- Addressed qb help commands being shown in wrong reverse order
- GUI: addressed an issue where additional created users couldn't uninstall or open configs from the Dashboard
- GUI: addressed app install check on bazarr for producing app link on card view
- GUI: updated security settings page container on active menu element
- GUI: Show plex api token on dashboard for convenience