Changelog History
Page 1
-
v2.0.1 Changes
September 27, 2020๐ What's New
- ๐ Fixes NuGet dependency (#1655, thanks @yunfandev)
- ๐ Improve progress reporting (#1656, thanks @GeertvanHorrik)
-
v2.0.0 Changes
August 24, 2020๐ What's New
- ๐ Fix several issues with MSI deployment (#1453, #1564, #1538), thanks @bitdisaster
- ๐ Squirrel log files have changed names a bit (#1456) and are generally Improved, thanks @bitdisaster
- ๐ Splat is no longer a dependency of Squirrel (#1578), thanks @nickhodge
- โก๏ธ Mono.Cecil is now updated, which allows Squirrel.Windows to be used with ARM64 applications (#1617), thanks to @dennisameling
- โ Add .NET 4.8 Support as a dependency (#1648), thanks @theium
๐ฅ Breaking changes
โก๏ธ Note that since Squirrel.Windows uses SemVer we have updated the major version number - however, these changes should be fairly easy to manage and shouldn't require any large changes in your app.
Splat is now internalized
๐ The logging framework that Squirrel.Windows uses (Splat) is now shipped as part of Squirrel.Windows itself. This means, that if you have set up custom setup logging or were using Splat in your application as well, you will need to set it up separately.
๐ To make this a bit less complicated for applications that are also using Splat directly, Splat's
Locator
global which is used to configure logging is now namedSquirrelLocator
in the internal Squirrel.Windows version.Note that this does not affect Electron or other non-C# applications that are using the out-of-process API (i.e. running
Update.exe
directly)Other changes
- ๐ Squirrel's Machine-Wide Deployment now makes itself clearer in its filename as well as its Programs and Features entry that it's a deployment tool
- ๐ฒ Squirrel log file names have changed
-
v1.9.1 Changes
February 08, 2019๐ What's New
- ๐ Improve DLL Hijacking resistance (#1444, thanks @bitdisaster)
-
v1.9.0 Changes
September 19, 2018๐ What's New
- โ Add support for .NET Framework 4.7.2
- ๐ Allow you to set the CodePage for the generated MSI file
- Create a new SquirrelToolsPath MSBuild variable
- ๐ Prerelease Semver versions are now sorted correctly
-
v1.8.0 Changes
April 23, 2018๐ What's New
- โ Add targeting support for .NET 4.7.1 (#1284, thanks @ZirconLabs)
-
v1.7.9 Changes
January 16, 2018๐ What's New
-
v1.7.8 Changes
August 04, 2017๐ What's New
-
v1.7.7 Changes
July 10, 2017๐ What's New
๐ Bug Fixes:
- ๐ Ensure that if we really quickly show the splash screen we still won't crash (#1071, #1074)
- ๐ Fix invalid bsdiff files showing up in package (#1087, thanks @Keboo)
- ๐ Fix error when clearing AppCompat shim registry (#1086, thanks @Keboo)
- โก๏ธ Update SharpCompress and fix some paths (Thanks @hs-hub-world)
-
v1.7.6 Changes
June 19, 2017๐ What's New
- ๐ Fix crashes when using certain animated GIFs (#1061)
- ๐ Fix issue on .NET where old version of DeltaCompressionDotNet gets installed (#1057, thanks @rschoenbach)
- โ Add .NET 4.7 as an option for the required .NET version (#1055, thanks @lukeskinner)
- ๐ If a version of the app is installed that's higher than the latest remote version, don't continually download it anyways (#1001, thanks @ilyalopatkin)
-
v1.7.5 Changes
June 08, 2017๐ What's New