Skip to content

Commit

Permalink
1.7.4
Browse files Browse the repository at this point in the history
- we now render the widget immediately
- maybe fixes #57
  • Loading branch information
foxriver76 committed Dec 3, 2020
1 parent 9c1bc82 commit 259c6ae
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ For every shopping list a channel with the following states will be created:
*Read only json string, which contains a dictionary to translate the swiss item names to the list language.*

## Changelog
### 1.7.4 (2020-12-04)
* (foxriver76) we now render the widget immediately

### 1.7.3 (2020-10-26)
* (foxriver76) bring module now returns real errors instead of strings, handle them correct

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "bring",
"version": "1.7.3",
"version": "1.7.4",
"news": {
"1.7.4": {
"en": "we now render the widget immediately",
"de": "Wir rendern das Widget jetzt sofort",
"ru": "теперь мы немедленно визуализируем виджет",
"pt": "agora renderizamos o widget imediatamente",
"nl": "we renderen de widget nu onmiddellijk",
"fr": "nous rendons maintenant le widget immédiatement",
"it": "ora rendiamo immediatamente il widget",
"es": "ahora renderizamos el widget inmediatamente",
"pl": "teraz renderujemy widżet natychmiast",
"zh-cn": "我们现在立即渲染小部件"
},
"1.7.3": {
"en": "bring module now returns real errors instead of strings, we handle them correctly",
"de": "bring module gibt jetzt echte Fehler anstelle von Strings zurück, wir behandeln sie korrekt",
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.bring",
"version": "1.7.3",
"version": "1.7.4",
"engines": {
"node": ">=8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion widgets/bring.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,5 +579,5 @@
</div>
</div>
</div>
<% setTimeout(renderPage, 50, this.data.attr('wid')); %>
<% renderPage(this.data.attr('wid')); %>
</script>

0 comments on commit 259c6ae

Please sign in to comment.