File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] - 2023-10-02
7
+ ## [ Unreleased] - 2023-10-04
8
8
9
9
### Added
10
- * Translation to Tagalog (` locale: tl ` ) in #227 (@digracesion ).
11
- * Translation to Swedish (` locale: sv ` ) in #230 (@Viveksati5143 ).
12
- * Translation to Persian (` locale: fa ` ) in #232 (@AshkanArabim ).
13
- * Translation to Malayalam (` locale: ml ` ) in #235 (@Sarthak027 ).
14
- * Translation to Finnish (` locale: fi ` ) in #236 (@Sadeedpv ).
15
10
16
11
### Changed
17
12
@@ -22,10 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
17
### Fixed
23
18
24
19
### Dependencies
25
- * Bump cicirello/pyaction from 4.22.0 to 4.24.0
26
20
27
21
### CI/CD
28
22
23
+ ### Other
24
+
25
+
26
+ ## [ 1.21.0] - 2023-10-04
27
+
28
+ ### Added
29
+ * Translation to Tagalog (` locale: tl ` ) in #227 (@digracesion ).
30
+ * Translation to Swedish (` locale: sv ` ) in #230 (@Viveksati5143 ).
31
+ * Translation to Persian (` locale: fa ` ) in #232 (@AshkanArabim ).
32
+ * Translation to Malayalam (` locale: ml ` ) in #235 (@Sarthak027 ).
33
+ * Translation to Finnish (` locale: fi ` ) in #236 (@Sadeedpv ).
34
+
35
+ ### Dependencies
36
+ * Bump cicirello/pyaction from 4.22.0 to 4.24.0
37
+
29
38
### Other
30
39
* Updated the quickstart / sample workflows to the latest version of actions/checkout.
31
40
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ GitHub Action include the following:
41
41
* Ability to generate separate SVGs for the individual categories of stats
42
42
if you prefer.
43
43
* Highly customizable (color themes, custom colors, section ordering, custom title).
44
- * [ International] ( #locale ) with option to generate SVG in 24 [ languages] ( #locale ) .
44
+ * [ International] ( #locale ) with option to generate SVG in 29 [ languages] ( #locale ) .
45
45
* Runs entirely here on GitHub.
46
46
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
47
47
on-demand when someone views your profile, which has the following advantages:
@@ -319,7 +319,7 @@ release that you wish to use, such as with the following:
319
319
320
320
` ` ` yml
321
321
- name: Generate the user stats image
322
- uses: cicirello/user-statistician@v1.19 .0
322
+ uses: cicirello/user-statistician@v1.21 .0
323
323
env:
324
324
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
325
325
` ` `
@@ -809,6 +809,7 @@ action will use the default of "en". The following locales are currently support
809
809
| bn | Bengali |
810
810
| nl | Dutch |
811
811
| en | English |
812
+ | fi | Finnish |
812
813
| fr | French |
813
814
| de | German |
814
815
| hi | Hindi |
@@ -817,15 +818,19 @@ action will use the default of "en". The following locales are currently support
817
818
| ja | Japanese |
818
819
| ko | Korean |
819
820
| lt | Lithuanian |
821
+ | ml | Malayalam |
820
822
| no | Norwegian |
821
823
| or | Odia |
824
+ | fa | Persian |
822
825
| pl | Polish |
823
826
| pt | Portuguese |
824
827
| ro | Romanian |
825
828
| ru | Russian |
826
829
| sat | Santali |
827
830
| sr | Serbian |
828
831
| es | Spanish |
832
+ | sv | Swedish |
833
+ | tl | Tagalog |
829
834
| th | Thai |
830
835
| tr | Turkish |
831
836
| uk | Ukrainian |
You can’t perform that action at this time.
0 commit comments