Skip to content

Commit 1891142

Browse files
committed
release 0.3.0
1 parent d31803b commit 1891142

20 files changed

+595
-182
lines changed

CHANGE_LOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2021-12-22, 0.3.0 release
4+
5+
* Added season version for the Southern Hemisphere.
6+
* Added night view version.
7+
* Added night rainbow version.
8+
39
## 2021-05-11, 0.2.0 release
410

511
* The repositories to be aggregated are only those owned by the user.

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-green-animate.svg)
66

7+
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-night-view.svg)
8+
9+
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-night-rainbow.svg)
10+
711
[日本語](./docs/README.ja-jp.md)
812

913
## Overview
@@ -47,7 +51,7 @@ jobs:
4751
name: generate-github-profile-3d-contrib
4852
steps:
4953
- uses: actions/checkout@v2
50-
- uses: yoshi389111/github-profile-3d-contrib@0.2.0
54+
- uses: yoshi389111/github-profile-3d-contrib@0.3.0
5155
env:
5256
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5357
USERNAME: ${{ github.repository_owner }}
@@ -82,15 +86,31 @@ The profile image is generated with the following paths.
8286
* `profile-3d-contrib/profile-green.svg`
8387
* `profile-3d-contrib/profile-season-animate.svg`
8488
* `profile-3d-contrib/profile-season.svg`
89+
* `profile-3d-contrib/profile-south-season-animate.svg`
90+
* `profile-3d-contrib/profile-south-season.svg`
91+
* `profile-3d-contrib/profile-night-view.svg`
92+
* `profile-3d-contrib/profile-night-rainbow.svg`
8593

8694
example: green version
8795

8896
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-green-animate.svg)
8997

90-
example: season version
98+
example: season version (Northern Hemisphere.)
9199

92100
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-season-animate.svg)
93101

102+
example: season version (Southern Hemisphere.)
103+
104+
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-south-season-animate.svg)
105+
106+
example: night view version
107+
108+
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-night-view.svg)
109+
110+
example: night reinbow version
111+
112+
![svg](https://raw.githubusercontent.com/yoshi389111/github-profile-3d-contrib/main/docs/demo/profile-night-rainbow.svg)
113+
94114
### step 4. Add image to README.md
95115

96116
Add the path of the generated image to the readme file.

0 commit comments

Comments
 (0)