-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent user from entering invalid characters in hostname field
Implemented as "validator" which will cause that if an user presses a key that is not allowed, it will not register. Saves having to add an error message that would need to be translated to different languages. Closes #474
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ rpi-imager (1.7.3) unstable; urgency=medium | |
* Allow selecting file names without extension | ||
* Add possibility to outsource handling of custom settings to script at | ||
/usr/lib/raspberrypi-sys-mods/imager_custom | ||
* Advanced settings: disallow invalid characters in hostname field | ||
|
||
-- Floris Bos <[email protected]> Sun, 31 Jul 2022 12:15:17 +0200 | ||
-- Floris Bos <[email protected]> Thu, 18 Aug 2022 20:04:37 +0200 | ||
|
||
rpi-imager (1.7.2) unstable; urgency=medium | ||
|
||
|
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