mirror of
https://codeberg.org/shufflecake/shufflecake-c.git
synced 2026-01-03 09:35:25 -05:00
chore: Prepare release v0.5.2
This commit is contained in:
parent
6bbfb82814
commit
9b2b026edc
6 changed files with 26 additions and 8 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,5 +1,5 @@
|
|||
[](https://codeberg.org/shufflecake/shufflecake-c)
|
||||
[](https://codeberg.org/shufflecake/shufflecake-c/releases/tag/v0.5.1)
|
||||
[](https://codeberg.org/shufflecake/shufflecake-c/releases/tag/v0.5.2)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
[](https://eprint.iacr.org/2023/1529)
|
||||
[](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.
|
||||
|
|
|
|||
|
|
@ -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 |
BIN
resources/images/badges/badge_version_0.5.2.png
Normal file
BIN
resources/images/badges/badge_version_0.5.2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue