Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Nov 23, 2024
1 parent bc38e4a commit 2f66747
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 29 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.5.0
* (Thomas Pohl) Minimum node.js version is now 20
* (Thomas Pohl) Display connection state
### 0.4.0
* (Thomas Pohl) The privateKey is saved now encrypted
* (Thomas Pohl) Support for node.js 22
Expand All @@ -116,7 +119,6 @@ Make sure the Service Account has adequate permissions to write to the spreadshe
* (Thomas Pohl) Documentation for all features
### 0.2.0
* (Thomas Pohl) Parsing of private keys is now more robust

### 0.1.0
* (Thomas Pohl) Preparation for first stable release
* (Thomas Pohl) Improve logging + Code cleanup
Expand Down
41 changes: 14 additions & 27 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "google-spreadsheet",
"version": "0.4.0",
"version": "0.5.0",
"news": {
"0.5.0": {
"en": "Minimum node.js version is now 20, connection state can now be displayed",
"de": "Die Mindestversion von node.js ist jetzt 20, der Verbindungsstatus kann jetzt angezeigt werden",
"ru": "Минимальная версия node.js теперь равна 20, теперь можно отображать состояние соединения.",
"pt": "A versão mínima do node.js agora é 20, o estado da conexão agora pode ser exibido",
"nl": "De minimale node.js-versie is nu 20, de verbindingsstatus kan nu worden weergegeven",
"fr": "La version minimale de node.js est désormais de 20, l'état de la connexion peut désormais être affiché",
"it": "La versione minima di node.js ora è 20, lo stato della connessione ora può essere visualizzato",
"es": "La versión mínima de node.js ahora es 20, ahora se puede mostrar el estado de la conexión",
"pl": "Minimalna wersja node.js to teraz 20, można teraz wyświetlić stan połączenia",
"uk": "Мінімальна версія node.js тепер становить 20, тепер можна відображати стан підключення",
"zh-cn": "最低 Node.js 版本现在为 20,现在可以显示连接状态"
},
"0.4.0": {
"en": "The private key is saved now encrypted",
"de": "Der private Schlüssel wird nun verschlüsselt gespeichert",
Expand Down Expand Up @@ -67,32 +80,6 @@
"pl": "Ulepszone rejestrowanie i czyszczenie kodu",
"uk": "Покращено журналювання та очищення коду",
"zh-cn": "改进的日志记录和代码清理"
},
"0.0.6": {
"en": "added parameter validation",
"de": "Parametervalidierung hinzugefügt",
"ru": "добавлена ​​проверка параметров",
"pt": "validação de parâmetro adicionado",
"nl": "parametervalidatie toegevoegd",
"fr": "validation des paramètres ajoutés",
"it": "aggiunta la convalida dei parametri",
"es": "validación de parámetros añadidos",
"pl": "dodano walidację parametrów",
"uk": "додана перевірка параметрів",
"zh-cn": "添加参数验证"
},
"0.0.5": {
"en": "added position for 'duplicate sheet'",
"de": "Position für „doppeltes Blatt“ hinzugefügt",
"ru": "добавлена ​​позиция для «дубликата листа»",
"pt": "posição adicionada para 'folha duplicada'",
"nl": "positie toegevoegd voor 'blad dupliceren'",
"fr": "position ajoutée pour 'feuille en double'",
"it": "aggiunta posizione per 'foglio duplicato'",
"es": "posición añadida para 'hoja duplicada'",
"pl": "dodano pozycję dla „duplikatu arkusza”",
"uk": "додано позицію для «дублікату аркуша»",
"zh-cn": "为“重复表”添加位置"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.google-spreadsheet",
"version": "0.4.0",
"version": "0.5.0",
"description": "Adapter for io broker to work with google spreadsheets",
"author": {
"name": "Thomas Pohl",
Expand Down

0 comments on commit 2f66747

Please sign in to comment.