Skip to content

Commit 2f66747

Browse files
committed
Prepare release 0.5.0
1 parent bc38e4a commit 2f66747

File tree

3 files changed

+18
-29
lines changed

3 files changed

+18
-29
lines changed

README.md

+3-1
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.5.0
109+
* (Thomas Pohl) Minimum node.js version is now 20
110+
* (Thomas Pohl) Display connection state
108111
### 0.4.0
109112
* (Thomas Pohl) The privateKey is saved now encrypted
110113
* (Thomas Pohl) Support for node.js 22
@@ -116,7 +119,6 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
116119
* (Thomas Pohl) Documentation for all features
117120
### 0.2.0
118121
* (Thomas Pohl) Parsing of private keys is now more robust
119-
120122
### 0.1.0
121123
* (Thomas Pohl) Preparation for first stable release
122124
* (Thomas Pohl) Improve logging + Code cleanup

io-package.json

+14-27
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "google-spreadsheet",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"news": {
6+
"0.5.0": {
7+
"en": "Minimum node.js version is now 20, connection state can now be displayed",
8+
"de": "Die Mindestversion von node.js ist jetzt 20, der Verbindungsstatus kann jetzt angezeigt werden",
9+
"ru": "Минимальная версия node.js теперь равна 20, теперь можно отображать состояние соединения.",
10+
"pt": "A versão mínima do node.js agora é 20, o estado da conexão agora pode ser exibido",
11+
"nl": "De minimale node.js-versie is nu 20, de verbindingsstatus kan nu worden weergegeven",
12+
"fr": "La version minimale de node.js est désormais de 20, l'état de la connexion peut désormais être affiché",
13+
"it": "La versione minima di node.js ora è 20, lo stato della connessione ora può essere visualizzato",
14+
"es": "La versión mínima de node.js ahora es 20, ahora se puede mostrar el estado de la conexión",
15+
"pl": "Minimalna wersja node.js to teraz 20, można teraz wyświetlić stan połączenia",
16+
"uk": "Мінімальна версія node.js тепер становить 20, тепер можна відображати стан підключення",
17+
"zh-cn": "最低 Node.js 版本现在为 20,现在可以显示连接状态"
18+
},
619
"0.4.0": {
720
"en": "The private key is saved now encrypted",
821
"de": "Der private Schlüssel wird nun verschlüsselt gespeichert",
@@ -67,32 +80,6 @@
6780
"pl": "Ulepszone rejestrowanie i czyszczenie kodu",
6881
"uk": "Покращено журналювання та очищення коду",
6982
"zh-cn": "改进的日志记录和代码清理"
70-
},
71-
"0.0.6": {
72-
"en": "added parameter validation",
73-
"de": "Parametervalidierung hinzugefügt",
74-
"ru": "добавлена ​​проверка параметров",
75-
"pt": "validação de parâmetro adicionado",
76-
"nl": "parametervalidatie toegevoegd",
77-
"fr": "validation des paramètres ajoutés",
78-
"it": "aggiunta la convalida dei parametri",
79-
"es": "validación de parámetros añadidos",
80-
"pl": "dodano walidację parametrów",
81-
"uk": "додана перевірка параметрів",
82-
"zh-cn": "添加参数验证"
83-
},
84-
"0.0.5": {
85-
"en": "added position for 'duplicate sheet'",
86-
"de": "Position für „doppeltes Blatt“ hinzugefügt",
87-
"ru": "добавлена ​​позиция для «дубликата листа»",
88-
"pt": "posição adicionada para 'folha duplicada'",
89-
"nl": "positie toegevoegd voor 'blad dupliceren'",
90-
"fr": "position ajoutée pour 'feuille en double'",
91-
"it": "aggiunta posizione per 'foglio duplicato'",
92-
"es": "posición añadida para 'hoja duplicada'",
93-
"pl": "dodano pozycję dla „duplikatu arkusza”",
94-
"uk": "додано позицію для «дублікату аркуша»",
95-
"zh-cn": "为“重复表”添加位置"
9683
}
9784
},
9885
"titleLang": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.google-spreadsheet",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Adapter for io broker to work with google spreadsheets",
55
"author": {
66
"name": "Thomas Pohl",

0 commit comments

Comments
 (0)