mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Update the TODO list
This commit is contained in:
parent
10ed073e59
commit
e212905e33
2 changed files with 20 additions and 0 deletions
13
README.md
13
README.md
|
@ -142,6 +142,7 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- [ ] Ensure all the original submodules get added back to HU-Archive
|
- [ ] Ensure all the original submodules get added back to HU-Archive
|
||||||
- [x] Mobile support - (welcome screen only, partial/needs work)
|
- [x] Mobile support - (welcome screen only, partial/needs work)
|
||||||
- [ ] SEO overhaul adapted from the v2 SEO Guide format
|
- [ ] SEO overhaul adapted from the v2 SEO Guide format
|
||||||
|
- [ ] Randomize the __uv$config global, and optionally randomize the UV prefix and URL encoding via cookies
|
||||||
|
|
||||||
## Proxy/Site Functionality
|
## Proxy/Site Functionality
|
||||||
- [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done
|
- [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done
|
||||||
|
@ -155,6 +156,8 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- [ ] Update settings menu again to make more room for more features
|
- [ ] Update settings menu again to make more room for more features
|
||||||
- [x] Update csel.js (after Setting menu redesign) to support custom transports, icon swap, routing - done
|
- [x] Update csel.js (after Setting menu redesign) to support custom transports, icon swap, routing - done
|
||||||
- [x] Update csel.js to support network based adblocking (partial/needs work)
|
- [x] Update csel.js to support network based adblocking (partial/needs work)
|
||||||
|
- [ ] Add a "website self-destruct" button to the settings menu
|
||||||
|
- [ ] Flesh out and rework the UV / bare client error page
|
||||||
- [ ] Update sw.js to support workerware (https://github.com/MercuryWorkshop/workerware)
|
- [ ] Update sw.js to support workerware (https://github.com/MercuryWorkshop/workerware)
|
||||||
- [ ] Omnibox autoupdate script (for the Google/Bing style auto suggest feature)
|
- [ ] Omnibox autoupdate script (for the Google/Bing style auto suggest feature)
|
||||||
- [ ] Games library will feature 10000 items; 5000 flash games and 5000 other game types
|
- [ ] Games library will feature 10000 items; 5000 flash games and 5000 other game types
|
||||||
|
@ -191,6 +194,12 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- [x] Footer Design - (partial/needs work)
|
- [x] Footer Design - (partial/needs work)
|
||||||
- [x] Header Design - (partial/needs work)
|
- [x] Header Design - (partial/needs work)
|
||||||
|
|
||||||
|
|
||||||
|
## Community Requests
|
||||||
|
- [ ] Add [Quake WASM](https://github.com/GMH-Code/Quake-WASM)
|
||||||
|
- [ ] Celeste WASM
|
||||||
|
- [ ] Doom WASM
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- Added wisp support
|
- Added wisp support
|
||||||
|
@ -211,6 +220,10 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- Massive updates to the Settings menu visually and functionality wise; added Bare-Mux support for swapping transports to work with Ultraviolet, default icons and selective adblocking + Tor on any proxy instances
|
- Massive updates to the Settings menu visually and functionality wise; added Bare-Mux support for swapping transports to work with Ultraviolet, default icons and selective adblocking + Tor on any proxy instances
|
||||||
- CSS Has been partially restructured for mobile support, and is now properly arranged into clearly labeled sections (for the most part)
|
- CSS Has been partially restructured for mobile support, and is now properly arranged into clearly labeled sections (for the most part)
|
||||||
- Incorporated makeshift domain blacklisting functionality into Ultraviolet, currently used for blocking ads if ads are disabled in settings
|
- Incorporated makeshift domain blacklisting functionality into Ultraviolet, currently used for blocking ads if ads are disabled in settings
|
||||||
|
- Fleshed out the SEO with more descriptions and better labeling
|
||||||
|
- Switched to Fastify for serving content from the backend; a separate Express backend file is kept in case it's still needed
|
||||||
|
- Rammerhead is now locally built into the HU LTS repository
|
||||||
|
- Simplified the HU LTS setup process and added more default npm commands
|
||||||
|
|
||||||
## Vague Explanation for Beginners With External Proxies and Hosting
|
## Vague Explanation for Beginners With External Proxies and Hosting
|
||||||
You will first want to host your proxies locally or externally. OUTDATED
|
You will first want to host your proxies locally or externally. OUTDATED
|
||||||
|
|
7
TODO.md
7
TODO.md
|
@ -14,6 +14,7 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- [ ] Ensure all the original submodules get added back to HU-Archive
|
- [ ] Ensure all the original submodules get added back to HU-Archive
|
||||||
- [x] Mobile support - (welcome screen only, partial/needs work)
|
- [x] Mobile support - (welcome screen only, partial/needs work)
|
||||||
- [ ] SEO overhaul adapted from the v2 SEO Guide format
|
- [ ] SEO overhaul adapted from the v2 SEO Guide format
|
||||||
|
- [ ] Randomize the __uv$config global, and optionally randomize the UV prefix and URL encoding via cookies
|
||||||
|
|
||||||
## Proxy/Site Functionality
|
## Proxy/Site Functionality
|
||||||
- [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done
|
- [x] Ensure Ultraviolet is updated to support bare-mux and wisp - done
|
||||||
|
@ -27,6 +28,8 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- [ ] Update settings menu again to make more room for more features
|
- [ ] Update settings menu again to make more room for more features
|
||||||
- [x] Update csel.js (after Setting menu redesign) to support custom transports, icon swap, routing - done
|
- [x] Update csel.js (after Setting menu redesign) to support custom transports, icon swap, routing - done
|
||||||
- [x] Update csel.js to support network based adblocking (partial/needs work)
|
- [x] Update csel.js to support network based adblocking (partial/needs work)
|
||||||
|
- [ ] Add a "website self-destruct" button to the settings menu
|
||||||
|
- [ ] Flesh out and rework the UV / bare client error page
|
||||||
- [ ] Update sw.js to support workerware (https://github.com/MercuryWorkshop/workerware)
|
- [ ] Update sw.js to support workerware (https://github.com/MercuryWorkshop/workerware)
|
||||||
- [ ] Omnibox autoupdate script (for the Google/Bing style auto suggest feature)
|
- [ ] Omnibox autoupdate script (for the Google/Bing style auto suggest feature)
|
||||||
- [ ] Games library will feature 10000 items; 5000 flash games and 5000 other game types
|
- [ ] Games library will feature 10000 items; 5000 flash games and 5000 other game types
|
||||||
|
@ -89,3 +92,7 @@ This will be our nonexhaustive todo list for Holy Unblocker LTS v6.x.x and above
|
||||||
- Massive updates to the Settings menu visually and functionality wise; added Bare-Mux support for swapping transports to work with Ultraviolet, default icons and selective adblocking + Tor on any proxy instances
|
- Massive updates to the Settings menu visually and functionality wise; added Bare-Mux support for swapping transports to work with Ultraviolet, default icons and selective adblocking + Tor on any proxy instances
|
||||||
- CSS Has been partially restructured for mobile support, and is now properly arranged into clearly labeled sections (for the most part)
|
- CSS Has been partially restructured for mobile support, and is now properly arranged into clearly labeled sections (for the most part)
|
||||||
- Incorporated makeshift domain blacklisting functionality into Ultraviolet, currently used for blocking ads if ads are disabled in settings
|
- Incorporated makeshift domain blacklisting functionality into Ultraviolet, currently used for blocking ads if ads are disabled in settings
|
||||||
|
- Fleshed out the SEO with more descriptions and better labeling
|
||||||
|
- Switched to Fastify for serving content from the backend; a separate Express backend file is kept in case it's still needed
|
||||||
|
- Rammerhead is now locally built into the HU LTS repository
|
||||||
|
- Simplified the HU LTS setup process and added more default npm commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue