-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
42 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,28 @@ | ||
Sandboxie-Live is a fast update service (stable channel) for project supporters (users with a supporter certificate) and/or adventures people (preview channel) wanting to try out the latest fixes and discover the newest bugs. | ||
Sandboxie-Live is a fast update service (stable channel) for project supporters (users with a supporter certificate) and/or adventurous people (preview channel) wanting to try out the latest fixes and discover the newest bugs. | ||
|
||
On the "Support Tab" in the "Global Options" the user can now choose from the following release channels: | ||
In the "Support & Updates" tab in the "Global Options", the user can now choose from the following release channels: | ||
|
||
![grafik](https://user-images.githubusercontent.com/3890945/208420986-d28373f1-8584-4455-ae39-83d2e9eec78d.png) | ||
|
||
1. Stable - GitHub Releases | ||
2. Preview - GitHub Pre-Releases | ||
|
||
There the user can also select how to behave when a "New Version" (where an installer is available) or a "Version Update" (where only individual files of the existing installation will be updated) is found. | ||
For a "New Version" the following options are available: Notify, Download & Notify, Download & Install | ||
For a "Version Update" the following options are available: Ignore, Notify, Download & Notify, Download & Install | ||
There is no "Ignore" option for "New Version" as that is covered by disabling check for updates. | ||
|
||
In the "Stable" channel check for "Version Update" is only available to supporters with a valid certificate. In this channel all updates are signed and consists of the latest compatibility templates and urgent bug-fixes and translations. | ||
For a "New Version", the following options are available: | ||
- Notify | ||
- Download & Notify | ||
- Download & Install | ||
|
||
In the "Preview" channel the "Version Update" consist of unsigned test builds (except the signed driver) released every few days (like for example 1.6.0,1.6.1a and 1.6.1b) as here the updates contain not only half tested fixes but also new functionality which may not yet be free of bugs. | ||
For a "Version Update", the following options are available: | ||
- Ignore | ||
- Notify | ||
- Download & Notify | ||
- Download & Install | ||
|
||
There is no "Ignore" option for "New Version", as that is covered by disabling the update check. | ||
|
||
In the "Stable" channel, a check for "Version Update" is only available to supporters with a valid certificate. In this channel, all updates are signed and consist of the latest compatibility templates and urgent bug-fixes and translations. | ||
|
||
In the "Preview" channel, the "Version Update" consists of unsigned test builds (except the signed driver) released every few days (like 1.6.0, 1.6.1a and 1.6.1b), as here the updates contain not only half-tested fixes but also new functionality which may not yet be free of bugs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[Sandboxie](../Content/Sandboxie.md) is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. | ||
[Sandboxie](../Content/Sandboxie.md) is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. | ||
|
||
Since the Open Sourcing sandboxie is being released in two flavors the classical build with a [MFC](https://en.wikipedia.org/wiki/Microsoft_Foundation_Class_Library) based UI and as plus build that incorporates new features and an entirely new [Q’t](https://www.qt.io/) based UI. All newly added features target the plus branch but often can be utilized in the classical edition by manually editing the sandboxie.ini file. | ||
Since the open sourcing, Sandboxie is being released in two flavors: the Classic build with a [MFC](https://en.wikipedia.org/wiki/Microsoft_Foundation_Class_Library) based UI and a Plus build that incorporates new features with an entirely new [Qt](https://www.qt.io/) based UI. All newly added features target the Plus branch, but can often be utilized in the Classic edition by manually editing the Sandboxie.ini file. | ||
|
||
The full archived classical sandboxie documentation can be found through the [Support Page Index](../Content/AllPages.md), or you can start directly with the [Help Topics](../Content/HelpTopics.md) overview. | ||
The full Sandboxie documentation can be found through the [Support Page Index](../Content/AllPages.md), or you can start directly with the [Help Topics](../Content/HelpTopics.md) overview. | ||
|