Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

## 4.55.1 (2024-01-07) #1972

Merged
merged 6 commits into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ body:
If your operating system is not listed, please provide it in the bug description.
validations:
required: true
- type: checkboxes
- type: dropdown
attributes:
label: Environment Info
options:
- label: Using Docker?
- label: Using Hyper-V?
- label: Using hb-service?
description: |
Please check any boxes that apply to you.
If your Environment Info is not listed, please provide it in the bug description.
- type: dropdown
id: raspberry-pi-model
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ body:
If your operating system is not listed, please provide it in the support description.
validations:
required: true
- type: checkboxes
- type: dropdown
attributes:
label: Environment Info
options:
- label: Using Docker?
- label: Using Hyper-V?
- label: Using hb-service?
description: |
Please check any boxes that apply to you.
If your Environment Info is not listed, please provide it in the bug description.
- type: dropdown
id: raspberry-pi-model
attributes:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,21 @@ jobs:
echo "Bundle is under 10MB, stopping"
exit 1
fi

- name: Upload tar.gz Bundle to GitHub Artifacts
uses: actions/upload-artifact@v4
with:
name: 'homebridge-config-ui-x-${{ steps.tag.outputs.latestTag }}.tar.gz'
path: |
./homebridge-config-ui-x-${{ steps.tag.outputs.latestTag }}.tar.gz


- name: Upload SHASUMS256.txt to GitHub Artifacts
uses: actions/upload-artifact@v4
with:
name: 'SHASUMS256.txt'
path: |
./SHASUMS256.txt

- name: Attach Bundle
uses: AButler/upload-release-assets@v3.0
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to homebridge-config-ui-x will be documented in this file.

## 4.55.1 (2024-01-07)

### Bug Fixes

