v0.40.0
github-actions
released this
05 Sep 03:14
·
113 commits
to master
since this release
What's Changed
-
🎉 fix: use the default/latest GCC version on Linux/macOS by @aminya in #277
- As of this version, the latest available GCC on the default Linux repositories are installed by default. That means, the GCC versions installable via the test toolchain PPA are not installed on Ubuntu/Debian (unless the version is requested explicitly). This increases the compatibility of the binaries built via setup-cpp for distribution.
- On other platforms, the latest GCC version is installed by default.
-
🎉 feat: use GitHub API to match MinGW assets by @aminya in #277
- Instead of manually maintaining the available releases, now the GitHub API is used to find the MinGW assets. This method will be used for LLVM in future releases.
-
feat!: support addAptKey options through installAptPack by @aminya in #269
- no default keys are added during apt installations anymore. Explicitly pass the keys needed.
- the arguments to addAptKeyViaServer and addAptKeyViaDownload changed. addAptKeyViaDownload renamed to addAptKeyViaURL
-
fix: reduce bundle size by patching actions/http-client undici import by @aminya in #270
-
fix: install nala via default repo or installer by @aminya in #276
-
build!: remove actions bundle in favour of modern bundle by @aminya in #278
-
build: add Modern ESModule target via Vite by @aminya in #279
-
build: build legacy target via Vite + migrate from Parcel by @aminya in #280
Full Changelog: v0.39.0...v0.40.0