Skip to content

Commit 24055ea

Browse files
committed
Version 1.5
1 parent e2e67a9 commit 24055ea

60 files changed

Lines changed: 994 additions & 95 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,19 @@
3333
- [x] Updated button look
3434
- [x] Changed date
3535

36-
### Upcoming
36+
### Version 1.5
37+
- [x] Added translations (en, es, fr, zh, de)
3738
- [x] New Themes
3839
- [x] Updated scrollbar
40+
- [x] Docker support
41+
- [x] Fixed links style
42+
- [x] Fixed links underline when obfuscated
43+
44+
### Upcoming
45+
- [ ] Translate page titles
46+
- [ ] Obfuscate more text
47+
- [ ] Obfuscate links (href)
48+
- [ ] No obfuscation option in "/consts.js"
3949
- [ ] Update proxies
4050
- [ ] Add games
4151
- [ ] Custom themes

package-lock.json

Lines changed: 216 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"@tomphttp/bare-client": "^1.1.0",
1414
"clsx": "^1.2.1",
1515
"http-server": "^14.1.1",
16+
"i18next": "^22.4.10",
17+
"i18next-fs-backend": "^2.1.1",
18+
"i18next-http-backend": "^2.1.1",
1619
"random-seed": "^0.3.0",
20+
"react-i18next": "^12.2.0",
1721
"react-router-dom": "^6.4.1",
1822
"react-tsparticles": "^2.3.2",
1923
"tsparticles": "^2.3.2"

0 commit comments

Comments
 (0)