Skip to content

Commit 86276d5

Browse files
committed
chore: release v1.0.1
* (Thomas Pohl) Fix for admin ui
1 parent a335bea commit 86276d5

5 files changed

Lines changed: 22 additions & 21 deletions

File tree

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Older changes
2+
## 0.3.1
3+
* (Thomas Pohl) Fixed reading cells and added error handling
4+
25
## 0.3.0
36
* (Thomas Pohl) Added writing of single cells
47
* (Thomas Pohl) Added reading of single cells

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
119119
Placeholder for the next version (at the beginning of the line):
120120
### **WORK IN PROGRESS**
121121
-->
122-
### **WORK IN PROGRESS**
122+
### 1.0.1 (2026-02-16)
123123
* (Thomas Pohl) Fix for admin ui
124+
124125
### 1.0.0 (2026-01-06)
125126
* (Thomas Pohl) Support for multiple spreadsheets with aliases
126127
* (Thomas Pohl) Automatic migration of old configs
@@ -141,9 +142,6 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
141142
* (Thomas Pohl) The privateKey is saved now encrypted
142143
* (Thomas Pohl) Support for node.js 22
143144

144-
### 0.3.1
145-
* (Thomas Pohl) Fixed reading cells and added error handling
146-
147145
## License
148146

149147
Copyright (c) 2024-2026 Thomas Pohl

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "google-spreadsheet",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"news": {
6+
"1.0.1": {
7+
"en": "Fix for admin ui",
8+
"de": "Fix für admin ui",
9+
"ru": "Обсуждение admin ui",
10+
"pt": "Corrigir para o administrador ui",
11+
"nl": "Fix voor admin ui",
12+
"fr": "Correction pour admin ui",
13+
"it": "Fissare per admin ui",
14+
"es": "Fijación para administración ui",
15+
"pl": "Napraw dla admin ui",
16+
"uk": "Виправлення для адміністратора ui",
17+
"zh-cn": "管理员的修补"
18+
},
619
"1.0.0": {
720
"en": "Support for multiple spreadsheets with aliases\nAutomatic migration of old configs\nImproved tests, error handling, and logging\nBetter async handling in Blockly blocks",
821
"de": "Unterstützung für mehrere Tabellen mit Aliasen\nAutomatische Migration von alten Configs\nVerbesserte Tests, Fehlerbehandlung und Protokollierung\nBesseres async Handling in Blockly Blöcken",
@@ -80,19 +93,6 @@
8093
"pl": "Dodano odczyt i zapis pojedynczych komórek",
8194
"uk": "Додано читання та запис окремих клітинок",
8295
"zh-cn": "增加单细胞的读写"
83-
},
84-
"0.2.0": {
85-
"en": "Parsing of private key is more robust",
86-
"de": "Das Parsen des privaten Schlüssels ist robuster",
87-
"ru": "Анализ закрытого ключа стал более надежным.",
88-
"pt": "A análise da chave privada é mais robusta",
89-
"nl": "Het parseren van de privésleutel is robuuster",
90-
"fr": "L'analyse de la clé privée est plus robuste",
91-
"it": "L'analisi della chiave privata è più solida",
92-
"es": "El análisis de la clave privada es más sólido",
93-
"pl": "Analiza klucza prywatnego jest bardziej niezawodna",
94-
"uk": "Розбір закритого ключа більш надійний",
95-
"zh-cn": "私钥解析更加稳健"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.google-spreadsheet",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Adapter for io broker to work with google sheets",
55
"author": {
66
"name": "Thomas Pohl",

0 commit comments

Comments
 (0)