Skip to content

Releases: albertony/vss

v0.5.4 (ShadowRun)

16 Dec 14:22
Compare
Choose a tag to compare
v0.5.4 (ShadowRun) Pre-release
Pre-release

This is a beta version of the Volume Shadow Copy Runner utility - ShadowRun.

It is expected to work as documented, i.e. there are no known issues, but it has not undergone a lot of testing as of yet.

The application is stand-alone single-binary (ShadowRun.exe), with Visual C++ runtime as its only dependency.

Build is Release for x64 platform with Visual Studio 2022 Update 8 (MSVC++ 14.38).

Changes since v0.5.2:

None. This is simply a rebuild with latest version of compiler and SDK.

Checksum (SHA256):

0D981821397BEE6109CEE57CFF9792BBC4FB7EF4AB6D6BC05AB64220759E57E7

v0.5.3 (ShadowRun)

30 Nov 20:24
Compare
Choose a tag to compare
v0.5.3 (ShadowRun) Pre-release
Pre-release

This is a beta version of the Volume Shadow Copy Runner utility - ShadowRun.

It is expected to work as documented, i.e. there are no known issues, but it has not undergone a lot of testing as of yet.

The application is stand-alone single-binary (ShadowRun.exe), with Visual C++ runtime as its only dependency.

Build is Release for x64 platform with Visual Studio 2022 Update 4 (MSVC++ 14.34).

Changes since v0.5.2:

Automatic expansion of any environment variable references within arguments specified with -arg or after --. This makes it possible to refer to %SHADOW_DRIVE_1% without having to execute the command via cmd.exe for it to perform the expansion. See issue #3. In case this
is not desired, e.g. you want to supply an actual string in format %name% to the executable, new options -ne and -no-expand (aliases) are added, which disables the variable expansion.

Readme improvements, spelling and fixing of Microsoft links, contributed by Joe Winett (@jwinett).

Added command-line option -no-quote as an alternative (alias) to existing -nq.

Checksum (SHA256):

DF9AB7F3E5472145DDA180A039873E32B83139E76BFDF7012DA17E38DED7389B

v0.5.2 (ShadowRun)

06 Sep 13:34
Compare
Choose a tag to compare
v0.5.2 (ShadowRun) Pre-release
Pre-release

This is a beta version of the Volume Shadow Copy Runner utility - ShadowRun.

It is expected to work as documented, i.e. there are no known issues, but it has not undergone a lot of testing as of yet.

The application is stand-alone single-binary (ShadowRun.exe), with Visual C++ runtime as its only dependency.

Build is Release for x64 platform with Visual Studio 2022 Update 3 (MSVC++ 14.33).

Changes since v0.5.1:

Some general improvements/cleanup of logging (command output). The default verbosity has been reduced, and it is made configurable with new command-line option -log-level which takes values trace, debug, info (default), notice (currently unused), error or silent. Set -log-level=debug to get verbosity corresponding to the previous version. Set -log-level=error to only get output from the executed command, not from ShadowRun itself, unless an error occurs, or -log-level=silent to not even get errors (but you can check the exit code). Setting -log-level=trace corresponds to the original option -tracing.

Renamed command-line option -errorcode to -error-code

Checksum (SHA256):

E7AE818ED5F945526F17BD22DB3C4E413ED1B0E51DC057A25CF8051CADC4ABFF

v0.5.1 (ShadowRun)

21 May 12:36
Compare
Choose a tag to compare
v0.5.1 (ShadowRun) Pre-release
Pre-release

This is a beta version of the Volume Shadow Copy Runner utility - ShadowRun.

Features added to the original Vshadow source from Microsoft should work as documented, there are no known issues, but it has not undergone a lot of testing as of yet.

The application is stand-alone single-binary (ShadowRun.exe), with Visual C++ runtime as its only dependency.

Build is Release for x64 platform with Visual Studio 2019 Update 6 (MSVC++ 14.26).

Changes since v0.5.0:

Fixed minor issue in message printed when using command line option -errorcode

Checksum (SHA256):

048E508D92CC6F0115DE09E9C4E47ECD0FFEA3C84CEA069F162B735CF35017CF

v0.5.0 (ShadowRun)

10 May 11:17
Compare
Choose a tag to compare
v0.5.0 (ShadowRun) Pre-release
Pre-release

This is a beta version of the Volume Shadow Copy Runner, ShadowRun, utility.

Added features should work as documented, and there are no known issues, but it has not undergone a lot of testing as of yet.

The application is stand-alone single-binary (shadowrun.exe), with Visual C++ runtime as its only dependency.

Build is Release for x64 platform with Visual Studio 2019 Update 5 (MSVC++ 14.25).