- Force earlier version of bonjour-service to resolve [#1973](https://github.com/homebridge/homebridge-config-ui-x/issues/1973) and [#1975](https://github.com/homebridge/homebridge-config-ui-x/issues/1975)
- **If you experienced this issue, we would recommened you go into Homebridge Setting and turn off Homebridge 'Insecure' Mode (Enable Accessory Control) before upgrading**, after you upgrade you can renable.

### Translation Changes

- updates to fr.json language file (#1974) (@SonnyT72)

### Other Changes

- attach artifacts to workflows
- update issue templates

## 4.55.0 (2024-01-06)

### UI Changes
Expand Down
19 changes: 16 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.55.0",
"version": "4.55.1",
"description": "A web based management, configuration and control platform for Homebridge.",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down Expand Up @@ -70,6 +70,7 @@
"@oznu/hap-client": "1.9.0",
"axios": "1.6.5",
"bash-color": "0.0.4",
"bonjour-service": "=1.1.1",
"buffer-shims": "1.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand Down Expand Up @@ -159,4 +160,4 @@
"smart home",
"hb-service"
]
}
}
24 changes: 12 additions & 12 deletions ui/src/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"--language": "French, Francuski",
"accessories.button_add_room": "Ajouter une pièce",
"accessories.button_hidden_hide": "Hide Hidden",
"accessories.button_hidden_show": "Show Hidden",
"accessories.button_hidden_hide": "Masquer les accessoires masqués",
"accessories.button_hidden_show": "Afficher les accessoires masqués",
"accessories.control.default_room": "Pièce par défaut",
"accessories.control.drag_here": "Glisser-déposer ici",
"accessories.control.label_auto": "Auto",
Expand Down Expand Up @@ -43,7 +43,7 @@
"accessories.label_hide_this_accessory": "Masquer cet accessoire",
"accessories.label_name": "Nom",
"accessories.label_room_name": "Nom de la pièce",
"accessories.label_show_on_dashboard": "Montrer dans le widget sur le dashboard",
"accessories.label_show_on_dashboard": "Afficher dans un widget sur le dashboard",
"accessories.layout_locked": "Mise en page verrouillée",
"accessories.layout_unlocked": "Mise en page déverrouillée",
"accessories.message_for_more_information": "pour plus d'informations.",
Expand Down Expand Up @@ -80,13 +80,13 @@
"child_bridge.label_bridge_paired": "Pont appairé",
"child_bridge.label_bridge_settings": "Réglages du Pont",
"child_bridge.label_child_bridges": "Ponts secondaires",
"child_bridge.label_child_restart": "Redémarrer les Ponts secondaires",
"child_bridge.label_child_restart_plural": "Restart Child Bridges",
"child_bridge.label_child_restart": "Redémarrer le Pont secondaire",
"child_bridge.label_child_restart_plural": "Redémarrer les Ponts secondaires",
"child_bridge.label_child_setup": "Mise en place des Ponts secondaires",
"child_bridge.label_child_start": "Démarrer Pont secondaire",
"child_bridge.label_child_start_plural": "Start Child Bridges",
"child_bridge.label_child_stop": "Arrêter Pont secondaire",
"child_bridge.label_child_stop_plural": "Stop Child Bridges",
"child_bridge.label_child_start": "Démarrer le Pont secondaire",
"child_bridge.label_child_start_plural": "Démarrer les Ponts secondaires",
"child_bridge.label_child_stop": "Arrêter le Pont secondaire",
"child_bridge.label_child_stop_plural": "Arrêter les Ponts secondaires",
"child_bridge.message_about": "Homebridge vous permet de faire fonctionner la plateforme ou l'accessoire géré par votre plugin en tant que pont secondaire isolé. Cela peut améliorer la réactivité et la fiabilité générale d'Homebridge.",
"child_bridge.message_child_bridges_must_be_paired_separately": "Chaque plateforme ou accessoire d'un Pont secondaire devra être appairé avec Homebridge de manière séparée.",
"child_bridge.message_must_configure_plugin_first": "Vous devez configurer ce plugin avant de pouvoir modifier les réglages de son Pont.",
Expand Down Expand Up @@ -159,7 +159,7 @@
"menu.linux.label_shutdown_server": "Éteindre le Serveur",
"menu.linux.label_terminal": "Terminal",
"menu.restart.title": "Options d'alimentation",
"menu.settings.title": "Settings",
"menu.settings.title": "Paramètres",
"menu.tooltip_logout": "Déconnexion",
"menu.tooltip_restart": "Redémarrer",
"menu.tooltip_user_accounts": "Comptes utilisateurs",
Expand Down Expand Up @@ -286,7 +286,7 @@
"reset.toast_clear_cached_accessories_success": "Redémarrage d'Homebridge et remise à zéro du cache.",
"reset.toast_error_message": "Le cache des accessoires n'a pas pu être chargé. Il se peut que vous n'ayez pas d'accessoires en cache.",
"reset.toast_failed_to_delete_cached_accessory": "Echec lors de la suppression de l'accessoire.",
"reset.toast_failed_to_reset": "Erreur lors de la réinitialisation d'Homebridge. Regarder les Logs.",
"reset.toast_failed_to_reset": "Erreur lors de la réinitialisation d'Homebridge. Regarder les fichiers de journalisation.",
"reset.toast_removing_cached_accessory_please_wait": "Suppression de l'accessoire du cache, patientez SVP…",
"restart.label_restart_command_executed": "Commande de redémarrage exécutée",
"restart.message_homebridge_service_ready": "Serveur Homebridge Prêt",
Expand Down Expand Up @@ -365,7 +365,7 @@
"status.widget.label_no_additional_widgets": "Pas de widget supplémentaire disponible",
"status.widget.label_remove_widget": "Supprimer le Widget",
"status.widget.label_reset_layout": "Réinitialiser la Mise en page",
"status.widget.label_systeminfo": "Information Système",
"status.widget.label_systeminfo": "Informations Système",
"status.widget.label_temperature_units": "Unités de Température",
"status.widget.label_temperature_units_celsius": "Celsius",
"status.widget.label_temperature_units_fahrenheit": "Fahrenheit",
Expand Down
Loading