Skip to content

Release notes

New features

  • Delta updates for macOS. Conveyor now generates delta patches to quickly upgrade older versions (the last five by default) to the latest version. This hugely increases update speed on this platform. Support for delta patching is already in your deployed apps, so users will immediately get faster upgrades once you start using the new Conveyor version for building releases. Conveyor will use the old releases in your disk cache if available, or download them from your distribution site if not.
  • Relocating your update site. You can now change your site URL after the app has been launched.
  • Install via NPM. You can now just npm install -g @hydraulic/conveyor to get Conveyor ready for building.
  • A new HOCON tutorial to make it easier to learn the syntax of the config file.
  • Smarter defaults. If you don't specify the app.vendor key then a vendor string for your Windows packages will now be taken from your code signing certificate.
  • Notarization authentication. You can now use Apple's official notarization API, which uses a different authentication method. The docs have been updated to guide new users to the new protocol, but the prior authentication method is still supported and there's no need for existing users to change anything.
  • More control over Info.plist files. You can now set Info.plist keys independently for Intel and ARM releases. Additionally, keys required for usage of the microphone and camera are now set automatically.

Along with various minor bug fixes.

Note

For older release notes please use the version picker in the top bar.