Skip to content

Commit 520dae3

Browse files
committed
Prepare release
1 parent 65cab76 commit 520dae3

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
105105
Placeholder for the next version (at the beginning of the line):
106106
### **WORK IN PROGRESS**
107107
-->
108+
### 0.4.0
109+
* (Thomas Pohl) The privateKey is saved now encrypted
110+
* (Thomas Pohl) Support for node.js 22
108111
### 0.3.1
109112
* (Thomas Pohl) Fixed reading cells and added error handling
110113
### 0.3.0

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "google-spreadsheet",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"news": {
6+
"0.4.0": {
7+
"en": "The private key is saved now encrypted",
8+
"de": "Der private Schlüssel wird nun verschlüsselt gespeichert",
9+
"ru": "Закрытый ключ сохранен и теперь зашифрован.",
10+
"pt": "A chave privada é salva agora criptografada",
11+
"nl": "De privésleutel wordt nu gecodeerd opgeslagen",
12+
"fr": "La clé privée est enregistrée maintenant cryptée",
13+
"it": "La chiave privata viene salvata ora crittografata",
14+
"es": "La clave privada se guarda ahora cifrada.",
15+
"pl": "Klucz prywatny jest zapisany i teraz zaszyfrowany",
16+
"uk": "Приватний ключ збережено в зашифрованому вигляді",
17+
"zh-cn": "私钥现已加密保存"
18+
},
619
"0.3.1": {
720
"en": "Fixed reading cells and added error handling",
821
"de": "Das Lesen von Zellen wurde korrigiert und die Fehlerbehandlung hinzugefügt",

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": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Adapter for io broker to work with google spreadsheets",
55
"author": {
66
"name": "Thomas Pohl",

0 commit comments

Comments
 (0)