Skip to content

Commit 11efe6d

Browse files
bokikoclaude
andcommitted
v1.13.0: Compact layout - no scrolling needed
Major layout reorganization to fit everything on screen: - Window: 600x700 (optimized dimensions) - Compact header with ISP info on the right side - Combined game/region selectors in two compact rows - Smaller progress ring (140px instead of 180px) - Results section now expands to fill remaining space - Footer with inline share toggle Fixes user complaints about having to scroll to see options. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bd90366 commit 11efe6d

2 files changed

Lines changed: 146 additions & 209 deletions

File tree

desktop/src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
# App Version
15-
APP_VERSION = "1.12.0"
15+
APP_VERSION = "1.13.0"
1616

1717
# Ping Configuration
1818
PING_COUNT = 10 # Number of pings per server

0 commit comments

Comments
 (0)