Skip to content

Releases: pr1metine/setup-processing

Exposing `install-dir` and mitigating rate limiting

06 Jul 21:36
Compare
Choose a tag to compare

Features

  • Now returning the installation directory of the installed Processing version as a GitHub action output. Refer to action.yaml
  • Increasing rate limit by passing GITHUB_TOKEN Actions secret to every GitHub REST query.

Fixes

  • Typos
  • Correctly handling thrown errors

Full Changelog: v2.0.0...v2.1.0

Processing 4 Support

02 Jul 12:24
Compare
Choose a tag to compare

Processing 4 Support

  • (#6): Download any Processing version provided by the Processing foundation on GitHub

Lots of breaking changes

  • Instead of semantic versioning, you now have to use Processing's weird versioning schema, e. g. processing-1272-4.0a3.
  • setup-processing now tries to download the right binaries depending on your Runner's OS and CPU architecture. This may fail which is why you can manually select the GitHub Release Asset by name using asset-name.

Actually rolling out fix

28 Jan 17:11
Compare
Choose a tag to compare
v1.1.1

fix(vuln): Update package.json and dependencies

Mitigate security vulnerability regarding`add-path`

28 Jan 16:46
4b54b7e
Compare
Choose a tag to compare
v1.1.0

Merge pull request #3 from ifP1/dependabot/npm_and_yarn/actions/core-…

Beschreibung aktualisiert

03 May 11:36
Compare
Choose a tag to compare
v1.0.2

Input in der Beschreibung aktualisiert

Action intensiv getestet

03 May 11:19
Compare
Choose a tag to compare

MacOS funktioniert noch nicht

Processing Action fertig

02 May 20:33
Compare
Choose a tag to compare
- name: Setup Processing
  with:
    - version: '3.5.4'
    - platform-filetype: 'l

Eine einfache Methode, wie man Processing auf GitHub Actions laden und ausführen kann.

  • Lädt Processing von https://processing.org/download/${version}-${platform-filetype}
  • Unterstützt daher die Versionen ${version} 3.5.4, 3.5.3, 2.2.1, 1.5.1, 4.0a1
  • Lädt deswegen auch auf ${platform-filetype}
    • windows32.zip
    • windows64.zip
    • linux64.tgz
    • macosx.zip
      und je nach Version
    • linux32.tgz
    • armv6hf.tgz
    • windows.zip
    • windows-expert.zip

processing-java verfügbar!

02 May 18:03
Compare
Choose a tag to compare
v0.3.0

Habe java-version für setup-java in build vergessen

Asynchrone Funktion hat alles gelöst

02 May 17:16
Compare
Choose a tag to compare
v0.2.0

Pfade gegen Zugriffsverweigerungen

Kosmetisches und Fix (hoffentlich)

02 May 15:17
Compare
Choose a tag to compare
v0.1.3

core.setOutput zu console.log