diff --git a/.gitignore b/.gitignore index 320db7738..6199d648b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,9 @@ config.toml # jetbrains setting folder .idea/ + +# Stupidness ~/ + +# Docker files that aren't needed in the real repo +docker-compose.local.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 608b66c32..9825f1551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,3 +33,7 @@ - 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. diff --git a/package.json b/package.json index bd71616d4..b03d6ed1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "incognito", - "version": "1.1.0", + "version": "1.1.1", "private": true, "type": "module", "dependencies": {