Skip to content

Releases: Platane/snk

v3.2.0

17 Oct 15:44
Compare
Choose a tag to compare

passing the GITHUB_TOKEN as env is no longer required

v3.1.0

23 Sep 18:22
Compare
Choose a tag to compare

use node 20

v3.0.0

17 Jul 20:57
Compare
Choose a tag to compare

use github api to fetch the contribution calendar (instead of parsing the html page)

⚠️ breaking changes

  • the action now requires a github token.
      - name: generate-snake-game-from-github-contribution-grid
        id: generate-snake
        uses: ./svg-only
        with:
          github_user_name:  ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

v2.3.0

17 Jul 20:37
Compare
Choose a tag to compare

update the contribution calendar parser

v2.2.1

26 Feb 09:32
Compare
Choose a tag to compare

by default, do not include media query to guess the theme, as it might conflict with github own way to detect dark mode

v1.1.4

09 Jan 08:11
Compare
Choose a tag to compare

fix github parser

v2.2.0

06 Jan 07:36
Compare
Choose a tag to compare

adapt the parser to the new github page markup

v2.1.0

03 Nov 09:06
Compare
Choose a tag to compare
  • Refactor how the css is minified ( for svg output ) resulting in lighter build
  • Update [email protected]
  • Update ncc builder

v2.0.0

21 Apr 18:20
Compare
Choose a tag to compare
  • change options, drop svg_out_path in favor of outputs list

v2.0.0-rc.3

12 Apr 21:06
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release
πŸ“¦ 2.0.0-rc.3