From a8ddd835ffde92837b6542f971abf496e005e624 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Thu, 23 May 2024 16:03:41 +0200 Subject: [PATCH] chore: release v2.8.0 * (foxriver76) ported to `@iobroker/webserver` --- LICENSE | 2 +- README.md | 4 ++-- io-package.json | 27 ++++++++++++++------------- package.json | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index 81ae46e..bbcf998 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2022 bluefox +Copyright (c) 2015-2024 bluefox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 18c8b6e..8cecd90 100644 --- a/README.md +++ b/README.md @@ -588,7 +588,7 @@ If no data source was specified or the noHistory parameter is passed, then only ### **WORK IN PROGRESS** --> ## Changelog -### **WORK IN PROGRESS** +### 2.8.0 (2024-05-23) * (foxriver76) ported to `@iobroker/webserver` ### 2.7.2 (2022-10-08) @@ -750,7 +750,7 @@ If no data source was specified or the noHistory parameter is passed, then only ## License The MIT License (MIT) -Copyright (c) 2015-2022 bluefox +Copyright (c) 2015-2024 bluefox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/io-package.json b/io-package.json index a2a157c..7de6ff2 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "simple-api", - "version": "2.7.2", + "version": "2.8.0", "news": { + "2.8.0": { + "en": "ported to `@iobroker/webserver`", + "de": "an `@iobroker/webserver `", + "ru": "в порту `@iobroker/webserver \"", + "pt": "portado para `@iobroker/webserver \"", + "nl": "geporteerd naar .@iobroker/webserver wat", + "fr": "porté à `@iobroker/webserver \"", + "it": "inviato a `@iobroker/webserver #", + "es": "portada a `@iobroker/webserver `", + "pl": "wysłany do '@ iobroker / webserver'", + "uk": "сайт: www.iobroker.com й", + "zh-cn": "移植到 xqio 经纪人/网络服务器 `" + }, "2.7.2": { "en": "Prepare for future js-controller versions", "de": "Bereiten Sie sich auf zukünftige js-Controller-Versionen", @@ -74,18 +87,6 @@ "es": "Optimizar mensaje de error para objetos multilenguaje\nNo sobrescribir propiedades de estado por propiedades de objeto", "pl": "Zoptymalizuj komunikat o błędzie dla obiektów wielojęzycznych\nNie nadpisuj właściwości stanu przez właściwości obiektu", "zh-cn": "优化多语言对象的错误消息\n不要用对象属性覆盖状态属性" - }, - "2.6.2": { - "en": "Support of new flags for `getPlainValue`: `json` and `noStringify`", - "de": "Unterstützung neuer Flags für `getPlainValue`: `json` und `noStringify`", - "ru": "Поддержка новых флагов для getPlainValue: json и noStringify", - "pt": "Suporte para novos sinalizadores para `getPlainValue`:` json` e `noStringify`", - "nl": "Ondersteuning van nieuwe vlaggen voor `getPlainValue`: `json` en `noStringify`", - "fr": "Prise en charge de nouveaux indicateurs pour `getPlainValue` : `json` et `noStringify`", - "it": "Supporto di nuovi flag per `getPlainValue`: `json` e `noStringify`", - "es": "Soporte de nuevas banderas para `getPlainValue`:` json` y `noStringify`", - "pl": "Obsługa nowych flag dla `getPlainValue`: `json` i `noStringify`", - "zh-cn": "支持 `getPlainValue` 的新标志:`json` 和 `noStringify`" } }, "title": "Simple RESTful API", diff --git a/package.json b/package.json index 8b678ab..c64d2e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.simple-api", - "version": "2.7.2", + "version": "2.8.0", "description": "RESTful interface for ioBroker.", "author": { "name": "bluefox",