Commit Graph
272 Commits
Author SHA1 Message Date
martin-mfg 596f73c55c Merge branch 'technical-improvements' into user-management 2025-09-16 13:28:20 +02:00
martin-mfg 8d9565d851 Merge remote-tracking branch 'origin/master' into technical-improvements 2025-09-16 13:27:40 +02:00
martin-mfg a50af95e70 minor readme changes 2025-09-16 13:14:09 +02:00
aa1caba1d4 feat: add Romanian translations (#3970)
* feat: add Romanian translation

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-15 23:51:10 +03:00
JoniandAlexandr 1b06e7117e feat: add Finnish translations (#4144)
* Update translations.js

Finnish added to 'src/translations.js' as a new translated language.

* docs

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-09-15 23:25:10 +03:00
Kyle UptonandAlexandr 3987991058 feat: implement whitelist for self-hosted instances (#3939)
* whitelist for username based endpoints

* added gist whitelist

* review

* fix

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-09-15 23:13:42 +03:00
martin-mfg b7a4823f91 move default card_width for wakatime card, add to readme 2025-09-14 13:38:16 +02:00
Frieder BluemleandAlexandr c966becb9a chore: standardize the GitHub and npm branding through the codebase (#4014)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2025-09-10 19:31:35 +03:00
44cc74d6c6 docs: fix grammar error inside readme file (#4180)
* Fix grammatical error :)

* Update readme.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-09 20:36:33 +03:00
e4d4e9e284 feat: add Azerbaijani translations (#4214)
* feat(translations): add Azerbaijani translations

* feat(translations): add Azerbaijani to available locales

* Update src/translations.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-09 20:30:50 +03:00
martin-mfg f33fd7e305 fix readme links, revert gitignore change 2025-09-09 19:18:53 +02:00
martin-mfg 04dd868e2b Merge remote-tracking branch 'origin/master' into technical-improvements 2025-09-09 15:29:10 +02:00
Alexandr Garbuzov 71dd0da906 docs: refactor quick align tip section in readme for better readability (#4399) 2025-09-07 21:18:13 +03:00
Alexandr Garbuzov 309f4a2749 docs: remove outdated give.india banner & fix broken HTML tags structure (#4392) 2025-09-07 21:05:48 +03:00
Alexandr Garbuzov 57ababf1c2 docs: reorder cards options sections inside readme for better readability (#4391) 2025-09-07 20:59:28 +03:00
Alexandr Garbuzov 794dc6bd23 docs: make table of contents opt-in (#4385) 2025-09-07 20:47:14 +03:00
martin-mfg 0506671078 Merge remote-tracking branch 'origin/master' into debugging 2025-08-29 19:21:57 +02:00
Alexandr Garbuzov a92cc03e92 docs: update cache info to the actual one inside readme (#4370) 2025-08-24 17:00:08 +03:00
Alexandr Garbuzov 8ae6980056 docs: remove outdated translations (#4369) 2025-08-24 16:57:23 +03:00
martin-mfg c2fd0892c5 add "role" parameter to readme 2025-08-06 14:07:26 +02:00
martin-mfg 2f23ff5958 fix tests, rename "owners"->"owner" and "repos"->"repo" 2025-08-06 08:35:09 +02:00
martin-mfg 8a3a1bb081 move files back and adapt most paths 2025-06-24 19:36:47 +02:00
martin-mfg 31ca8a317a move core app to .vercel/output/..., adapt only some paths 2025-06-23 15:55:46 +02:00
martin-mfg 148d6a07da update urls in readme to my vercel instance for testing new features 2025-06-08 15:43:42 +02:00
martin-mfg 80b78a4cad allow repos param without owner, improve readme, improve bold formatting 2025-06-08 11:35:22 +02:00
martin-mfg 327568eede update readme with new features 2025-06-05 13:48:44 +02:00
martin-mfg f91b400c43 add repo filter 2025-05-18 21:53:13 +02:00
Takuma Kajikawa 57960248b7 docs: fix default value of cache_seconds query option in README (#3644) 2024-02-16 21:50:30 +02:00
Alexandr Garbuzov 2259870e8e docs: fix wakatime card api_domain option default value (#3532) 2023-12-11 19:33:08 +01:00
Alexandr Garbuzov c6c4a88d6d docs: improve query options appereance using tables (#3484) 2023-11-25 20:23:21 +02:00
b8983dd697 feat: show wakatime stats in percentage (resolves #3016) (#3326)
* added option to display wakatime in percentage

* updated exclusive options in wakatime

* added percent sign

* Update readme.md

Co-authored-by: Rick Staa <rick.staa@outlook.com>

* made the required changes

* Update wakatime-card.js

* Update wakatime-card.js

---------

Co-authored-by: Rick Staa <rick.staa@outlook.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-11-23 21:13:48 +02:00
Alexandr Garbuzov a8663a8025 feat(wakatime card): add disable animations query option (#3496)
* feat(wakatime card): add disable animations query option

* docs
2023-11-23 21:06:01 +02:00
Alexandr Garbuzov ddcc30d641 feat(repo card): add description lines count query parameter (#3453)
* feature(repo card): add description lines count query parameter

* dev

* dev

* docs

* test
2023-11-20 20:08:48 +02:00
kurple d4f1a5d061 docs: grammar/Clarity Fixes. (#3463)
* Fixed Grammar

* Grammar Fixes

* Grammar Fixes
2023-11-20 10:01:42 +01:00
Joseph Madamba 6bcc98d99d fix: fix WakaTime brand casing (#3411)
* `Wakatime` -> `WakaTime`

* Fix wrong `WakaTime` brand naming on tr translation

* `wakatime stats` -> `WakaTime stats`
2023-10-24 09:57:32 +02:00
Alexandr Garbuzov cb5ac97cc5 docs: themes addition paused (#3409) 2023-10-23 11:10:56 +02:00
Alexandr Garbuzov 885bd1b04e docs: add link to translations contribution guidelines (#3390) 2023-10-18 19:53:03 +02:00
Alexandr Garbuzov bc9076a209 docs: use absolute paths for several broken links as temporary solution (#3389) 2023-10-18 19:51:38 +02:00
Alexandr Garbuzov 2567a6e580 docs: add top issues dashboard notice (#3363) 2023-10-15 10:33:36 +02:00
Rick Staa 6dc6c61877 docs: improve vercel badge position (#3347)
* docs: improve Vercel badge position

* docs: keep Vercel badge at the bottom
2023-10-15 10:33:13 +02:00
Rick Staa ee7cf1fec4 docs: add uptime badge (#3350) 2023-10-13 23:53:07 +03:00
Rick Staa a39785189c docs: fix relative README links (#3067) 2023-10-12 19:57:52 +02:00
Vishal Sharma 18763ae9c3 docs: remove broken sponsor links (#3336)
solves: #3334

Removed broken "Supported by" links in documentation
2023-10-12 13:23:43 +02:00
Alexandr Garbuzov 3b53bedb11 docs: add available locales section (#3331)
* docs: add available locales section

* dev
2023-10-12 13:15:28 +02:00
Alexandr Garbuzov 2ee803fc16 feature: extend default card cache time to 6 hours (#3242)
* feature: extend default card cache time to 8 hours

* reduce to six hours
2023-09-19 11:54:27 +02:00
Alexandr Garbuzov 94deb04e61 docs: add top languages card limits warning (#3228) 2023-09-14 11:33:21 +02:00
Alexandr Garbuzov d915e28ef2 docs: fix show more languages section data (#3176) 2023-08-30 07:34:54 +02:00
Alexandr Garbuzov 5c89063e6f docs: improve request feature link (#3172) 2023-08-29 07:42:18 +02:00
Alexandr Garbuzov e6b0613e1c docs: improve bug report link (#3171) 2023-08-29 07:41:40 +02:00
Alexandr Garbuzov 5574fd264e docs: show additional stats icons (#3156) 2023-08-28 09:16:31 +02:00