Skip to content

Releases: Webdevcode-de/dashboard

v1 Release Windows

17 Mar 15:50
bb3c210

Choose a tag to compare

Screen Overlay App – Windows Release

A lightweight Windows application for managing web overlays. This release includes both the Screen Overlay App and its Overlay Config interface.

Features

  • Screen Overlay App

    • Displays a customizable web overlay on top of other windows
    • Adjustable size, position, and automatic reload intervals
    • Runs in the background with optional startup launch
  • Overlay Config

    • Separate configuration interface to set URLs, login credentials, window dimensions, and reload intervals
    • All settings are stored in a per-user folder (C:\Users\<User>\.screenapp) so no admin rights are required after installation
  • Installer & Uninstaller

    • Installs main app and optional Overlay Config into Program Files
    • Clean uninstallation with GUI prompts
    • Automatically removes both apps if uninstalled

Usage

  1. Run screen.exe to display the overlay.
  2. Open configurator.exe (or "Overlay Config") to adjust settings.
  3. Installed apps appear in Windows Installed Apps for easy management.

System Requirements

  • Windows 10 or Windows 11
  • Python not required (standalone executable)
  • 50 MB disk space

Release Notes

  • Added optional Overlay Config during installation
  • Configurations are now stored in a per-user folder to avoid admin prompts
  • Silent uninstall improvements – no command prompt window
  • Bug fixes and stability improvements