release:Prepare v0.4.1

This commit is contained in:
Tommaso Gagliardoni 2023-07-30 13:11:46 +02:00 committed by =
parent f5ec83c3d4
commit d02dddb53d
7 changed files with 1115 additions and 771 deletions

View file

@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Global constants fully shared among components through `sflc_constants.h`.
## [0.4.1] - 2023-07-30
### Fixed
- Fixed and improved benchmark scripts.
- Fixed mistake in drawing of header layout in `doc`.
## [0.4.0] - 2023-07-24
### Added

View file

@ -196,6 +196,13 @@ Both methods works with the `init` action, and we do not have current plans to c
Please see the file `CHANGELOG.md` for a detailed history of changes.
## [0.4.1] - 2023-07-30
### Fixed
- Fixed and improved benchmark scripts.
- Fixed mistake in drawing of header layout in `doc`.
### [0.4.0] - 2023-07-24
- BREAKING CHANGE: slightly modified header field format, removing redundant data and making it adherent to documentation.
@ -206,13 +213,6 @@ Please see the file `CHANGELOG.md` for a detailed history of changes.
- Added `doc` (currently includes figure of Shufflecake headers structure).
### [0.3.1] - 2023-07-15
- BREAKING CHANGE: fixed parameters for Argon2id KDF, which were previously set too high, resulting in slow opening for non-recent devices. Unfortunately this breaks header format compatibility with device headers initialized with v0.3.0, so please treat v0.3.0 as bugged.
- Interactive test for Argon2id KDF.
- Added in `README.md` a description for a manual procedure for increasing volume resistance to corruption using RAID.

View file

@ -30,8 +30,8 @@
#define SFLC_VER_MAJOR 0
#define SFLC_VER_MINOR 4
#define SFLC_VER_REVISION 0
#define SFLC_VER_SPECIAL "rc1"
#define SFLC_VER_REVISION 1
#define SFLC_VER_SPECIAL ""
#define STRINGIFY0(s) # s
#define STRINGIFY(s) STRINGIFY0(s)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Before After
Before After

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -26,7 +26,7 @@
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.9401788"
inkscape:cx="265.69716"
inkscape:cx="266.21258"
inkscape:cy="181.94199"
inkscape:window-width="1920"
inkscape:window-height="979"
@ -330,7 +330,7 @@
height="5.2916675"
x="61.548569"
y="72.206657"
inkscape:export-filename="badge_version_0.4.0.png"
inkscape:export-filename="badge_version_0.4.1.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
@ -361,6 +361,6 @@
id="tspan462"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:FreeSans;-inkscape-font-specification:'FreeSans Semi-Bold';fill:#ffffff;fill-opacity:1;stroke-width:0.183262"
x="79.882088"
y="76.044922">0.4.0</tspan></text>
y="76.044922">0.4.1</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before After
Before After