devel
Commits on Dec 24, 2020
-
add virustotal scan to CI release workflow (#580)
* add virustotal scan to CI release workflow * use analysis output from virustotal action to put links in release body * refactor release body (use dropdown: less confusing for the user)
umbynos committedDec 24, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 21, 2020
-
update sytray to latest available version (#579)
umbynos committedDec 21, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix wrongly set windows version variable
`task build-win TAG_VERSION=${GITHUB_REF##*/}` is not working on win
umbynos committedDec 21, 2020
Commits on Dec 18, 2020
-
umbynos committed
Dec 18, 2020
Commits on Dec 17, 2020
-
Add crash-report capabilities (#574)
* change approach: redirect stderr to file instead using defer * update gin dependency because of gin-gonic/gin#1571 * set default logger to stdout. (stderr is currently redirected to file) * save crash-report to newly created `logs/` folder * add enable/disable crash-report generation (default off) * add entry in trayicon's menu to remove crash-reports (if there are any) * CI polishing, add win64, update macOS min version (#578)
umbynos committedDec 17, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 11, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 4, 2020
-
Update status bar icons (#575)
* Update Linux icon * Update Mac icon * Update Windows icon * Add default output filename
sebromero committedDec 4, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 27, 2020
-
pin github actions virtual environment versions (#573)
umbynos committedNov 27, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 25, 2020
-
Publish release on arduino download servers (#570)
* add workaround step to check semver and trigger prerelease * add "release on download servers" step * rm useless _ArduinoCreateAgent*.dmg mac file * use version (maj.min) instead of (maj.min.bugf) * finalize workflow (s3 download path will be overwritten)
umbynos committedNov 25, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 18, 2020
-
Port installer generation to github actions (#562)
* add a new release workflow
📦 * add `build_cli` to Taskfile to support `_cli` binary generation only🏗️ * move win env vars from Taskfile to workflow * standardize test.yaml to release.yaml * remove old upload artifact no longer needed in test workflow Co-authored-by: Maurizio Branca <[email protected]>Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 9, 2020
-
add workflow to check certs expiring date (#569)
* add workflow to check expiration date of certs, thx @per1234 * remove debug
umbynos committedNov 9, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 3, 2020
-
fix win executable crashing (add manifest to the executable during co…
…mpile) (#565)
umbynos committedNov 3, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 29, 2020
-
fix version and commit sha in tray menu (#563)
* fix commit version not being passed correctly during compile process * add tag and polishing
umbynos committedOct 29, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 27, 2020
-
add ci step to upload artifacts (#561)
* add ci step to upload artifacts * add ls * fix for win * Revert "add ls" This reverts commit c74ad14.
umbynos committedOct 27, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 23, 2020
-
Introduce templates for issues and PR (#560)
* Introduce templates for issues * enhancement * Create pull_request_template.md
umbynos committedOct 23, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 13, 2020
-
* Add test workflow * Update go fmt * Fix go 1.14+ compatibility issue * Fix linter complaint * Add install linux packages * Try to fix dependencies install * Try to fix dependencies install (2) * Try to fix dependencies install (3) * Try to fix dependencies install (4) * Inspect error * Add more debug info
😔 * Add more debug info😔 * Uncomment 'Disable EOL conversions' * Make test portable between go versions * Add missing urls and checksums for windowsamd64 * Make download_test cross platform Fix an issue with the '/tmp' path on non-unix OSs * Switch to a fake username instead of the real one We can't use user home dir path as a subpath on Windows * Cleanup test workflow * Run test workflow on pull requests * Cleanupzmoog committedOct 13, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Aug 31, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Apr 14, 2020
-
Merge pull request #551 from arduino/autoupdate
Three-card trick for autoupdate on osx
matteosuppo committedApr 14, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
refactor: extract TempPath and BinPath funcs
matteosuppo committedApr 14, 2020 -
Refactor: extract copyExe func
matteosuppo committedApr 14, 2020
Commits on Apr 8, 2020
-
matteosuppo committed
Apr 8, 2020 -
matteosuppo committed
Apr 8, 2020
Commits on Apr 6, 2020
-
Ensure the path is always trimmed
matteosuppo committedApr 6, 2020
Commits on Apr 1, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Remove vendor folder and use go modules
matteosuppo committedApr 1, 2020 -
Merge pull request #544 from arduino/refactor_systray
Refactor systray
matteosuppo committedApr 1, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add comment about systray_fake
matteosuppo committedApr 1, 2020
Commits on Mar 31, 2020
-
In order to chase a bug which caused the windows version to fail to restart under some circumstances, I encapsulated the code regarding the trayicon in a package. The new version should be easier to mantain Signed-off-by: Matteo Suppo <[email protected]>
matteosuppo committedMar 31, 2020
Commits on Mar 30, 2020
-
Merge pull request #543 from arduino/manifest
Create manifest for windows and add instructions
matteosuppo committedMar 30, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Commits on Mar 23, 2020
-
Merge pull request #538 from sbhklr/sbhklr/ux-improvements
UX Improvements
rsora committedMar 23, 2020 Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Mar 22, 2020
-
-
sebromero committed
Mar 22, 2020 -
Merge console template into go file
sebromero committedMar 22, 2020 -
sebromero committed
Mar 22, 2020