Skip to content

Commit

Permalink
Updata 1.7.0
Browse files Browse the repository at this point in the history
index.jinja: Added obs tutorial
  • Loading branch information
Lenochxd committed Jan 6, 2024
1 parent 58e33d5 commit 457ae67
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions static/files/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
{
"versions": [
{
"version": "1.7.0",
"release_date": {
"day": "06",
"month": "01",
"year": "2024",
"hour": "18",
"minute": "43"
},
"en": {
"updates": [
"Added OBS support (Streamlabs OBS not available yet)",
"Added buttons to display component usage of the computer",
"Added the Escape key functionality to close the last menu"
],
"minor_enhancements": [
"Improved CSS"
],
"fixes": [
"Fixed issues with /copy text and /paste text buttons",
"Fixed keyboard controls that previously did not function with uppercase letters",
"Fixed folders with dots (`.`) causing crashes; now functioning properly"
],
"nobody_cares": [
"Enhanced code quality and overall performance"
]
},
"fr": {
"updates": [
"Ajout du support d'OBS (Streamlabs OBS pas encore disponible)",
"Ajout de boutons pour afficher l'utilisation des composants de l'ordinateur",
"Ajout de la touche Échap pour fermer le dernier menu"
],
"minor_enhancements": [
"Amélioration du CSS"
],
"fixes": [
"Correction des boutons /copy text et /paste text",
"Correction des contrôles au clavier qui ne fonctionnaient pas avec les lettres majuscules",
"Correction des dossiers avec des points (`.`) causant des plantages; désormais fonctionnant correctement"
],
"nobody_cares": [
"Amélioration de la qualité du code et des performances générales"
]
}
},
{
"version": "1.6.4",
"release_date": {
Expand Down
4 changes: 2 additions & 2 deletions templates/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,9 @@
<div class="setting obs-ws">
<div class="settings-title-info">
<label for="obs" style="margin-top: 3px;">OBS Studio</label>
{% set obs_info = "https://github.com/LeLenoch/WebDeck/blob/master/static/files/FAQ-en.md#how-to-connect-your-spotify-account" %}
{% set obs_info = "https://github.com/LeLenoch/WebDeck/blob/master/static/files/FAQ-en.md#how-to-set-up-obs-studio" %}
{% if config.settings.language == "fr" %}
{% set obs_info = "https://github.com/LeLenoch/WebDeck/blob/master/static/files/FAQ-fr.md#comment-connecter-mon-compte-spotify-" %}
{% set obs_info = "https://github.com/LeLenoch/WebDeck/blob/master/static/files/FAQ-fr.md#comment-configurer-obs-studio" %}
{% endif %}
<a href="{{obs_info}}" target="_blank">
<!-- source: https://phosphoricons.com/ -->
Expand Down

0 comments on commit 457ae67

Please sign in to comment.