Releases: MythUp/RipWPC
Releases · MythUp/RipWPC
1.1.1
Version 1.1.1
Fix: correct initial state display on startup
- Deferred initial status check to background thread to avoid UI blocking
- Service/program state now correctly determined before button label is set
- If either service or program is running, button shows "Stop", otherwise "Start"
- Regular polling (2s interval) starts after initial check completes
1.1.0
Version 1.1.0
- Full internationalization: UI now supports English and French.
- Automatic language detection: displays French if OS locale is set to French, otherwise defaults to English.
- Bilingual descriptions in manifest.json with separate en and fr blocks.
- All UI strings (labels, buttons, status messages) translated and loaded from i18n.json.
- Seamless fallback to English if translation file is missing or incomplete.
1.0.0
Version 1.0.0
- One-window Tkinter UI to control both the Windows Parental Controls service (WpcMonSvc) and process (WpcMon.exe) with a single toggle.
- Button auto-switches between Start/Stop based on current state.
- Auto-refreshing status panel shows service and program state.
- Console hidden on launch for a clean UX.
- App header and info dialog display metadata (name, version, author, description) from manifest.json.