-
-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta v7.6.1 #4735
Merged
Beta v7.6.1 #4735
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ DietPi-Software | qBittorrent: Do not apply UNIX user password for "qbittorrent" user anymore, as it is not used + DietPi-Software | qBittorrent: Do not grant "dietpi" group write permissions to qBittorrent config and log directories. + DietPi-Software | qBittorrent: Reorder and cleanup default config so that it can be better compared to what it looks like after first service start. Remove settings which are empty or unsed (due do disabled states) or where defaults are good. + DietPi-Software | qBittorrent: Fix applying default password PBKDF2 hash
- DietPi-Software | LXDE: Resolved an issue on Bullseye where some icon themes could not be applied due to a missing SVG library. Many thanks to @pinipon for reporting the issue and solution: #4687 - DietPi-Software | LXDE: Resolved an issue where the hotkey setup didn't work because of a missing openbox plugin. Many thanks to @pinipon for reporting the issue and solution: #4687 - DietPi-Software | LXDE: Merged install and config code blocks and moved some commented Firefox settings into the Firefox install block for future review.
+ DietPi-Drive_Manager | Fix root partition detection on Odroid C2, respectively in case it is the first key=value pair of the variable + DietPi-Drive_Manager | Add support for moving rootfs on Odroid N2, which follows the same logic as on C2 and XU4, but exclude C1, where we ship an Armbian based image since a while where it would work the same way but should be applied differently and was not foreseen obviously. + DietPi-Drive_Manager | Simplify obtaining the root partition via awk only.
+ CHANGELOG | DietPi-Drive_Manager: Added support for moving the root filesystem to a different drive on Odroid N2 + CHANGELOG | DietPi-Drive_Manager: Resolved an issue where on Odroid C2 moving the root filesystem to a different drive failed. Many thanks to @yandritos for reporting this issue: #4733
+ DietPi-Login/Autostart | Add autostart option for a custom script to be ran after automatic login in foreground + DietPi-Login/Autostart | Change the old custom script option to not print to console so that it is a pure background process + DietPi-Autostart | Shorten the custom script template. Depending on the mode, these don't make much sense anyway. + DietPi-Autostart | Always open the custom script in nano when any custom mode is selected. Add some info to the previous prompt about how to save and exit the editor. + DietPi-Login | Replace login script with autostart commands consequently to keep the number of unnecessarily nested processes at a minimum
+ CHANGELOG | DietPi-AutoStart: A new autostart option "Custom script (foreground, with autologin)" has been added, which executes the custom script "/var/lib/dietpi/dietpi-autostart/custom.sh" after being logged in with the chosen user automatically, in foreground on the main screen. To have it more reasonably separated, the previous custom script option has been changed to "Custom script (background, no autologin)", which is executed via systemd service, independantly of any login state like before, but does not print to foreground console anymore. Instead output goes to journal (journalctl -u dietpi-autostart_custom) like most other systemd services do. The foreground mode now behaves like most other foreground/GUI autostart options, launches after autologin at the main screen (TTY1) and, if it's a long running process, it can be cancelled via CTRL+C, just like CAVA or DietPi-CloudShell. If one wants to run a custom script in foreground on the main screen before/independant of a login, placing it into /var/lib/dietpi/postboot.d/ is another option. All contained scripts are executed at the end of the boot sequence as root user on the main screen, without any manual login required. Many thanks to @scorgn for implementing this feature: #4634
+ DietPi-Software | filebrowser: Added with software ID 198 + CHANGELOG | File Browser: Access and manage your data von anywhere via browser with this lightweight remote file manager. Other than ownCloud and Nextcloud, it accesses the raw data on your filesystem, based on a chosen root directory, which makes it similar to Syncthing. You can setup multiple users with their own root directory as well as files and directories can be shared via password-protected links.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Beta v7.6.1
(2021-09-15)
Changes since v7.6.0
New software since v7.6.0
Fixes since v7.6.0