diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a3a64..5c010e4 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 863150c..b968b97 100644 --- a/README.md +++ b/README.md @@ -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: . @@ -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. diff --git a/dm-sflc/src/sflc_constants.h b/dm-sflc/src/sflc_constants.h index e02d71d..5258475 100644 --- a/dm-sflc/src/sflc_constants.h +++ b/dm-sflc/src/sflc_constants.h @@ -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 diff --git a/resources/images/badges/badge_version_0.5.1.png b/resources/images/badges/badge_version_0.5.1.png deleted file mode 100644 index 63b0346..0000000 Binary files a/resources/images/badges/badge_version_0.5.1.png and /dev/null differ diff --git a/resources/images/badges/badge_version_0.5.2.png b/resources/images/badges/badge_version_0.5.2.png new file mode 100644 index 0000000..d651217 Binary files /dev/null and b/resources/images/badges/badge_version_0.5.2.png differ diff --git a/resources/images/badges/badges.svg b/resources/images/badges/badges.svg index 32b9e6a..e815f4e 100644 --- a/resources/images/badges/badges.svg +++ b/resources/images/badges/badges.svg @@ -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" /> 0.5.1 + y="83.4077">0.5.2