Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Dec 17, 2024
1 parent fbb47c5 commit 406100a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incognito",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 406100a

Please sign in to comment.