Skip to content

Commit d2ffac7

Browse files
committedMar 2, 2025·
chore: release v1.0.0
* (simatec) Fix Update Settings * (simatec) Rewrite in Typescript
1 parent bd47a63 commit d2ffac7

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You must enter these in the configuration of the adapter.
5454

5555
## Changelog
5656
<!-- ### **WORK IN PROGRESS** -->
57-
### **WORK IN PROGRESS**
57+
### 1.0.0 (2025-03-02)
5858
* (simatec) Fix Update Settings
5959
* (simatec) Rewrite in Typescript
6060

‎io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "remeha-home",
4-
"version": "0.2.8",
4+
"version": "1.0.0",
55
"news": {
6+
"1.0.0": {
7+
"en": "Fix Update Settings\nRewrite in Typescript",
8+
"de": "Updateeinstellungen festlegen\nRewrite in Typescript",
9+
"ru": "Настройки обновлений Fix\nПереписать в Typescript",
10+
"pt": "Definir configurações de atualização\nReescrever no Typescript",
11+
"nl": "Updateinstellingen herstellen\nHerschrijven in typescript",
12+
"fr": "Correction des paramètres de mise à jour\nRéécrire dans Typescript",
13+
"it": "Impostazioni di aggiornamento\nRiscrivi in Tipografia",
14+
"es": "Ajustes de actualización\nReescribir en Tiposcript",
15+
"pl": "Napraw ustawienia aktualizacji\nPrzepisz na maszynie",
16+
"uk": "Виправлення параметрів оновлення\nРевізити в Typescript",
17+
"zh-cn": "修正更新设置\n在字体中重写"
18+
},
619
"0.2.8": {
720
"en": "Dependencies updated\nsmall Fix",
821
"de": "Ausgaben aktualisiert\nkleiner Fix",
@@ -80,19 +93,6 @@
8093
"pl": "Napraw jsonConfig\nNaprawiono dla Admin 7.1.5",
8194
"uk": "Виправлення jsonConfig\nВиправлення для адміністратора 7.1.5",
8295
"zh-cn": "修复 Json 连接\n7.1.5 管理员的固定"
83-
},
84-
"0.2.2": {
85-
"en": "small State Fix",
86-
"de": "kleiner Staat Fix",
87-
"ru": "малый штат",
88-
"pt": "pequeno Estado Fix",
89-
"nl": "kleine staat Fix",
90-
"fr": "petit État",
91-
"it": "piccolo Stato fisso",
92-
"es": "pequeños Estados",
93-
"pl": "mały stan Fix",
94-
"uk": "мала держава виправити",
95-
"zh-cn": "小国家"
9696
}
9797
},
9898
"titleLang": {

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.remeha-home",
3-
"version": "0.2.8",
3+
"version": "1.0.0",
44
"description": "Connect your Remeha Home System with ioBroker",
55
"author": {
66
"name": "simatec",

0 commit comments

Comments
 (0)
Please sign in to comment.