From 893d9251cb3239d8637e0f1bf9989c4aff679128 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Fri, 29 Nov 2024 22:13:33 +0100 Subject: [PATCH 1/6] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7eb89c..3cf8a717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - validated compatibility with Windows build 27749 and updated DynData - when running via drag and drop, now the app's parent folder is used as working directory [#4073](https://github.com/sandboxie-plus/Sandboxie/issues/4073) +- changed Qt 5 version to Qt 5.15.16 with OpenSSL 3.4.0 [#4370](https://github.com/sandboxie-plus/Sandboxie/pull/4370) (thanks offhub) ### Fixed - fixed Sign the .tmp file that gets dropped when installing or updating Sandboxie Plus [#2643](https://github.com/sandboxie-plus/Sandboxie/issues/2643) [#4343](https://github.com/sandboxie-plus/Sandboxie/issues/4343) From 1481c93d70bef5a5953437f2b0c6c12ba0052292 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:55:38 +0100 Subject: [PATCH 2/6] 1.15.4 --- CHANGELOG.md | 2 +- SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf8a717..5cd5bf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### - Fixed issues with ini section editor in dark mode - Fix deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) - +- Fixed run unsandboxed no longer working from box picker window diff --git a/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp b/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp index d5083aa2..91defea1 100644 --- a/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp +++ b/SandboxiePlus/SandMan/Windows/SelectBoxWindow.cpp @@ -247,6 +247,8 @@ void CSelectBoxWindow::OnRun() { if (QMessageBox("Sandboxie-Plus", tr("Are you sure you want to run the program outside the sandbox?"), QMessageBox::Question, QMessageBox::Yes, QMessageBox::No | QMessageBox::Default | QMessageBox::Escape, QMessageBox::NoButton, this).exec() != QMessageBox::Yes) return; + + BoxNames.append(""); } if (ui.radBoxedNew->isChecked()) { From 2dfbf45e98176266180fec040f78db52717135c9 Mon Sep 17 00:00:00 2001 From: Michael <33252157+APMichael@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:22:55 +0100 Subject: [PATCH 3/6] Update CHANGELOG.md Minor corrections Co-Authored-By: isaak654 --- CHANGELOG.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd5bf23..18fe6322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.15.4 / 5.70.4] - 2024-12-?? -### -- Fixed issues with ini section editor in dark mode -- Fix deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) -- Fixed run unsandboxed no longer working from box picker window +### Fixed +- fixed issues with ini section editor in dark mode +- fixed deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) (thanks bot-1450) +- fixed run unsandboxed no longer working from box picker window [#4403](https://github.com/sandboxie-plus/Sandboxie/issues/4403) @@ -17,14 +17,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - improved ini section editor, it now supports search Ctrl+F -- added SBIE1321 to log all force process events, can be enabled with "NotifyForceProcessEnabled=y", Improves #4113 +- added SBIE1321 to log all force process events, can be enabled with "NotifyForceProcessEnabled=y", improves [#4113](https://github.com/sandboxie-plus/Sandboxie/issues/4113) ### Changed - improved support notification ### Fixed -- fixed issues with SSL on ARM64 platform, breaking updater and cert retrieval - +- fixed issues with SSL on ARM64 platform, breaking updater and certificate retrieval @@ -89,14 +88,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - improved SandboxieCrypto startup -- improved Sandboxed RPCSS startup +- improved sandboxed RPCSS startup - changed Qt 5 version to Qt 5.15.15 with OpenSSL 3.3.2 [#4223](https://github.com/sandboxie-plus/Sandboxie/pull/4223) (thanks offhub) - set tab orders and buddies of UI controls [#4300](https://github.com/sandboxie-plus/Sandboxie/pull/4300) (thanks gexgd0419) ### Fixed - fixed ImDiskApp uninstall key is always written to the registry [#4282](https://github.com/sandboxie-plus/Sandboxie/issues/4282) - FIXED SECURITY ISSUE ID-24 by adding new ACLS handling [CVE-2024-49360](https://github.com/sandboxie-plus/Sandboxie/security/advisories/GHSA-4chj-3c28-gvmp) - - Note: set LockBoxToUser=y on multi user systems + - Note: set 'LockBoxToUser=y' on multi user systems From f7b03e1c1886cf549666d88438b6c69dd2986253 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 30 Nov 2024 14:45:47 +0100 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18fe6322..b91797e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.15.4 / 5.70.4] - 2024-12-?? +### Added +- added template for Joplin + ### Fixed - fixed issues with ini section editor in dark mode - fixed deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) (thanks bot-1450) @@ -18,9 +21,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - improved ini section editor, it now supports search Ctrl+F - added SBIE1321 to log all force process events, can be enabled with "NotifyForceProcessEnabled=y", improves [#4113](https://github.com/sandboxie-plus/Sandboxie/issues/4113) +- added custom font configuration for Sandboxie Plus UI [#4397](https://github.com/sandboxie-plus/Sandboxie/pull/4397) (thanks habatake) ### Changed - improved support notification +- improved deletion of Sandboxie Plus leftovers [#4374](https://github.com/sandboxie-plus/Sandboxie/pull/4374) ### Fixed - fixed issues with SSL on ARM64 platform, breaking updater and certificate retrieval From 3ad005a659f76a45ee84493ebef4b3be165911a8 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 30 Nov 2024 15:20:27 +0100 Subject: [PATCH 5/6] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91797e2..1cb23d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.15.4 / 5.70.4] - 2024-12-?? ### Added -- added template for Joplin +- added template for Joplin [#4402](https://github.com/sandboxie-plus/Sandboxie/pull/4402) (thanks offhub) ### Fixed - fixed issues with ini section editor in dark mode @@ -266,6 +266,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - this issue was introduced in 1.13.0 and may have affected other use cases causing various issues - fixed issue with Misc Options list - improved compatibility with Steam running sandboxed +- fixed compatibility issue with FakeAdminRights [#3989](https://github.com/sandboxie-plus/Sandboxie/pull/3989) (thanks offhub) @@ -347,10 +348,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - added optional extension of the screenshot protection to the UI [#3739](https://github.com/sandboxie-plus/Sandboxie/issues/3739) - added a button to edit local/custom templates [#3738](https://github.com/sandboxie-plus/Sandboxie/issues/3738) - added adjustable resizing of the "Run Sandboxed" window [#3697](https://github.com/sandboxie-plus/Sandboxie/issues/3697) -- added Notepad++ template [#3836](https://github.com/sandboxie-plus/Sandboxie/pull/3836) +- added Notepad++ template [#3836](https://github.com/sandboxie-plus/Sandboxie/pull/3836) (thanks offhub) ### Changed -- improved Avast template [#3777](https://github.com/sandboxie-plus/Sandboxie/pull/3777) +- improved Avast template [#3824](https://github.com/sandboxie-plus/Sandboxie/pull/3824) (thanks offhub) - renamed a bunch of experimental options and marked them as experimental in the UI - "IsBlockCapture=y" -> "BlockScreenCapture=y" - "IsProtectScreen=>" -> "CoverBoxedWindows=y" @@ -382,7 +383,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - changed Qt 5 version to Qt 5.15.13 with latest security patches [#3694](https://github.com/sandboxie-plus/Sandboxie/pull/3694) (thanks LumitoLuma) - moved network restrictions from general restrictions to its own tab on the network page - improved certificate retrieval UI messages -- improved MPC-BE template [#3798](https://github.com/sandboxie-plus/Sandboxie/pull/3798) +- improved MPC-BE template [#3798](https://github.com/sandboxie-plus/Sandboxie/pull/3798) (thanks offhub) ### Fixed - fixed Virtualization scheme Version 2 causing extremely slow file deletion speeds [#3650](https://github.com/sandboxie-plus/Sandboxie/issues/3650) From 64d58e510044add38db6406a62162e46feb4d476 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:33:36 +0000 Subject: [PATCH 6/6] Sync SBIE Plus language files (lupdate) --- SandboxiePlus/SandMan/sandman_ar.ts | 2 +- SandboxiePlus/SandMan/sandman_de.ts | 2 +- SandboxiePlus/SandMan/sandman_en.ts | 2 +- SandboxiePlus/SandMan/sandman_es.ts | 2 +- SandboxiePlus/SandMan/sandman_fr.ts | 2 +- SandboxiePlus/SandMan/sandman_hu.ts | 2 +- SandboxiePlus/SandMan/sandman_it.ts | 2 +- SandboxiePlus/SandMan/sandman_ja.ts | 2 +- SandboxiePlus/SandMan/sandman_ko.ts | 2 +- SandboxiePlus/SandMan/sandman_nl.ts | 2 +- SandboxiePlus/SandMan/sandman_pl.ts | 2 +- SandboxiePlus/SandMan/sandman_pt_BR.ts | 2 +- SandboxiePlus/SandMan/sandman_pt_PT.ts | 2 +- SandboxiePlus/SandMan/sandman_ru.ts | 2 +- SandboxiePlus/SandMan/sandman_sv_SE.ts | 2 +- SandboxiePlus/SandMan/sandman_tr.ts | 2 +- SandboxiePlus/SandMan/sandman_uk.ts | 2 +- SandboxiePlus/SandMan/sandman_vi.ts | 2 +- SandboxiePlus/SandMan/sandman_zh_CN.ts | 2 +- SandboxiePlus/SandMan/sandman_zh_TW.ts | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/SandboxiePlus/SandMan/sandman_ar.ts b/SandboxiePlus/SandMan/sandman_ar.ts index 71f64432..0d2229e5 100644 --- a/SandboxiePlus/SandMan/sandman_ar.ts +++ b/SandboxiePlus/SandMan/sandman_ar.ts @@ -5369,7 +5369,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next هل أنت متأكد من أنك تريد تشغيل البرنامج خارج صندوق العزل؟ - + Please select a sandbox. الرجاء تحديد صندوق عزل. diff --git a/SandboxiePlus/SandMan/sandman_de.ts b/SandboxiePlus/SandMan/sandman_de.ts index 99278fed..da340c80 100644 --- a/SandboxiePlus/SandMan/sandman_de.ts +++ b/SandboxiePlus/SandMan/sandman_de.ts @@ -5302,7 +5302,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t Sind Sie sich sicher, dass Sie dieses Programm außerhalb der Sandbox starten möchten? - + Please select a sandbox. Bitte wählen Sie eine Sandbox. diff --git a/SandboxiePlus/SandMan/sandman_en.ts b/SandboxiePlus/SandMan/sandman_en.ts index ed1f7baa..a88c8523 100644 --- a/SandboxiePlus/SandMan/sandman_en.ts +++ b/SandboxiePlus/SandMan/sandman_en.ts @@ -5310,7 +5310,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Please select a sandbox. diff --git a/SandboxiePlus/SandMan/sandman_es.ts b/SandboxiePlus/SandMan/sandman_es.ts index b7a55c2b..48fca791 100644 --- a/SandboxiePlus/SandMan/sandman_es.ts +++ b/SandboxiePlus/SandMan/sandman_es.ts @@ -5905,7 +5905,7 @@ NO seleccionará: %2 ¿Está seguro que quiere ejecutar el programa fuera de la sandbox? - + Please select a sandbox. Por favor seleccione una sandbox. diff --git a/SandboxiePlus/SandMan/sandman_fr.ts b/SandboxiePlus/SandMan/sandman_fr.ts index 6c1e0edb..f565cc62 100644 --- a/SandboxiePlus/SandMan/sandman_fr.ts +++ b/SandboxiePlus/SandMan/sandman_fr.ts @@ -6013,7 +6013,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Êtes-vous sûr de vouloir exécuter le programme hors de tout bac à sable ? - + Please select a sandbox. Veuillez choisir un bac. diff --git a/SandboxiePlus/SandMan/sandman_hu.ts b/SandboxiePlus/SandMan/sandman_hu.ts index b2ca4292..b162368f 100644 --- a/SandboxiePlus/SandMan/sandman_hu.ts +++ b/SandboxiePlus/SandMan/sandman_hu.ts @@ -5358,7 +5358,7 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les Biztos benne, hogy a homokozón kívül futtatja a programot? - + Please select a sandbox. Kérjük, válasszon egy homokozót. diff --git a/SandboxiePlus/SandMan/sandman_it.ts b/SandboxiePlus/SandMan/sandman_it.ts index eb51d8b1..fd369fb3 100644 --- a/SandboxiePlus/SandMan/sandman_it.ts +++ b/SandboxiePlus/SandMan/sandman_it.ts @@ -5590,7 +5590,7 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno Avviare il programma all'esterno dell'area virtuale? - + Please select a sandbox. Si prega di selezionare un'area virtuale. diff --git a/SandboxiePlus/SandMan/sandman_ja.ts b/SandboxiePlus/SandMan/sandman_ja.ts index 21b9822e..57ad869d 100644 --- a/SandboxiePlus/SandMan/sandman_ja.ts +++ b/SandboxiePlus/SandMan/sandman_ja.ts @@ -5244,7 +5244,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t - + Please select a sandbox. diff --git a/SandboxiePlus/SandMan/sandman_ko.ts b/SandboxiePlus/SandMan/sandman_ko.ts index 0294cb10..f8dd175b 100644 --- a/SandboxiePlus/SandMan/sandman_ko.ts +++ b/SandboxiePlus/SandMan/sandman_ko.ts @@ -5783,7 +5783,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next 샌드박스 외부에서 프로그램을 실행하시겠습니까? - + Please select a sandbox. 샌드박스를 선택하세요. diff --git a/SandboxiePlus/SandMan/sandman_nl.ts b/SandboxiePlus/SandMan/sandman_nl.ts index 664ed51b..81443c10 100644 --- a/SandboxiePlus/SandMan/sandman_nl.ts +++ b/SandboxiePlus/SandMan/sandman_nl.ts @@ -5641,7 +5641,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Weet u zeker dat u het programma buiten de sandbox wilt uitvoeren? - + Please select a sandbox. Selecteer een sandbox. diff --git a/SandboxiePlus/SandMan/sandman_pl.ts b/SandboxiePlus/SandMan/sandman_pl.ts index df0db451..e1585380 100644 --- a/SandboxiePlus/SandMan/sandman_pl.ts +++ b/SandboxiePlus/SandMan/sandman_pl.ts @@ -5864,7 +5864,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Czy na pewno chcesz uruchomić program poza piaskownicą? - + Please select a sandbox. Proszę wybrać piaskownicę. diff --git a/SandboxiePlus/SandMan/sandman_pt_BR.ts b/SandboxiePlus/SandMan/sandman_pt_BR.ts index 47c73f06..257d2bf6 100644 --- a/SandboxiePlus/SandMan/sandman_pt_BR.ts +++ b/SandboxiePlus/SandMan/sandman_pt_BR.ts @@ -5901,7 +5901,7 @@ Não vou escolher: %2 Tem certeza de que quer executar o programa fora da caixa de areia? - + Please select a sandbox. Por favor, selecione uma caixa de areia. diff --git a/SandboxiePlus/SandMan/sandman_pt_PT.ts b/SandboxiePlus/SandMan/sandman_pt_PT.ts index 44defc1a..b5db8d96 100644 --- a/SandboxiePlus/SandMan/sandman_pt_PT.ts +++ b/SandboxiePlus/SandMan/sandman_pt_PT.ts @@ -5870,7 +5870,7 @@ Não vou definir: %2 Tem certeza de que quer rodar o programa fora da caixa de areia? - + Please select a sandbox. Por favor, seleccione uma caixa de areia. diff --git a/SandboxiePlus/SandMan/sandman_ru.ts b/SandboxiePlus/SandMan/sandman_ru.ts index 4edc5e37..60f822c9 100644 --- a/SandboxiePlus/SandMan/sandman_ru.ts +++ b/SandboxiePlus/SandMan/sandman_ru.ts @@ -5309,7 +5309,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t Вы уверены, что хотите запустить программу вне песочницы? - + Please select a sandbox. Выберите песочницу. diff --git a/SandboxiePlus/SandMan/sandman_sv_SE.ts b/SandboxiePlus/SandMan/sandman_sv_SE.ts index 960b5f9b..cc1007ea 100644 --- a/SandboxiePlus/SandMan/sandman_sv_SE.ts +++ b/SandboxiePlus/SandMan/sandman_sv_SE.ts @@ -5917,7 +5917,7 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s Är du säker på att du vill köra programmet utanför sandlådan? - + Please select a sandbox. Vänligen välj en sandlåda. diff --git a/SandboxiePlus/SandMan/sandman_tr.ts b/SandboxiePlus/SandMan/sandman_tr.ts index 582c3c33..fa135197 100644 --- a/SandboxiePlus/SandMan/sandman_tr.ts +++ b/SandboxiePlus/SandMan/sandman_tr.ts @@ -5293,7 +5293,7 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.Programı korumalı alanın dışında çalıştırmak istediğinizden emin misiniz? - + Please select a sandbox. Lütfen bir korumalı alan seçiniz. diff --git a/SandboxiePlus/SandMan/sandman_uk.ts b/SandboxiePlus/SandMan/sandman_uk.ts index 2706e4f3..4f71c3d1 100644 --- a/SandboxiePlus/SandMan/sandman_uk.ts +++ b/SandboxiePlus/SandMan/sandman_uk.ts @@ -5605,7 +5605,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Ви хочете виконати цю програму ззовні пісочниці? - + Please select a sandbox. Будь ласка, виберіть пісочницю. diff --git a/SandboxiePlus/SandMan/sandman_vi.ts b/SandboxiePlus/SandMan/sandman_vi.ts index cbac69f2..f325ae0f 100644 --- a/SandboxiePlus/SandMan/sandman_vi.ts +++ b/SandboxiePlus/SandMan/sandman_vi.ts @@ -5515,7 +5515,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Bạn có chắc chắn muốn chạy chương trình bên ngoài sandbox? - + Please select a sandbox. Vui lòng chọn một sandbox. diff --git a/SandboxiePlus/SandMan/sandman_zh_CN.ts b/SandboxiePlus/SandMan/sandman_zh_CN.ts index 8c566266..8e26f329 100644 --- a/SandboxiePlus/SandMan/sandman_zh_CN.ts +++ b/SandboxiePlus/SandMan/sandman_zh_CN.ts @@ -5713,7 +5713,7 @@ Error: %1 确定要在沙盒外运行程序吗? - + Please select a sandbox. 请选择一个沙盒 diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index 13adda70..8aeb470d 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -5675,7 +5675,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next 是否在沙箱外執行程式? - + Please select a sandbox. 請選擇一個沙箱。