Skip to content

Commit

Permalink
changelog 23.08.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Aug 3, 2023
1 parent 266f089 commit af11de5
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,75 @@
# Version 23.08.0 - August, 2022
After a long year, new features are being brought from beta versions to stable release.

## Changes

### Battery Indicator
Check battery status of M5stickV or Maix Amigo on top right of the screen

### New Mnemonic From Camera
Use camera as a source of entropy to quickly create a mnemonic.

### Tiny Seed - Export, Print, Punch, Manually Load or Scan
Import and export a binary representation of your mnemonic, in a format popularized by Tiny Seed metal plates. BIP39 mnemonic words number indexes, ranging from 1 to 2048 are punched in binary format on a rectangular grid.
Krux will automatically convert a mnemonic to Tiny Seed format allowing to print or transcript it. You can also load a tiny seed toggling word bits on screen, or making use of machine vision capabilities of K210 chip to directly scan a Tiny Seed mnemonic backup stored on metal or paper.

### Stackbit - Import and Export
Without needing tools, guides or dictionaries, import and export another metal plate backup format, where each of the four digits of the word's number is a sum of marked (punched) numbers 1,2,4 and 8.

### Enter Mnemonic as Word Numbers - Hex and Octal formats
Also available in some metal plate backup formats, you could load your mnemonic words from its decimal BIP39 word index (1-2048), now can also load from its hexadecimal(0x1-0x800) or octal(01-04000) index.

### Encryption and Storage
Conveniently store your mnemonics on device's internal flash or removable SD card, protecting them with encryption. If you feel uncomfortable storing your mnemonic in an unprotected QR code, you now also have the option to export encrypted QR codes, from which mnemonic content will only be accessible with a decryption key.

### Addresses
Beyond verifying your wallet's receive addresses, you can now also list, export and print receive and change addresses.

### SD Card Optimizations
SD cards can now be inserted and removed at any time, making it easier to use it for signing transactions, messages and storing mnemonics.

### Transcript Tools for QR codes
Different visualization modes which make it easier to transcript QR codes.

### Transaction Details
When signing a transaction more pages of information are presented, all details are shown before signature.

### Tools
#### Check SD Card
Check if a SD card can be detected and read by your device and explore its content

### Delete Mnemonic
Delete any stored encrypted mnemonic, on device's internal memory or SD card.

### Print Test QR
Quickly print a test QR code to check and optimize your printer setup.

### Create QR Code
Enter a text input to create, print or transcript a QR code that can be later used as an encryption key or as a passphrase.

### Themes
Choose your color theme according to your preference.

### Thermal Printing and CNC
More mnemonic export formats and tools to create and print generic QR codes to be used as passphrases or encryption keys. You can also export QR codes to gcode files and save them in SD cards, allowing you to machine QR codes without the need of computers and CAD tools.

### More Settings
#### Persist
Choose where you want to store your settings, on internal flash or SD card.

#### Touchscreen
If your device has touchscreen you can change the touch detection threshold.

### Languages
Dutch translations was added.

### UI Tweaks
Small changes to optimize user experience

### Under the Hood
Small bugfixes, optimizations and code refactoring, targeting better compatibility with coordinator softwares, faster boot and better RAM management.


# Version 22.08.2 - September 13, 2022

This patch release reverts the zpub QR code format, once again including key origin derivation info which is necessary for BlueWallet to use when preparing PSBTs for signing with single-key wallets.
Expand Down

0 comments on commit af11de5

Please sign in to comment.