summaryrefslogtreecommitdiff
path: root/src/main/java/core/VSTaskManager.java
AgeCommit message (Collapse)Author
2026-03-27Narrow replay task visibility fixPaul Buetow
2026-03-27Fix replay event visibility for loaded raft simulationPaul Buetow
2025-06-12Remove hard-coded German locale and improve English localizationPaul Buetow
- Change default locale from German to English in VSMain.java - Fix language key typos: "loging" → "logging" throughout codebase - Improve English language strings: - "Insert" → "Add" for better UX terminology - "Fullfilled" → "Fulfilled" (spelling correction) - "GLobal" → "Global" (capitalization fix) - "Delete logs" → "Clear logs" (more appropriate action) - Update all references to changed language keys 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-06Modernize project structure, update Maven config, move sources, add logging ↵Paul Buetow
config, update README and .gitignore