Skip to content

WebDeck v1.7.2

Compare
Choose a tag to compare
@Lenochxd Lenochxd released this 23 Jan 20:53
· 139 commits to master since this release

English 🇺🇸

  • Introduced a language system with support for French and English. Anyone can now translate to a new language using the .lang files located in static/files/langs/*
  • Added the option to disable the soundboard
  • Added a reconnection screen in case the server becomes inaccessible
  • Added a button in the settings to easily authorize the application through the Windows firewall
  • Increased the hitbox size for closing menus
  • SVG files are now loaded during the loading process, preventing display issues
  • Fixed the 'Open' button; it is now possible to create new ones easily
  • Fix: No need to restart the application when changing the OBS password
  • Fix: No need to restart the application when changing the dedicated browser settings
  • Fix: Configuration no longer closes when pressing 'c' or 'm' in a text field
  • Fixed ability to scroll on mobile in button configuration pages
  • Fixed button image resizing not automatically reverting to 70% after changing the image.
  • Fixed the wallpaper size in the button preview in edit mode
  • Fixed the auto-update that performed the update even if disabled
  • Removed the unnecessary PowerShell window at startup
  • Minor bug fixes

Français 🇫🇷

  • Ajout d'un système de langues avec prise en charge du français et de l'anglais. Il est désormais possible à n'importe qui de traduire vers une nouvelle langue en utilisant les fichiers .lang situés dans static/files/langs/*
  • Ajout du paramètre permettant de désactiver la soundboard
  • Ajout d'un écran de reconnexion si jamais le serveur n'est plus accessible
  • Ajout d'un bouton dans les paramètres pour autoriser l'application via le pare-feu windows facilement
  • Augmentation de la taille de la hitbox pour fermer les menus
  • Les fichiers SVG sont maintenant chargés pendant le chargement, ce qui évite les problèmes d'affichage
  • Correction du bouton 'Ouvrir', il est désormais possible d'en créer de nouveaux facilement
  • Correction : Plus besoin de redémarrer l'application lors du changement du mot de passe OBS
  • Correction : Plus besoin de redémarrer l'application lors du changement du paramètre du navigateur dédié
  • Correction : La configuration ne se ferme plus en appuyant sur 'c' ou 'm' dans un champ de texte
  • Correction : Possibilité de scroller sur mobile dans les pages de configuration de boutons
  • Correction du redimensionnement des images des boutons, qui ne revenait pas automatiquement à 70% après avoir modifié l'image.
  • Correction de la taille du fond d'écran dans l'aperçu des boutons en mode édition
  • Correction de l'auto-update qui effectuait la mise à jour même si désactivé
  • Suppression de la fenêtre PowerShell inutile au démarrage
  • Corrections de bugs mineurs