Skip to content

Commit

Permalink
update docs for release 1.21.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello authored Oct 4, 2023
1 parent a50dde8 commit bb6a2e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2023-10-02
## [Unreleased] - 2023-10-04

### Added
* Translation to Tagalog (`locale: tl`) in #227 (@digracesion).
* Translation to Swedish (`locale: sv`) in #230 (@Viveksati5143).
* Translation to Persian (`locale: fa`) in #232 (@AshkanArabim).
* Translation to Malayalam (`locale: ml`) in #235 (@Sarthak027).
* Translation to Finnish (`locale: fi`) in #236 (@Sadeedpv).

### Changed

Expand All @@ -22,10 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

### Dependencies
* Bump cicirello/pyaction from 4.22.0 to 4.24.0

### CI/CD

### Other


## [1.21.0] - 2023-10-04

### Added
* Translation to Tagalog (`locale: tl`) in #227 (@digracesion).
* Translation to Swedish (`locale: sv`) in #230 (@Viveksati5143).
* Translation to Persian (`locale: fa`) in #232 (@AshkanArabim).
* Translation to Malayalam (`locale: ml`) in #235 (@Sarthak027).
* Translation to Finnish (`locale: fi`) in #236 (@Sadeedpv).

### Dependencies
* Bump cicirello/pyaction from 4.22.0 to 4.24.0

### Other
* Updated the quickstart / sample workflows to the latest version of actions/checkout.

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GitHub Action include the following:
* Ability to generate separate SVGs for the individual categories of stats
if you prefer.
* Highly customizable (color themes, custom colors, section ordering, custom title).
* [International](#locale) with option to generate SVG in 24 [languages](#locale).
* [International](#locale) with option to generate SVG in 29 [languages](#locale).
* Runs entirely here on GitHub.
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
on-demand when someone views your profile, which has the following advantages:
Expand Down Expand Up @@ -319,7 +319,7 @@ release that you wish to use, such as with the following:

```yml
- name: Generate the user stats image
uses: cicirello/user-statistician@v1.19.0
uses: cicirello/user-statistician@v1.21.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
```
Expand Down Expand Up @@ -809,6 +809,7 @@ action will use the default of "en". The following locales are currently support
| bn | Bengali |
| nl | Dutch |
| en | English |
| fi | Finnish |
| fr | French |
| de | German |
| hi | Hindi |
Expand All @@ -817,15 +818,19 @@ action will use the default of "en". The following locales are currently support
| ja | Japanese |
| ko | Korean |
| lt | Lithuanian |
| ml | Malayalam |
| no | Norwegian |
| or | Odia |
| fa | Persian |
| pl | Polish |
| pt | Portuguese |
| ro | Romanian |
| ru | Russian |
| sat | Santali |
| sr | Serbian |
| es | Spanish |
| sv | Swedish |
| tl | Tagalog |
| th | Thai |
| tr | Turkish |
| uk | Ukrainian |
Expand Down

0 comments on commit bb6a2e0

Please sign in to comment.