Releases: arduino/arduino-create-agent
1.3.4
1.3.3
Changelog
9a500b4 Implement HEAD handler for v2/pkgs/tools/installed
(required by frontend) (#844)
4263eb5 Replace deprecated openpgp library (#839)
b8c59a7 [breaking] Remove indexes v2 endpoint (#838)
bf32bad fix memory leak (#837)
11acfc0 Use SafeJoin in V2 Tools Install endpoint (#840)
Bump dependencies
33080c3 Add signature verification to V2 tool install endpoint (#826)
e740ad9 Use SafeJoin in the uploadHandler (#821)
716e7aa bugfix: serial enumerator failures in some rare circumstances (#830)
0ef4378 Bump Installbuilder to 23.7.0 (#827)
08422e6 Fix text plain decoding (#824)
75698ba Download the correct tools for Windows 64-bit (#813)
cc9a238 remove io/ioutil since is deprecated (#818)
6c5dfae Create LaunchAgents/
directory if it doesn't exist (MacOS) (#811)
604da4a Bump GOA to V3 and generate (#815)
1d88dcb Bump go 1.20 (#814)
1.3.3-rc3
Changelog
9a500b4 Implement HEAD handler for v2/pkgs/tools/installed
(required by frontend) (#844)
4263eb5 Replace deprecated openpgp library (#839)
b8c59a7 [breaking] Remove indexes v2 endpoint (#838)
bf32bad fix memory leak (#837)
11acfc0 Use SafeJoin in V2 Tools Install endpoint (#840)
Bump dependencies
33080c3 Add signature verification to V2 tool install endpoint (#826)
e740ad9 Use SafeJoin in the uploadHandler (#821)
716e7aa bugfix: serial enumerator failures in some rare circumstances (#830)
0ef4378 Bump Installbuilder to 23.7.0 (#827)
08422e6 Fix text plain decoding (#824)
75698ba Download the correct tools for Windows 64-bit (#813)
cc9a238 remove io/ioutil since is deprecated (#818)
6c5dfae Create LaunchAgents/
directory if it doesn't exist (MacOS) (#811)
604da4a Bump GOA to V3 and generate (#815)
1d88dcb Bump go 1.20 (#814)
1.3.3-rc2
Changelog
49b7749 Replace deprecated openpgp library (#839)
b36b49c [breaking] Remove indexes v2 endpoint (#838)
3abb913 Use SafeJoin in V2 Tools Install endpoint (#840)
4e5e36e Bump goa.design/goa/v3 from 3.12.4 to 3.13.1 (#836)
2fa1046 Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#825)
160c123 Bump github.com/arduino/go-paths-helper from 1.9.1 to 1.9.2 (#834)
659746d Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#819)
07b3fae Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#796)
33080c3 Add signature verification to V2 tool install endpoint (#826)
e740ad9 Use SafeJoin in the uploadHandler (#821)
716e7aa bugfix: serial enumerator failures in some rare circumstances (#830)
b2bceb6 Bump crazy-max/ghaction-virustotal from 3 to 4 (#828)
0ef4378 Bump Installbuilder to 23.7.0 (#827)
08422e6 Fix text plain decoding (#824)
4a93b55 Bump actions/checkout to v4 (#822)
75698ba Download the correct tools for Windows 64-bit (#813)
cc9a238 remove io/ioutil since is deprecated (#818)
6c5dfae Create LaunchAgents/
directory if it doesn't exist (MacOS) (#811)
604da4a Bump GOA to V3 and generate (#815)
1d88dcb Bump go 1.20 (#814)
1.3.3-rc1
Changelog
2ad821a Add signature verification to V2 tool install endpoint (#826)
0ef4378 Bump Installbuilder to 23.7.0 (#827)
08422e6 Fix text plain decoding (#824)
702bdea use SafeJoin in the uploadHandler (#821)
75698ba Download the correct tools for Windows 64-bit (#813)
cc9a238 remove io/ioutil since is deprecated (#818)
6c5dfae Create LaunchAgents/
directory if it doesn't exist (MacOS) (#811)
604da4a Bump GOA to V3 and generate (#815)
1d88dcb Bump go 1.20 (#814)
1.3.2
Changelog
d170a5e Bump arduino-cli to include arduino/arduino-cli@fe6d749 (#802)
1.3.1
1.3.0
Changelog
7c88643 Check the folder content in new version of the agent on macos (#797)
c9c688d Update the autostart file when it's required (#791)
a4b266c Remove installbuilder from macos release artifact (#785)
7f31d0e Autostart is handled by the agent itself (#781)
e40ebde Add the ability to generate SSL certs from tray icon (#778)
9d3750c Fix macosx ventura updater (#768)
6c9aec1 Refactor updater API (#767)
3d7780f Function rename to increase readability (#766)
a3e7ecc Cleanup directories handling (#765)
8b9ab21 Linted README.md (#764)
dce3afb Add "Open config file" menu item (#763)
bd3ba84 Embed more files content using embed
(#762)
c724474 Rework config.ini
path handling (#761)
a27cbf7 Fix amd64 darwin install wrong tool (amd64) (#753)
3c0fefe Enhance the taskfile (#745)
64742a0 Bump GO to 1.19 (#744)
6257da8 Add Lint and check formatting of a Go module workflow (#742)
4372c8e Remove useless files (#743)
31b0a9d The CI is now able to produce valid macOS Ventura bundles (#740)
cf85699 Bump installbuilder to 22.10.0 (#732)
Bump Dependencies
1.2.7-ventura
Changelog
df758df fix licenses
721792b disable auto-update
49de0e0 crashreports are now created in .arduino-create/logs
to preserve macos bundle integrity
4dc21a4 enable ARDUINO_CREATE_AGENT_CONFIG
env var to specify the config.ini
240d8f8 fine-tune a config searching and parsing
beb122d fix config.ini being parsed twice. This is an additional one that can be used
5140ae7 rework config.ini
searching
0053ee8 remove embedded_autoextract
, it has never been used
f2cf0ca Remove temp file generation. This breaks the bundle on macOS.
7eedf9c fix unable-to-process-file-command-output-successfully
https://stackoverflow.com/questions/74137120/how-to-fix-or-avoid-error-unable-to-process-file-command-output-successfully
772a0e2 forgot "$", special encoding is not needed anymore after 62f7d9d
04c12a0 github is deprecating set-output commands
5773a1f fix zip archive being included in the installer
3f5a66e test (move the config.ini) to see if notarization works
f0fd3d4 use this fork (https://github.com/darkvertex/gon/tree/deep_sign_support) to use deep notarization, since this is not yet merged mitchellh/gon#42
e3fa9df use the zip notarized file coming from gon, this requires changes in the installer config
acf0aaa move the bundle generation to a dedicated step:
5920cb2 rework a bit notarization step
f2d30dc add project name env var, even in the bundle_id
424c3ab bump ubuntu runner to ubuntu 20.04
54e8769 bump macos runner to macos-12
c14358d rename release workflow
cf85699 bump installbuilder to 22.10.0 (#732)
b52a17a Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
43097ee Bump carlosperate/download-file-action from 1 to 2
1.2.7
Changelog
f71b9a0 add new origin to the agent (#728)
5327ff5 Relicense project as AGPL-3.0-or-later
Bump dependencies
VirusTotal analysis 🛡
- ArduinoCreateAgent-1.2.7-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.7-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.7-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.7-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.7-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.7-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe