Skip to content

Releases: pr1metine/setup-processing

v2.2.0: Incompatibility notice for processing version 4.4.0 or later

Choose a tag to compare

@pr1metine pr1metine released this 17 Apr 00:14

What's Changed

  • Remove all vulnerable dependencies
  • Disallow installing processing revision 1300, i.e., version 4.4.0, or later

Full Changelog: v2.1.0...v2.2.0

Exposing `install-dir` and mitigating rate limiting

Choose a tag to compare

@pr1metine pr1metine released this 06 Jul 21:36

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

Choose a tag to compare

@pr1metine pr1metine released this 02 Jul 12:24

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

Choose a tag to compare

@pr1metine pr1metine released this 28 Jan 17:11
v1.1.1

fix(vuln): Update package.json and dependencies

Mitigate security vulnerability regarding`add-path`

Choose a tag to compare

@pr1metine pr1metine released this 28 Jan 16:46
4b54b7e
v1.1.0

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

Beschreibung aktualisiert

Choose a tag to compare

@pr1metine pr1metine released this 03 May 11:36
v1.0.2

Input in der Beschreibung aktualisiert

Action intensiv getestet

Choose a tag to compare

@pr1metine pr1metine released this 03 May 11:19

MacOS funktioniert noch nicht

Processing Action fertig

Choose a tag to compare

@pr1metine pr1metine released this 02 May 20:33
- 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!

Choose a tag to compare

@pr1metine pr1metine released this 02 May 18:03
v0.3.0

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

Asynchrone Funktion hat alles gelöst

Choose a tag to compare

@pr1metine pr1metine released this 02 May 17:16
v0.2.0

Pfade gegen Zugriffsverweigerungen