Oscam_emu_11933.patch
Update
OSCAm Emu Patch Manager – Fixes & Improvements Summary
Automatic Update Check at Startup
Added a 1-second delayed automatic check for plugin updates using QTimer.singleShot.
Shows a message if an update is available or not.
Plugin Update Button Improvements
Clicking the Plugin Update button now shows a proper dialog:
If a new version is available → asks for confirmation before downloading.
If already up-to-date → shows a “No new version available” info message.
Fixed the bug where the old window remained open after updating on startup.
Commit Count Feature
Added a label and spinbox to select the number of commits to display.
The value is now immediately saved to config.json whenever it changes.
Avoided duplicate spinboxes in the UI.
Restart Tool Button
Text now adapts correctly to language changes.
Added missing English translation for "restart_tool": "Restart Tool" in TEXTS.
Configuration Saving Method
Added a reusable save_config_value(key, value) method for writing changes to config.json.
Text Updates (TEXTS)
Added missing translations for all new features (commit label, plugin update dialogs, restart button, etc.).
Ensured both English and German texts are consistent.
Color Themes for Dark Mode
Added 15 new dark mode color themes in the format:
Code
"ThemeName": {"bg": "#1A1A1D", "text": "<BrightColor>"}
Each theme has a dark background and a bright text color.
Miscellaneous Fixes
Fixed plugin_update_action() error regarding unexpected progress_callback argument.
Ensured smooth update process whether triggered at startup or via the Plugin Update button.
Oscam-emu-11939.patch
Update
Oscam_11942_emu.patch
Update
webif-add-wiki-translation-function.patch
Oscam_11943_emu.patch
Update