diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml
index 8b043291..a04126ee 100644
--- a/.github/workflows/prettier.yml
+++ b/.github/workflows/prettier.yml
@@ -10,6 +10,7 @@ on:
- "**.md"
- "**.js"
- "**.css"
+ - ".github/workflows/prettier.yml"
jobs:
prettier:
@@ -27,14 +28,16 @@ jobs:
uses: actions/checkout@v3
- name: Install prettier and plugin-php
- run: npm install --global prettier @prettier/plugin-php
+ run: npm install --global prettier@2.8.1 @prettier/plugin-php@0.18.9
- name: Lint with Prettier
continue-on-error: true
run: composer lint
- name: Prettify code
- run: composer lint-fix
+ run: |
+ composer lint-fix
+ git diff
- name: Commit changes
uses: EndBug/add-and-commit@v9
diff --git a/README.md b/README.md
index 40f8fdf7..d8649a07 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ The following are the locales that have labels translated in Streak Stats. The `
-
en - English
 | am - አማርኛ
 | ca - català
 | da - dansk
 | de - Deutsch
 |
el - Ελληνικά
 | es - español
 | fr - français
 | he - עברית
 | hu - magyar
 |
id - Indonesia
 | it - italiano
 | kn - ಕನ್ನಡ
 | ko - 한국어
 | ne - नेपाली
 |
nl - Nederlands
 | pt_BR - português (Brasil)
 | sr - српски
 | tr - Türkçe
 | uk - українська
 |
ur_PK - اردو (پاکستان)
 | vi - Tiếng Việt
 | yo - Èdè Yorùbá
 | zh_Hans - 中文(简体)
 | zh_Hant - 中文(繁體)
 |
ar - العربية
 | bg - български
 | bn - বাংলা
 | fa - فارسی
 | hi - हिन्दी
 |
ht - Haitian Creole
 | hy - հայերեն
 | ja - 日本語
 | mr - मराठी
 | pl - polski
 |
ps - پښتو
 | ru - русский
 | rw - Kinyarwanda
 | sa - संस्कृत भाषा
 | sv - svenska
 |
sw - Kiswahili
 | ta - தமிழ்
 | | | |
+en - English
 | am - አማርኛ
 | ca - català
 | da - dansk
 | de - Deutsch
 |
el - Ελληνικά
 | es - español
 | fr - français
 | he - עברית
 | hu - magyar
 |
id - Indonesia
 | it - italiano
 | kn - ಕನ್ನಡ
 | ko - 한국어
 | ne - नेपाली
 |
nl - Nederlands
 | pt_BR - português (Brasil)
 | sa - संस्कृत भाषा
 | sr - српски
 | su - Basa Sunda
 |
tr - Türkçe
 | uk - українська
 | ur_PK - اردو (پاکستان)
 | vi - Tiếng Việt
 | yo - Èdè Yorùbá
 |
zh_Hans - 中文(简体)
 | zh_Hant - 中文(繁體)
 | ar - العربية
 | bg - български
 | bn - বাংলা
 |
fa - فارسی
 | hi - हिन्दी
 | ht - Haitian Creole
 | hy - հայերեն
 | ja - 日本語
 |
mr - मराठी
 | pl - polski
 | ps - پښتو
 | ru - русский
 | rw - Kinyarwanda
 |
sv - svenska
 | sw - Kiswahili
 | ta - தமிழ்
 | | |
diff --git a/composer.json b/composer.json
index 17a64a5b..8bcf3cf4 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
"stats"
],
"license": "MIT",
- "version": "1.1.0",
+ "version": "1.2.0",
"homepage": "https://github.com/DenverCoder1/github-readme-streak-stats",
"autoload": {
"classmap": [
diff --git a/composer.lock b/composer.lock
index 49a1af59..ecf14102 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "2dafbb7e632abda05fd9d8daecd4f8c3",
+ "content-hash": "855174c5240dc5308c365f2d6f15fd9f",
"packages": [
{
"name": "graham-campbell/result-type",
@@ -608,16 +608,16 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.15.5",
+ "version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
- "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@@ -658,9 +658,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
- "time": "2023-05-19T20:20:00+00:00"
+ "time": "2023-08-13T19:53:39+00:00"
},
{
"name": "phar-io/manifest",
@@ -775,16 +775,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.26",
+ "version": "9.2.27",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
+ "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
- "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1",
+ "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1",
"shasum": ""
},
"require": {
@@ -840,7 +840,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27"
},
"funding": [
{
@@ -848,7 +849,7 @@
"type": "github"
}
],
- "time": "2023-03-06T12:58:08+00:00"
+ "time": "2023-07-26T13:44:30+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -1093,16 +1094,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.6.9",
+ "version": "9.6.11",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "a9aceaf20a682aeacf28d582654a1670d8826778"
+ "reference": "810500e92855eba8a7a5319ae913be2da6f957b0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778",
- "reference": "a9aceaf20a682aeacf28d582654a1670d8826778",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0",
+ "reference": "810500e92855eba8a7a5319ae913be2da6f957b0",
"shasum": ""
},
"require": {
@@ -1176,7 +1177,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11"
},
"funding": [
{
@@ -1192,7 +1193,7 @@
"type": "tidelift"
}
],
- "time": "2023-06-11T06:13:56+00:00"
+ "time": "2023-08-19T07:10:56+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -1700,16 +1701,16 @@
},
{
"name": "sebastian/global-state",
- "version": "5.0.5",
+ "version": "5.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
+ "reference": "bde739e7565280bda77be70044ac1047bc007e34"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
- "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
+ "reference": "bde739e7565280bda77be70044ac1047bc007e34",
"shasum": ""
},
"require": {
@@ -1752,7 +1753,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
- "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
+ "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
},
"funding": [
{
@@ -1760,7 +1761,7 @@
"type": "github"
}
],
- "time": "2022-02-14T08:28:10+00:00"
+ "time": "2023-08-02T09:26:13+00:00"
},
{
"name": "sebastian/lines-of-code",
diff --git a/docs/themes.md b/docs/themes.md
index fba03dc2..f50e9391 100644
--- a/docs/themes.md
+++ b/docs/themes.md
@@ -129,6 +129,14 @@ Note: Theme names provided are case-insensitive and any use of underscores will
| `catppuccino-frappe` |  |
| `catppuccino-macchiato` |  |
| `catppuccino-mocha` |  |
+| `burnt-neon` |  |
+| `humoris` |  |
+| `shadow-red` |  |
+| `shadow-green` |  |
+| `shadow-blue` |  |
+| `shadow-orange` |  |
+| `shadow-purple` |  |
+| `shadow-brown` |  |
### Can't find the theme you like?
diff --git a/src/themes.php b/src/themes.php
index 8a4a9e9f..d09449db 100644
--- a/src/themes.php
+++ b/src/themes.php
@@ -1575,4 +1575,108 @@
"dates" => "#BAC2DE",
"excludeDaysLabel" => "#BAC2DE",
],
+ "burnt-neon" => [
+ "background" => "#0D1117",
+ "border" => "#98989A",
+ "stroke" => "#98989A",
+ "ring" => "#FE25B1",
+ "fire" => "#622B53",
+ "currStreakNum" => "#FF6906",
+ "sideNums" => "#01FED1",
+ "currStreakLabel" => "#01FED1",
+ "sideLabels" => "#FF6906",
+ "dates" => "#C6AB07",
+ "excludeDaysLabel" => "#A5BC0B",
+ ],
+ "humoris" => [
+ "background" => "#DFAF77",
+ "border" => "#E8E6E4",
+ "stroke" => "#191919",
+ "ring" => "#683C2C",
+ "fire" => "#191419",
+ "currStreakNum" => "#191419",
+ "sideNums" => "#191419",
+ "currStreakLabel" => "#393C3C",
+ "sideLabels" => "#393C3C",
+ "dates" => "#444444",
+ "excludeDaysLabel" => "#444444",
+ ],
+ "shadow-red" => [
+ "background" => "#FFFFFF00",
+ "border" => "#4F0000",
+ "stroke" => "#4F0000",
+ "ring" => "#4F0000",
+ "fire" => "#9A0000",
+ "currStreakNum" => "#B94242",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#9A0000",
+ "sideLabels" => "#9A0000",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#B94242",
+ ],
+ "shadow-green" => [
+ "background" => "#FFFFFF00",
+ "border" => "#003D00",
+ "stroke" => "#003D00",
+ "ring" => "#003D00",
+ "fire" => "#007A00",
+ "currStreakNum" => "#4DB942",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#007A00",
+ "sideLabels" => "#007A00",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#4DB942",
+ ],
+ "shadow-blue" => [
+ "background" => "#FFFFFF00",
+ "border" => "#004490",
+ "stroke" => "#004450",
+ "ring" => "#004450",
+ "fire" => "#00779A",
+ "currStreakNum" => "#3E6BFF",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#00779A",
+ "sideLabels" => "#00779A",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#3E6BFF",
+ ],
+ "shadow-orange" => [
+ "background" => "#FFFFFF00",
+ "border" => "#834400",
+ "stroke" => "#834400",
+ "ring" => "#834400",
+ "fire" => "#BB5502",
+ "currStreakNum" => "#EC861A",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#BB5502",
+ "sideLabels" => "#BB5502",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#EC861A",
+ ],
+ "shadow-purple" => [
+ "background" => "#FFFFFF00",
+ "border" => "#570182",
+ "stroke" => "#570182",
+ "ring" => "#570182",
+ "fire" => "#6F42C1",
+ "currStreakNum" => "#CA59FF",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#6F42C1",
+ "sideLabels" => "#6F42C1",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#CA59FF",
+ ],
+ "shadow-brown" => [
+ "background" => "#FFFFFF00",
+ "border" => "#31312D",
+ "stroke" => "#31312D",
+ "ring" => "#31312D",
+ "fire" => "#7D6642",
+ "currStreakNum" => "#BB9863",
+ "sideNums" => "#747474",
+ "currStreakLabel" => "#7D6642",
+ "sideLabels" => "#7D6642",
+ "dates" => "#747474",
+ "excludeDaysLabel" => "#BB9863",
+ ],
];
diff --git a/src/translations.php b/src/translations.php
index e43377bd..f5ed199d 100644
--- a/src/translations.php
+++ b/src/translations.php
@@ -300,6 +300,7 @@
"Week Streak" => "निरन्तरसप्ताहाः",
"Longest Week Streak" => "दीर्घतमाः निरन्तरसप्ताहाः",
"Present" => "वर्तमान",
+ "Excluding" => "बहिष्करणम्",
],
"sr" => [
"Total Contributions" => "Укупно додавања",
@@ -310,6 +311,15 @@
"Present" => "Данас",
"Excluding" => "Искључујући",
],
+ "su" => [
+ "Total Contributions" => "Total Kontribusi",
+ "Current Streak" => "Aksi Ayeuna",
+ "Longest Streak" => "Aksi Pangpanjangna",
+ "Week Streak" => "Aksi Minggonan",
+ "Longest Week Streak" => "Aksi Minggonan Pangpanjangna",
+ "Present" => "Ayeuna",
+ "Excluding" => "Teu Kalebet",
+ ],
"sv" => [
"Total Contributions" => "Totalt antal uppladningar",
"Current Streak" => "Dagar uppladdat i rad just nu",
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy