Skip to content

Commit

Permalink
Version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed May 6, 2023
1 parent 5926948 commit 233146a
Show file tree
Hide file tree
Showing 46 changed files with 1,887 additions and 974 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,21 @@
- [x] Update year on license
- [x] Fix search icon on Nebula theme

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

# Next Update
Coming soon!

### Roadmap
The roadmap has moved [here](https://github.com/orgs/Metallic-Web/projects/1/views/1).
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,21 @@ File: [/public/aero/config.js](https://github.com/Metallic-Web/Metallic/blob/mai
## Changelog/Roadmap
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).

## Pages
Pages are is the order of 1, 2, 3 etc.

- / - Home
- `1.html` - Apps
- `2.html` - Games
- `3 (and 3.html)` - Redirects to /3/1.html
- 3/1.html - Search
- 3/2.html - Tab
- 3/3.html - Appearance
- 3/4.html - UI
- `4.html` - Privacy
- `5.html` - Credits
- `6.html` - Support
- `*` - Error

## License
Metallic uses the MIT license.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metallic",
"version": "1.8",
"version": "1.9",
"description": "A powerful web proxy build for speed and customization.",
"repository": "https://github.com/Metallic-Web/Metallic.git",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions public/apps/chatgpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file removed public/files/2048/2048.png
Binary file not shown.
Binary file removed public/files/2048/favicon.ico
Binary file not shown.
Binary file removed public/files/2048/img/spinner.gif
Binary file not shown.
82 changes: 0 additions & 82 deletions public/files/2048/index.html

This file was deleted.

1 change: 0 additions & 1 deletion public/files/2048/js/ai.js

This file was deleted.

1 change: 0 additions & 1 deletion public/files/2048/js/animframe_polyfill.js

This file was deleted.

1 change: 0 additions & 1 deletion public/files/2048/js/application.js

This file was deleted.

1 change: 0 additions & 1 deletion public/files/2048/js/game_manager.js

This file was deleted.

1 change: 0 additions & 1 deletion public/files/2048/js/grid.js

This file was deleted.

Loading

0 comments on commit 233146a

Please sign in to comment.