Changelog - go-msi
1.0.2
Changes
go-msi set-guid
: close #22: add--force,-f
flags.go-msi check-env
: display a report of your environment.- close #17 #27: improve error message when –msi flag is not provided in the command line
- choco: packages now include
tools/VERIFICATION.txt
andtools/LICENSE.txt
to the package.
Contributors
- mh-cbon
- solvingJ
Released by mh-cbon, Wed 23 Aug 2017 - see the diff ______
1.0.1
Changes
- closes #2 Add support for (un)install hooks (run with elevated privileges)
- workaround #9 Add support for services setup
- closes #10 Add support for e2e tests with CI support
- demo: add support for service
- chocolatey: uninstall script, changed msiexec /qr argument to /q
- testing: improve e2e tests to support services
- testing: update vagrant scripts to run tests
- package: make use of emd
- package: change bump script to sh version
- uuid(minor): close #7 remove useless code to generate an uuid
- wix(minor): close #8 update product template to propagate environment variable changes
- choco(minor): close #5 updated uninstaller script
Contributors
- Alfonso Acosta
- mh-cbon
Released by mh-cbon, Tue 07 Mar 2017 - see the diff ______
1.0.0
Changes
- winters udpate, udpated documentation and lint
- templates(minor): renamed Id and Guid properties, remove try-catch in chocoinstall, set CRLF instead OF LF eol
- lint(break): renamed fields ChocoSpec.Id to ChocoSpec.ID Chocopec.ProjectUrl to Chocopec.ProjectURL ChocoSpec.LicenseUrl to ChocoSpec.LicenseURL ChocoSpec.IconUrl to ChocoSpec.IconURL WixFiles.Guid to WixFiles.GUID WixEnvList.Guid to WixEnvList.GUID WixShortcuts.Guid to WixShortcuts.GUID This change does not impact json file format.
- choco(minor): on chocolatey reviewer request, geet ride of the try catch
Contributors
- mh-cbon
Released by mh-cbon, Sun 08 Jan 2017 - see the diff ______
0.0.39
Changes
- appveyor: update choco push key
- choco: add checksum support. Closes #1
- choco: fix pack command invokation, it was colliding with cmake
Contributors
- mh-cbon
Released by mh-cbon, Mon 15 Aug 2016 - see the diff ______
0.0.38
Changes
- choco: ensure tags always contains admin value to pass chocolatey validation
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.37
Changes
- Fix chocolatey package generation: Tags should not contain ‘chocolatey’ as a tag.
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.36
Changes
- travis: fix gh secure token
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.35
Changes
- rpm: fix templates path inlusion
- README: update install section
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.34
Changes
- build: fix the msi file generation
- appveyor: artifacts must be created in build_script section
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.33
Changes
- cli: add choco command to generate chocolatey packages.
- Demo: add choco commands
- build: update build scripts
Contributors
- mh-cbon
Released by mh-cbon, Fri 29 Jul 2016 - see the diff ______
0.0.32
Changes
- wix: fix minimum/maximum version value of UpgradeVersion field in the product template
Contributors
- mh-cbon
Released by mh-cbon, Sat 23 Jul 2016 - see the diff ______
0.0.31
Changes
- wix: fix version format for Product element field. When version value contains prerelease/metadata, it is not acceptable for wix. A new field is added to the manifest VersionOk containing the version string without prerelease/metadata value. product.wxs template now uses this new VersionOk field instead of the original Version field.
- glide: add semver dependency
- README: install section
Contributors
- mh-cbon
Released by mh-cbon, Sat 23 Jul 2016 - see the diff ______
0.0.30
Changes
- travis: template inclusion
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.29
Changes
- travis: fix missing changelog setup into docker image
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.28
Changes
- rpm: add missing docker support
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.27
Changes
- rpm: add rpm support
- debian: remove useless urgency var
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.26
Changes
- travis: update deb installers
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.25
Changes
- Demo: add a demo with recipe commands
- Code: add comments
- Wix: Add Shortcuts icon support
- Manifest: add icon support for shotcuts, add comments
- wix.json: env var does not need to be set system wide
Contributors
- mh-cbon
Released by mh-cbon, Fri 15 Jul 2016 - see the diff ______
0.0.24
Changes
- travis: ensure changelog is installed
- recipe: fix curl options and register go-msi PATH
- appveyor: remove useless DIR command
- appveyor: remove -v option to curl
Contributors
- mh-cbon
Released by mh-cbon, Tue 12 Jul 2016 - see the diff ______
0.0.23
Changes
- pkg: add deb package support
- env: set env as system wide
- main: add option for non windows built
- appveyor: fix cur options to follow location redirects
- release: add changelog support to release script
- changelog: add new changelog
- manifest: omit json fields when empty
- wix.json: remove useless version field
- README: add install from source section
- recipes: improve commands and typos
Contributors
- mh-cbon
Released by mh-cbon, Mon 11 Jul 2016 - see the diff ______
0.0.22
Changes
- align arch arguments with GO standards
- improve recipes commands and typos
Contributors
- mh-cbon
Released by mh-cbon, Sun 26 Jun 2016 - see the diff ______
0.0.21
Changes
- go fmt
- improve recipes commands and typos
- align arch arguments with GO standards
- update recipes
Contributors
- mh-cbon
Released by mh-cbon, Sun 26 Jun 2016 - see the diff ______
0.0.20
Changes
- update appveyor recipe
- tryfix for ldflags
Contributors
- mh-cbon
Released by mh-cbon, Sun 26 Jun 2016 - see the diff ______
0.0.19
Changes
- go fmt
- fix path lookpath in guuid make for windows
- Set version to the build
- README
Contributors
- mh-cbon
Released by mh-cbon, Sun 26 Jun 2016 - see the diff ______
0.0.18
Changes
- go fmt
- avoid variable shadowing
- update recipes
Contributors
- mh-cbon
Released by mh-cbon, Sun 26 Jun 2016 - see the diff ______
0.0.17
Changes
- go fmt
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.16
Changes
- go fmt
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.15
Changes
- go fmt
- fix HOWTOs
- fix bin path detection
- updates
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.14
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.13
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.12
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.11
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.10
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.9
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.8
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.7
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.6
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.5
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.4
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.3
Changes
- appveyor
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.2
Changes
- appveyor
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______
0.0.1
Changes
- Initial release
Contributors
- mh-cbon
Released by mh-cbon, Sat 25 Jun 2016 - see the diff ______