Skip to content

Commit

Permalink
chore: release v0.4.8
Browse files Browse the repository at this point in the history
* (ticaki) Devices can be renamed in the configuration.
* (ticaki) Removing devices works now!.
  • Loading branch information
ticaki committed Jan 18, 2025
1 parent 49b0783 commit a4971fa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 27 deletions.
10 changes: 0 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch ioBroker Adapter2",
"skipFiles": ["<node_internals>/**"],
"args": ["--debug", "0"],
//"outputCapture": "std",
"program": "node_modules/iobroker.weather-warnings/build/main.js",
"cwd": "${workspaceFolder}/.dev-server/default"
},
{
"name": "Attach to remote",
"port": 9229,
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ For help use issue or if u understand german https://forum.iobroker.net/topic/71
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.4.8 (2025-01-18)
* (ticaki) Devices can be renamed in the configuration.
* (ticaki) Removing devices works now!.

### 0.4.7 (2025-01-17)
* (ticaki) Removing devices now works.

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "espresense",
"version": "0.4.7",
"version": "0.4.8",
"news": {
"0.4.8": {
"en": "Devices can be renamed in the configuration.\nRemoving devices works now!",
"de": "Geräte können in der Konfiguration umbenannt werden.\nEntfernen von Geräten funktioniert jetzt!",
"ru": "Устройства могут быть переименованы в конфигурацию.\nУдаление устройств работает сейчас.",
"pt": "Os dispositivos podem ser renomeados na configuração.\nRemover dispositivos funciona agora!.",
"nl": "Apparaten kunnen hernoemd worden in de configuratie.\nApparaat verwijderen werkt nu!.",
"fr": "Les appareils peuvent être renommés dans la configuration.\nSuppression des appareils fonctionne maintenant!.",
"it": "I dispositivi possono essere rinominati nella configurazione.\nRimuovere i dispositivi funziona ora!.",
"es": "Los dispositivos pueden ser renombrados en la configuración.\nRemoving devices works now!.",
"pl": "W konfiguracji można zmienić nazwę urządzeń.\nUsuwanie urządzeń działa teraz!.",
"uk": "Пристрої можуть бути перейменовані в конфігурації.\nЗнімання пристроїв працює зараз.",
"zh-cn": "设备可以在配置中重新命名.\n拆除设备现在起作用了."
},
"0.4.7": {
"en": "Removing devices now works.",
"de": "Das Entfernen von Geräten funktioniert jetzt.",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Nowy stan dla rzeczywistej odległości / współczynnika konwersji i obliczonej odległości",
"uk": "Новий стан для фактичного коефіцієнта дистанції/конверсії",
"zh-cn": "实际距离/换算系数和计算距离的新状态"
},
"0.4.1": {
"en": "fixed: no names. (2. try)",
"de": "fixiert: keine namen (2. versuch)",
"ru": "исправлено: нет имен. (2. попробовать)",
"pt": "fixo: sem nomes. (2. tente)",
"nl": "geen namen",
"fr": "fixe: pas de nom. (2. essai)",
"it": "fisso: nessun nome. (2. provare)",
"es": "fijo: sin nombres. (2. intento)",
"pl": "nie ma nazw (pol.)",
"uk": "фіксована: імена імен. (2. спробуйте)",
"zh-cn": "固定:没有姓名(2. 审判)"
}
},
"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.espresense",
"version": "0.4.7",
"version": "0.4.8",
"description": "Connect to ESPresense",
"author": {
"name": "ticaki",
Expand Down

0 comments on commit a4971fa

Please sign in to comment.