Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,38 @@
Sipeed Cube, Yahboom and WonderMV;
- Flash official firmware with automatic integrity/authenticity verification;
- Flash beta firmware devices;
- Air-gapped update devices with SDcard;
- Air-gap update devices with SDcard;
Comment thread
qlrd marked this conversation as resolved.
- Wipe devices;
- 12 locale support;
- support for Windows, MacOS Arm, MacOS Intel, Debian-like OS and Fedora;
- Fixed Fedora crashes;
- Better error handling during flash procedure;
- Better error handling during wipe procedure;
- Better error handling during air-gapped update procedure;
- Better error handling during air-gap update procedure;

## 0.0.20-beta

### Major update

- Make an air-gapped update:
- Make an airgapped update:
Comment thread
qlrd marked this conversation as resolved.
- user will be requested to insert a SDCard on computer;
- user can select among recognized removable drives;
- both `firmware.bin` and `firmware.bin.sig` will be copied to sdcard;
- after the copy, user will be requested to eject sdcard and insert it on
device;
- at same time, the `firmware.bin`'s computed hash will appear to compare
with the computed hash
on device;
with the computed hash on device;

### Minor updates

- Added support to de_DE locale;
- Added support to ja_JP locale;
- Fixed Windows bug that didn't allow users to select a custom asset folder;
- Fixes on Windows bug that didn't allow users to select a custom asset folder;
Comment thread
qlrd marked this conversation as resolved.

## 0.0.20-alpha-3

- Fix the bug that crash when a new firmware version is added on
`selfcustody/krux`, but it isn't listed as a valid one in
`selfcustody/krux`, but not it isnt a valid one in
Comment thread
qlrd marked this conversation as resolved.
Comment thread
qlrd marked this conversation as resolved.
`VALID_DEVICES_VERSIONS`;
- The fix suggested by @odudex to manage new versions (good when a hot fix is
made) in line 101 of `src/app/screens/select_device_screen.py`;
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def foo(
bar: int,
baz: float,
) -> str:
str(bar) + str(baz)
str(bar) + str(baz)
```

prefer:
Expand Down
Loading