New features and other changes for 23.04.0 #202
Replies: 17 comments 16 replies
-
I built your branch here, for me all changes are good! Nice work on tests, translations, readme! |
Beta Was this translation helpful? Give feedback.
-
1 through 10 sound like small and good changes. 9 was already on my personal todo list since I knew that was going to cause problems with the CNC driver, so I'm glad you were able to recognize and fix that! 7 is an elegant solution, nice! 11 sounds strange to me since the mnemonic has nothing to do with the fingerprint or derivation, and that information is already displayed under the Extended Public Key pages. What's the reasoning here for adding them to the words page? For 12 and 13 I'll need to do some checking to make sure this doesn't break anything. The reason pages with QR codes behave differently than other pages from a UI/UX perspective is because you used to (or maybe still can, I don't remember) be able to manually page through an animated QR code with the PAGE/PAGE_PREV buttons. 14, 16, 17 sound fine. 👍 15 should land in the next release, if at all, since it's just a new feature entirely and not fixing anything. But I have to ask: do people actually backup their mnemonics in hex or octal? I haven't heard of it. If they do, then I don't mind adding it, otherwise it feels like adding a feature just because we can. My preference would be to add support for Word Indexes (ie, 0-based indexing) before Hex and Octal since I know some people want to do it that way. |
Beta Was this translation helpful? Give feedback.
-
One hex storage example |
Beta Was this translation helpful? Give feedback.
-
These are important information, when the user imports the words and confirms clicking on Single-Key for example, he doesn't know what type of wallet has been imported... it can be:
So I wanted to present this information somewhere... I didn't want to create a new menu just for this, so I assume the user would usually check the mnemonic to confirm what Krux had imported, and for Dock and Amigo, this screen has enough space to show this info (however, m5stick needs one more screen). I know the information is presented at |
Beta Was this translation helpful? Give feedback.
-
For 12 and 13 I didn't see any problem, but will test it better on the m5stick simulator (I just have a maix dock) |
Beta Was this translation helpful? Give feedback.
-
Added items 18 and 19 |
Beta Was this translation helpful? Give feedback.
-
Removed |
Beta Was this translation helpful? Give feedback.
-
Added items 20. and 21. |
Beta Was this translation helpful? Give feedback.
-
Added item 22. |
Beta Was this translation helpful? Give feedback.
-
Added item 23. |
Beta Was this translation helpful? Give feedback.
-
Added item 24. |
Beta Was this translation helpful? Give feedback.
-
Added item 25.
Also the SPLASH changes to an ASCII Pikachu! |
Beta Was this translation helpful? Give feedback.
-
Added items 26. |
Beta Was this translation helpful? Give feedback.
-
Added item 28. |
Beta Was this translation helpful? Give feedback.
-
Added items 30. and 31. |
Beta Was this translation helpful? Give feedback.
-
Added item 32. |
Beta Was this translation helpful? Give feedback.
-
Added item 33. |
Beta Was this translation helpful? Give feedback.
-
@jreesun , @odudex I made the following changes to my
new_features
branch, what do you think would be nice to have in the next Krux version?input.wait_for_press()
to allow messages to be presented for some time or to be discarded by user inputtest
indicator in green when on testnetPrint?
prompt to users that don't have a printerEsc
key promptAre you sure?
in SettingsMissing attribute errors
that occurred when printing withcnc/file
Printer Driver. We also now avoid printing text to this Driver (currently it doesn't support)Print?
andPrint to QR?
prompt now shows the current selected Printer Driver (the prompt don't appear if the selected Driver is none)Added Fingerprint and Derivation path information toHome> Mnemonic> Words
screenENTER/TOUCH
on QRCodes presented atHome> Extended Public Key
(please see: Navigation Standards #200 )ENTER/TOUCH
on QRCodes presented atHome> Mnemonic> Plaintext QR
(please see: Navigation Standards #200 )Checking for SD card
message right beforeSDCard.remount()
(like we do withLoading Camera
)New menu item: SD Check (will inform if SD is detected and the size / used / free)Check SD Card
,Print Test Page
andCreate QR Code
NumberSettings
that is out of range.
) fromNumberSettings
when type isint
Sign PSBT always show QR Code in FORMAT_PMOFNBeta Was this translation helpful? Give feedback.
All reactions