Skip to content

TV Launcher v1.3

Latest

Choose a tag to compare

@Darkvinx88 Darkvinx88 released this 29 Apr 15:10
· 7 commits to main since this release
3b8314b

New in Version 1.3

  • Added

    • Full Parental Control System
      • 4-digit PIN protection stored as SHA-256 with a randomly generated per-user salt (never stored in plain text).
        Once set, user will be asked for the PIN at startup.
      • Security question & answer backup stored as SHA-256 with independent salt
      • 6 built-in security questions to choose from during setup
      • Brute-force protection: 5 failed PIN attempts trigger a 30-second lockout with a live countdown
      • Configure or Disable directly in the Settings Menu
      • Mouse,Keyboard,Remote and gamepads input supported
      • Parental Control Data is stored as a JSON in %APPDATA%\Roaming\TVLauncher on
        Windows and ~/.config/TVLauncher on Linux.
  • Changed

    • PyQt temporarily locked to version 6.10 on Windows via requirements due to a regression introduced in Qt 6.11 with the
      Windows DWM compositor.