Skip to content

Commit

Permalink
Merge pull request #92 from jack-blackson/v1.3.1
Browse files Browse the repository at this point in the history
V1.3.1
  • Loading branch information
jack-blackson authored May 7, 2023
2 parents cd7f408 + c302c81 commit 37f9590
Show file tree
Hide file tree
Showing 5 changed files with 937 additions and 688 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ The goal of the adapter is to provide you a possibility to run countdowns for fu


## Displaying countdowns
The adapter prowides you automatically a json table. You just need to use it with the json table widged. Please tick "No Header" there. It is possible to either display the short text or the long text.
The adapter provides you automatically a json table and as a HTML table. For the json, please choose the widget "basic-table". For the html, choose the "basic - string (unescaped)" one.

It is possible to either display the short text or the long text.
![Logo](admin/countdown_json.png)

## How to create countdowns
Expand Down Expand Up @@ -80,6 +82,13 @@ Parameters here are:

## Changelog

## 2.0.0 (2023-05-07)
* (jack-blackson) Reworked adapter due to wrong process layout
* (jack-blackson) Added headers for HTML and JSON

## 1.3.1 (2023-05-01)
* (jack-blackson) Bugfix date calculation (thanks to Lueghi for the hint)

## 1.3.0 (2023-02-22)
* (jack-blackson) Updates for dependencies

Expand Down
28 changes: 27 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
{
"common": {
"name": "countdown",
"version": "1.3.0",
"version": "2.0.0",
"news": {
"2.0.0": {
"en": "Reworked adapter",
"de": "Reworked Adapter",
"ru": "Переработанный адаптер",
"pt": "Adaptador retrabalhado",
"nl": "Rework adapter",
"fr": "Adaptateur retravaillé",
"it": "Adattatore di lavoro",
"es": "Adaptador reforzado",
"pl": "Rework adapter",
"uk": "Перероблений адаптер",
"zh-cn": "重新调整适应者"
},
"1.3.1": {
"en": "Bugfix date calculation",
"de": "Fehlerberechnung",
"ru": "Расчет даты Bugfix",
"pt": "Cálculo da data do Bugfix",
"nl": "Bugfix datum berekening",
"fr": "Calcul de la date de bugfix",
"it": "Calcolo della data di bugfix",
"es": "Cálculo de la fecha de Bugfix",
"pl": "Obliczenia",
"uk": "Розрахунок дати Буфікса",
"zh-cn": "固定日期计算"
},
"1.3.0": {
"en": "Update dependencies, small fixes",
"de": "Aktualisieren von Abhängigkeiten, kleine Fixes",
Expand Down
Loading

0 comments on commit 37f9590

Please sign in to comment.