From b3f959684c3267e9caafd651fe3611d9c3b7a552 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:08:28 +0200 Subject: [PATCH] 1.14.4 --- CHANGELOG.md | 10 ++++++++++ Sandboxie/common/my_version.h | 2 +- SandboxiePlus/version.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6774da31..a881eb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.14.4 / 5.69.4] - 2024-07-?? + + +### Fixed +- fixed The Start Restrictions tab's layout is broken [#4045](https://github.com/sandboxie-plus/Sandboxie/issues/4045) + + + + ## [1.14.3 / 5.69.3] - 2024-07-01 ### Changed diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index d96e2991..0d09cf2f 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -26,7 +26,7 @@ #define VERSION_MJR 5 #define VERSION_MIN 69 -#define VERSION_REV 3 +#define VERSION_REV 4 #define VERSION_UPD 0 #if VERSION_UPD > 0 diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 46116b7c..f7782510 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 14 -#define VERSION_REV 3 +#define VERSION_REV 4 #define VERSION_UPD 0 #ifndef STR