Skip to content

Commit

Permalink
chore: release v1.0.15
Browse files Browse the repository at this point in the history
-   refactorings and improved code documentation
  • Loading branch information
Klaus Weber committed Nov 24, 2024
1 parent 989585c commit 8fe222c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.15 (2024-11-24)
- refactorings and improved code documentation
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.14",
"version": "1.0.15",
"messagebox": true,
"news": {
"1.0.15": {
"en": "refactorings and improved code documentation",
"de": "refactorings und verbesserte codedokumentation",
"ru": "рефакторинг и совершенствование кодовой документации",
"pt": "refatorações e melhor documentação de código",
"nl": "refactorings en verbeterde codedocumentatie",
"fr": "refacturation et amélioration de la documentation du code",
"it": "refactorings e documentazione di codice migliorata",
"es": "refactorings and improved code documentation",
"pl": "remonty i ulepszona dokumentacja kodowa",
"uk": "рефакторинги та вдосконалення документації з кодом",
"zh-cn": "重新设计和改进的代码文档"
},
"1.0.14": {
"en": "added frame index to options",
"de": "hinzufügen von frame index zu optionen",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "ulepszone logowanie i wprowadzenie nowego gniazda dla każdego polecenia",
"uk": "удосконалено запис і введено новий гніздо для кожної команди",
"zh-cn": "改进记录并引入每个命令的新套接字"
},
"1.0.8": {
"en": "improving logging in order to analyse system using CAN bus\nadded retry for reading UVR HEADER in order to identify uvr_mode",
"de": "verbesserung der Protokollierung, um das System mit CAN-Bus zu analysieren\nhinzugefügt Retry zum Lesen von UVR HEADER, um uvr_mode zu identifizieren",
"ru": "улучшение лесозаготовок для анализа системы с использованием автобуса CAN\nдобавлена ретрия для чтения UVR HEADER для идентификации uvr_mode",
"pt": "melhorar o log para analisar o sistema usando o CAN bus\nnova tentativa de leitura UVR HEADER para identificar uvr_mode",
"nl": "verbeteren van de logging om het systeem te analyseren met behulp van CAN bus\ntoegevoegd opnieuw proberen voor het lezen van UVR-HEDER om uvr_mode te identificeren",
"fr": "améliorer l'enregistrement pour analyser le système en utilisant le bus CAN\najout de réessayer pour lire UVR HEADER afin d'identifier uvr_mode",
"it": "migliorare la registrazione al fine di analizzare il sistema utilizzando CAN bus\nretry aggiunto per la lettura UVR HEADER al fine di identificare uvr_mode",
"es": "mejorar el registro para analizar el sistema mediante autobuses CAN\nañadida retry para leer UVR HEADER con el fin de identificar uvr_mode",
"pl": "ulepszanie logowania w celu analizy systemu za pomocą magistrali CAN\ndodano ponownie do odczytu UVR HEADER w celu identyfikacji trybu uvr _ mode",
"uk": "для аналізу системи за допомогою автобуса CAN\nдодана птиця для читання UVR HEADER для визначення uvr_mode",
"zh-cn": "改进记录,以便使用CAN总线分析系统\n添加读取 UVR HEAMEER 的重试, 以识别 urr_ mode"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.uvr16xx-blnet",
"version": "1.0.14",
"version": "1.0.15",
"description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit 8fe222c

Please sign in to comment.