Release v3.2 [release] (#62)

This commit is contained in:
Simon Lecoq
2021-01-15 19:24:59 +01:00
committed by GitHub
parent c7c77417af
commit 9beecade9d
2 changed files with 15 additions and 25 deletions

View File

@@ -127,7 +127,7 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
</tr> </tr>
<tr> <tr>
<th><a href="#-habits">💡 Coding Habits plugin</a></th> <th><a href="#-habits">💡 Coding Habits plugin</a></th>
<th><a href="#-activity">📰 Activity plugin <sup><code>🚧 @master</code></sup></a></th> <th><a href="#-activity">📰 Activity plugin</a></th>
</tr> </tr>
<tr> <tr>
<td> <td>
@@ -164,7 +164,7 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
</tr> </tr>
<tr> <tr>
<th><a href="#-gists">🎫 Gists plugin</a></th> <th><a href="#-gists">🎫 Gists plugin</a></th>
<th><a href="#-people">🧑‍🤝‍🧑 People plugin <sup><code>🚧 @master</code></sup></a></th> <th><a href="#-people">🧑‍🤝‍🧑 People plugin</a></th>
</tr> </tr>
<tr> <tr>
<td> <td>
@@ -574,11 +574,11 @@ The default template is `classic`.
<td data-for="tweets">✔️</td> <td data-for="tweets">✔️</td>
<td data-for="posts">✔️</td> <td data-for="posts">✔️</td>
<td data-for="habits">✔️</td> <td data-for="habits">✔️</td>
<td data-for="activity"><span title="Available on @master">✔️<sup>M</sup></span></td> <td data-for="activity">✔️</td>
<td data-for="stars">✔️</td> <td data-for="stars">✔️</td>
<td data-for="stargazers">✔️</td> <td data-for="stargazers">✔️</td>
<td data-for="gists">✔️</td> <td data-for="gists">✔️</td>
<td data-for="people"><span title="Available on @master">✔️<sup>M</sup></span></td> <td data-for="people">✔️</td>
</tr> </tr>
<tr> <tr>
<th>Terminal</th> <th>Terminal</th>
@@ -604,10 +604,10 @@ The default template is `classic`.
<tr> <tr>
<th>Repository<sup>R</sup></th> <th>Repository<sup>R</sup></th>
<td data-for="base">✔️</td> <td data-for="base">✔️</td>
<td data-for="pagespeed"><span title="Available on @master">✔️<sup>M</sup></span></td> <td data-for="pagespeed">✔️</td>
<td data-for="isocalendar">❌</td> <td data-for="isocalendar">❌</td>
<td data-for="music">❌</td> <td data-for="music">❌</td>
<td data-for="languages"><span title="Available on @master">✔️<sup>M</sup></span></td> <td data-for="languages">✔️</td>
<td data-for="followup">✔️</td> <td data-for="followup">✔️</td>
<td data-for="topics">❌</td> <td data-for="topics">❌</td>
<td data-for="projects">✔️</td> <td data-for="projects">✔️</td>
@@ -1291,8 +1291,6 @@ By default, dates are based on the Greenwich meridian (GMT/UTC). In order to the
### 📰 Activity ### 📰 Activity
🚧 This plugin is available as pre-release on @master branch (unstable)
The *activity* plugin displays your recent activity on GitHub. The *activity* plugin displays your recent activity on GitHub.
![Activity plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.activity.svg) ![Activity plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.activity.svg)
@@ -1304,7 +1302,7 @@ It will consume an additional GitHub request.
Add the following to your workflow: Add the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
plugin_activity: yes plugin_activity: yes
@@ -1335,7 +1333,7 @@ Use the special value `"all"` (default value) to track all events.
Add the following to your workflow: Add the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
plugin_activity: yes plugin_activity: yes
@@ -1410,8 +1408,6 @@ Add the following to your workflow:
### 🧑‍🤝‍🧑 People ### 🧑‍🤝‍🧑 People
🚧 This plugin is available as pre-release on @master branch (unstable)
The *people* plugin displays your followers and followed users' avatars. The *people* plugin displays your followers and followed users' avatars.
![People plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.svg) ![People plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.svg)
@@ -1423,7 +1419,7 @@ It will consume an additional GitHub request per group of 100 users fetched.
Add the following to your workflow: Add the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
plugin_people: yes plugin_people: yes
@@ -1435,7 +1431,7 @@ Add the following to your workflow:
It is possible to use [identicons](https://github.blog/2013-08-14-identicons/) instead of their avatar for privacy purposes. It is possible to use [identicons](https://github.blog/2013-08-14-identicons/) instead of their avatar for privacy purposes.
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
plugin_people_identicons: yes plugin_people_identicons: yes
@@ -1466,11 +1462,9 @@ It is possible to set set your timezone (see [here](https://en.wikipedia.org/wik
#### 📦 Ordering content #### 📦 Ordering content
🚧 This feature is available as pre-release on @master branch (unstable)
It is possible to order metrics content by adding the following to your workflow: It is possible to order metrics content by adding the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
base: header base: header
@@ -1504,11 +1498,9 @@ When two values are specified separated by a comma, the first one will be used f
#### 🎋 Using a specific branch instead of default #### 🎋 Using a specific branch instead of default
🚧 This feature is available as pre-release on @master branch (unstable)
Is is possible to commit generated metrics in a specific branch rather than default branch by adding the following to your workflow: Is is possible to commit generated metrics in a specific branch rather than default branch by adding the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
committer_branch: my-branch committer_branch: my-branch
@@ -1516,11 +1508,9 @@ Is is possible to commit generated metrics in a specific branch rather than defa
#### 🍴 Including forked repositories #### 🍴 Including forked repositories
🚧 This feature is available as pre-release on @master branch (unstable)
Is is possible to include forked repositories into generated metrics by adding the following to your workflow: Is is possible to include forked repositories into generated metrics by adding the following to your workflow:
```yaml ```yaml
- uses: lowlighter/metrics@master - uses: lowlighter/metrics@latest
with: with:
# ... other options # ... other options
repositories_forks: yes repositories_forks: yes

View File

@@ -1,6 +1,6 @@
{ {
"name": "metrics", "name": "metrics",
"version": "3.2.0-beta", "version": "3.2.0",
"description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !", "description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
"main": "index.mjs", "main": "index.mjs",
"scripts": { "scripts": {
@@ -35,7 +35,7 @@
"puppeteer": "^5.5.0", "puppeteer": "^5.5.0",
"svgo": "^1.3.2", "svgo": "^1.3.2",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-prism-component": "^1.2.0" "vue-prism-component": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"faker": "^5.1.0", "faker": "^5.1.0",