File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments