MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.89k stars 498 forks source link

Open Beta v7.3 | Please help testing and hardening the upcoming release #4498

Closed MichaIng closed 3 years ago

MichaIng commented 3 years ago
RC version v7.3.2
v7.3.0 PR #4495
v7.3.1 PR #4508
v7.3.2 PR #4516
Release plan #4452
Release docs TBD
Raw changelog https://github.com/MichaIng/DietPi/blob/beta/CHANGELOG.txt
Code changes https://github.com/MichaIng/DietPi/compare/master...beta
Release date 2021-06-26

How to apply: https://github.com/MichaIng/DietPi/blob/master/BRANCH_SYSTEM.md

Related/solved issues: https://github.com/MichaIng/DietPi/issues?q=is%3Aissue+milestone%3Av7.3


Beta v7.3.2

(2021-06-26)

Changes

New Software

Removed Software

Fixes

Joulinar commented 3 years ago

Hi,

probably found an issue on frp. During install I'm ask to select Server, Client or Both. And now I try to cancel the dialog, which is not working. I'm locked into a loop as I need to do a selection

[ERROR] A choice is required to finish the frp install.

MichaIng commented 3 years ago

Jep, that is expected as a choice is required to know which service to install and setup, which is also the reason this install option has the aSOFTWARE_INTERACTIVE flag. Or shall we allow to cancel and then do a default choice? Which default would be best? A dietpi.txt option would be actually nice as well. But sooner or later we need to split those out into a dedicated software config file, to not overload dietpi.txt too much 😄.

Joulinar commented 3 years ago

If I cancel at this stage, I would expect to cancel the installation. What would be the meaning of a cancellation button, if I can't use it? 😉

MichaIng commented 3 years ago

whiptail actually has the --nocancel option to hide the cancel button, I just never implemented it into G_WHIP functions, as the cases are very rare. But indeed it makes sense here.

An option to really cancel the install doesn't make sense, does it? I mean who starts to install a software title to then abort it when being asked for a setup choice?

Joulinar commented 3 years ago

True, might be an extremely rar case.

MichaIng commented 3 years ago

DietPi v7.3 has been released: https://dietpi.com/docs/releases/#june-2021-version-73

Many thanks to all testers 👍.