Skip to content

Releases: Platane/snk

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 00:16

Add a npm package with cli
Add support to fetch contributions from gitlab / codeberg

v3.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Nov 18:47
  • fix gif color palette

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 19:26
  • add option for gif background

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 17:07
  • use bun as package manager
  • use bun as runner for the docker based action

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 15:44

passing the GITHUB_TOKEN as env is no longer required

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 18:22

use node 20

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:57

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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:37

update the contribution calendar parser

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 09:32

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

Choose a tag to compare

@Platane Platane released this 09 Jan 08:11

fix github parser