Spaces:
Sleeping
Sleeping
File size: 1,638 Bytes
46c7a16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# 1.0.0
- The initial rewrite to Astro. Includes:
- Fully static
- Easier to build
- Feels/is faster to use
- Fixes some bugs
- Among tons of other stuff
# 1.0.1
- Fixes the games and apps page looking weird
# 1.0.2
- Fixes Dockerfile issues
# 1.0.3
- Turns off Rammerhead by default for now
- Docker env fixes again
- SEO
# 1.0.4
- Bumps RH
- Fixes issues with bare-server-node
# 1.1.0
- Switches to Deno (mostly)
- General bug fixes
- Removes Rammerhead as an option and replaces it with Scramjet (coming soon)
- Removes bare server and adds libcurl as an option
- Adds a different Deno native server (Hono) - Command: `deno task start:standalone`
- Removes Masqr
- No more SSR, it's purely statically generated
- CI fixes and other general improvements
- Configuration is done via TOML over a bunch of environment vars
- Removes Biome in place of Deno's native formatter
- A better roadmap of what should be done in the future.
# 1.1.1
- Fixes a bug where if games aren't enabled it redirects to localhost:8080 over just /
- Fixes a bug where if games aren't enabled, it still loads and compresses images over just ignoring them.
# 1.1.2
- Fixes bugs with apps opening as the full url instead of just the correct link
- Fixes a bug with the iFrame panel where it copies & pastes the full link instead of just the normal link.
- Add Scramjet
# 1.1.3
- Add the notice that ScramJet is in beta and may break
# 1.1.4
- Add the ability to disable/enable SEO or selectively render/show it
- Adds the docker-builds.yml file to show the builds I am doing for the docker images.
# 1.1.5
- Fixes the games (mostly)
|