Skip to content

Commit

Permalink
chore: release v5.3.1
Browse files Browse the repository at this point in the history
* (bluefox) Updated GUI packages
  • Loading branch information
GermanBluefox committed Sep 28, 2022
1 parent 255255e commit 30ee2b8
Show file tree
Hide file tree
Showing 11 changed files with 769 additions and 12,930 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Global Homebridge Config Directory Path:
-->

## Changelog
### **WORK IN PROGRESS**
### 5.3.1 (2022-09-28)
* (bluefox) Updated GUI packages

### 5.3.0 (2022-09-15)
Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.js": "/static/js/main.d553ad1f.js",
"main.js": "/static/js/main.1dc953c6.js",
"index.html": "/index.html",
"main.d553ad1f.js.map": "/static/js/main.d553ad1f.js.map"
"main.1dc953c6.js.map": "/static/js/main.1dc953c6.js.map"
},
"entrypoints": [
"static/js/main.d553ad1f.js"
"static/js/main.1dc953c6.js"
]
}
663 changes: 663 additions & 0 deletions admin/static/js/main.1dc953c6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions admin/static/js/main.1dc953c6.js.map

Large diffs are not rendered by default.

676 changes: 0 additions & 676 deletions admin/static/js/main.d553ad1f.js

This file was deleted.

1 change: 0 additions & 1 deletion admin/static/js/main.d553ad1f.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion admin/tab_m.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="../../lib/js/socket.io.js"></script><script defer="defer" src="static/js/main.d553ad1f.js"></script></head><body><div class="m adapter-container" id="root"></div></body></html>
<html><head><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="../../lib/js/socket.io.js"></script><script defer="defer" src="static/js/main.1dc953c6.js"></script></head><body><div class="m adapter-container" id="root"></div></body></html>
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "ham",
"version": "5.3.0",
"version": "5.3.1",
"news": {
"5.3.1": {
"en": "Updated GUI packages",
"de": "Aktualisierte GUI-Pakete",
"ru": "Обновленные пакеты GUI",
"pt": "Pacotes de GUI atualizados",
"nl": "Update GUI pakketten",
"fr": "Paquets GUI mis à jour",
"it": "Pacchetti GUI aggiornati",
"es": "Paquetes GUI actualizados",
"pl": "Pakiet GUI",
"zh-cn": "A. 最新古伊一揽子计划"
},
"5.3.0": {
"en": "Add option to enable homebridge debug logging",
"de": "Option hinzufügen, um homebridge debug Protokollierung zu aktivieren",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "IMPORTANTE actualización casera y envoltorio a 1.5.0 (más tarde de hoy). IMPORTANTE: Requiere también homebridge 1.5.x instalado al utilizar el modo global y el modo local se actualizará a 1.5.x también! Revise sus plugins para actualizaciones!",
"pl": "IMPORTANT uaktualniło domowe mosty i owijało do 1.5.0. IMPORTANT: Requires również homebridge 1.5.x zainstalowany w trybie globalnym i tryb lokalny będzie aktualizowany do 1,5.x too! Wykorzystywanie dla aktualizacji!",
"zh-cn": "IMPORTANT更新了屋顶和颈部。 IMPORTANT:Requires also Homebridge 1.5.x, 当使用全球模式和当地模式更新1.5x太! 检查你的供给!"
},
"5.0.2": {
"en": "Update tab GUI",
"de": "Registerkarte GUI",
"ru": "Обновить вкладку GUI",
"pt": "Atualizar guia GUI",
"nl": "Vertaling:",
"fr": "Mettre à jour l'onglet GUI",
"it": "Aggiorna la scheda GUI",
"es": "Actualizar ficha GUI",
"pl": "Data dostępu",
"zh-cn": "最新表格"
}
},
"title": "Homebridge accessories manager",
Expand Down
Loading

0 comments on commit 30ee2b8

Please sign in to comment.