Skip to content

Releases: Squirrel/Squirrel.Windows

Squirrel.Windows 2.0.1

Choose a tag to compare

@anaisbetts anaisbetts released this 27 Sep 20:05

What's New

Squirrel.Windows 2.0.0

Choose a tag to compare

@anaisbetts anaisbetts released this 24 Aug 12:28

What's New

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 named SquirrelLocator 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

Squirrel.Windows 1.9.1

Choose a tag to compare

@anaisbetts anaisbetts released this 08 Feb 03:04

What's New

Squirrel.Windows 1.9.0

Choose a tag to compare

@anaisbetts anaisbetts released this 19 Sep 05:11

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

Squirrel.Windows 1.8.0

Choose a tag to compare

@anaisbetts anaisbetts released this 23 Apr 05:30

What's New

  • Add targeting support for .NET 4.7.1 (#1284, thanks @zirconlabs)

Squirrel.Windows 1.7.9

Choose a tag to compare

@anaisbetts anaisbetts released this 16 Jan 07:26

What's New

  • Fix several issues where the splash screen would do Wonky things (#1233, thanks @damieng)
  • Fix an installer message

Squirrel.Windows 1.7.8

Choose a tag to compare

@anaisbetts anaisbetts released this 04 Aug 07:13

What's New

  • Send a User Agent when we do update checks (#1115, thanks @shiftkey)

Squirrel.Windows 1.7.7

Choose a tag to compare

@anaisbetts anaisbetts released this 10 Jul 22:11

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)

Squirrel.Windows 1.7.6

Choose a tag to compare

@anaisbetts anaisbetts released this 19 Jun 23:47

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)

Squirrel.Windows 1.7.5

Choose a tag to compare

@anaisbetts anaisbetts released this 08 Jun 19:46

What's New

  • Prevent crashes from incorrectly using EnumProcesses API (#1043, thanks @nullif)