Skip to content

Commit 233146a

Browse files
committed
Version 1.9
1 parent 5926948 commit 233146a

46 files changed

Lines changed: 1887 additions & 974 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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,21 @@
7878
- [x] Update year on license
7979
- [x] Fix search icon on Nebula theme
8080

81-
# Next Update
81+
# Version 1.9
82+
- [x] Add games thanks to 3kh0
83+
- [x] 3 new themes Kahoot, Booklet and amethyst
84+
- [x] Changed pages to 1, 2, 3 etc.
85+
- [x] Redirect settings to settings search page (default)
86+
- [x] Updated favicon.ico to latest logo
87+
- [x] Add ChatGPT app
8288
- [x] Fix notifications animations
8389
- [x] Make notifications change rounding
8490
- [x] Fix hub notification not showing up
8591
- [x] Fix 3kh0 theme placeholder
8692
- [x] Obfuscate notifications
8793

94+
# Next Update
95+
Coming soon!
96+
8897
### Roadmap
8998
The roadmap has moved [here](https://github.com/orgs/Metallic-Web/projects/1/views/1).

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,21 @@ File: [/public/aero/config.js](https://github.com/Metallic-Web/Metallic/blob/mai
8181
## Changelog/Roadmap
8282
Check out the [changelog](https://github.com/Metallic-Web/Metallic/blob/main/CHANGELOG.md) and the [roadmap](https://github.com/orgs/Metallic-Web/projects/1/views/1).
8383

84+
## Pages
85+
Pages are is the order of 1, 2, 3 etc.
86+
87+
- / - Home
88+
- `1.html` - Apps
89+
- `2.html` - Games
90+
- `3 (and 3.html)` - Redirects to /3/1.html
91+
- 3/1.html - Search
92+
- 3/2.html - Tab
93+
- 3/3.html - Appearance
94+
- 3/4.html - UI
95+
- `4.html` - Privacy
96+
- `5.html` - Credits
97+
- `6.html` - Support
98+
- `*` - Error
99+
84100
## License
85101
Metallic uses the MIT license.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metallic",
3-
"version": "1.8",
3+
"version": "1.9",
44
"description": "A powerful web proxy build for speed and customization.",
55
"repository": "https://github.com/Metallic-Web/Metallic.git",
66
"license": "MIT",

public/apps/chatgpt.svg

Lines changed: 1 addition & 0 deletions
Loading

public/favicon.ico

-24.4 KB
Binary file not shown.

public/files/2048/2048.png

-7.51 KB
Binary file not shown.

public/files/2048/favicon.ico

-4.19 KB
Binary file not shown.

public/files/2048/img/spinner.gif

-613 Bytes
Binary file not shown.

public/files/2048/index.html

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)