chore: Prepare release v0.5.2

This commit is contained in:
Tommaso Gagliardoni 2025-01-17 00:51:53 +01:00
parent 6bbfb82814
commit 9b2b026edc
6 changed files with 26 additions and 8 deletions

View file

@ -14,6 +14,18 @@ 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.5.2] - 2025-01-17
### Added
- Progress status during `init`.
- Added `CONTRIBUTING.md`.
### Fixed
- Fixed `make test` not working due to misnamed constants and variables.
## [0.5.1] - 2024-10-13
### Refactored

View file

@ -1,5 +1,5 @@
[![Status](resources/images/badges/badge_status_active.png)](https://codeberg.org/shufflecake/shufflecake-c) 
[![Version](resources/images/badges/badge_version_0.5.1.png)](https://codeberg.org/shufflecake/shufflecake-c/releases/tag/v0.5.1) 
[![Version](resources/images/badges/badge_version_0.5.2.png)](https://codeberg.org/shufflecake/shufflecake-c/releases/tag/v0.5.2) 
[![License](resources/images/badges/badge_license_gplv2plus.png)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) 
[![Docs researchpaper](resources/images/badges/badge_docs_researchpaper.png)](https://eprint.iacr.org/2023/1529) 
[![Website](resources/images/badges/badge_web_shufflecakedotnet.png)](https://shufflecake.net/) 
@ -12,7 +12,7 @@
# Shufflecake - Full C Implementation - v0.5.1
# Shufflecake - Full C Implementation - v0.5.2
_Shufflecake_ is a plausible deniability (hidden storage) layer for Linux. You can consider Shufflecake a spiritual successor of tools like TrueCrypt and VeraCrypt, but vastly improved, both in terms of security and functionality. Official website: <https://www.shufflecake.net>.
@ -265,6 +265,12 @@ 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.5.2] - 2025-01-17
- Progress status during `init`.
- Added `CONTRIBUTING.md`.
- Fixed `make test` not working due to misnamed constants and variables.
### [0.5.1] - 2024-10-13
- Reorganized interface between dispatcher and dm-legacy through pointers to functions.

View file

@ -33,7 +33,7 @@
#define SFLC_VER_MAJOR 0
#define SFLC_VER_MINOR 5
#define SFLC_VER_REVISION 1
#define SFLC_VER_REVISION 2
#define SFLC_VER_SPECIAL ""
#define STRINGIFY0(s) # s

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -29,10 +29,10 @@
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="2.7438272"
inkscape:cx="234.52643"
inkscape:cy="227.41957"
inkscape:cx="234.89089"
inkscape:cy="227.78402"
inkscape:window-width="1920"
inkscape:window-height="975"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
@ -333,7 +333,7 @@
height="5.2916675"
x="61.548569"
y="79.569435"
inkscape:export-filename="badge_version_0.5.1.png"
inkscape:export-filename="badge_version_0.5.2.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
@ -364,7 +364,7 @@
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="83.4077">0.5.1</tspan></text>
y="83.4077">0.5.2</tspan></text>
<rect
style="fill:#951b89;fill-opacity:1;stroke:none;stroke-width:0.245683;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="rect358"

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After