mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Allow nested subitems
Fixes "Can't assign to existing role 'subitems' of different type" or hang (depending on Qt version) on using nested subitems. Keep nested subitems flattenend as json string in memory while not being used, to simplify dealing with ListElement expectation that all elements have the same data type, as well as QML/Ecmascript's memory management.
This commit is contained in:
parent
10b50d5f8e
commit
c17795c48e
2 changed files with 42 additions and 16 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -5,12 +5,17 @@ rpi-imager (1.6.3) unstable; urgency=medium
|
|||
repository. Some heuristics are used with custom images from disk.
|
||||
* Advanced settings: add support for cloudinit format
|
||||
* Advanced settings: add support for specifying username
|
||||
* Advanced settings: allow setting username and password
|
||||
* Advanced settings: allow hidden wifi SSID
|
||||
* Advanced settings: allow multi-line authorized_keys
|
||||
* Retry on GnuTLS Recv errors
|
||||
* Some fixes to deal better with Linux distributions auto-mounting
|
||||
drives
|
||||
* Add Slovenija translation
|
||||
* Adds support for zstd
|
||||
* Allow nested subitems entries
|
||||
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Thu, 09 Dec 2021 11:13:12 +0100
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Sun, 23 Jan 2022 16:39:46 +0100
|
||||
|
||||
rpi-imager (1.6.2) unstable; urgency=medium
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue