Skip to content

Commit

Permalink
chore: release v4.0.0
Browse files Browse the repository at this point in the history
- Breaking Change. fix marker position with flexible width of channel logos. In each widget the property "width channel logo px" have to be set to approbiate width.
  • Loading branch information
oweitman committed Jan 21, 2025
1 parent 2d2b7dd commit 37476b4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 41 deletions.
74 changes: 37 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,92 +833,92 @@ widget tvprogram:
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

- Breaking Change. fix marker position with flexible width of channel logos. In each widget the property "width channel logo px" have to be set to approbiate width.
-->
### 4.0.0 (2025-01-21)

- Breaking Change. fix marker position with flexible width of channel logos. In each widget the property "width channel logo px" have to be set to approbiate width.

### 3.0.5 (2025-01-20)

- upgrade jscontroller dependency

- upgrade jscontroller dependency

### 3.0.4 (2025-01-20)

- remove check for certifates in axios due to expired certificate of data provider

- remove check for certifates in axios due to expired certificate of data provider

### 3.0.3 (2025-01-03)

- fix datapoint creation and overwriting states

- fix datapoint creation and overwriting states

### 3.0.2 (2025-01-02)

- improve debug messages

- improve debug messages

### 3.0.1 (2025-01-02)

- fix channel select dialog
- fix css classes

- fix css classes

### 3.0.0 (2025-01-02)

- TVs as a device, this is a major change because all data points have to be deleted manually by the user
- improve datapoint creation

- improve datapoint creation

### 2.3.1 (2025-01-02)

- little docu fixes

- little docu fixes

### 2.3.0 (2025-01-02)

- add datapoint for optional channel icons
- add logic in the widgets

- add logic in the widgets

### 2.2.0 (2024-12-16)

- remove jquery-ui dependency
- fix dialog is visible on view switch, now it's modal
- fix adapter icon
- fix eslint errors
- switch some callbacks to promises
- remove unused code

- remove unused code

### 2.1.0 (2024-11-24)

- Change sento command from getFavoritesDatax to getFavoritesData
- switch to eslint
- complete rework of tvprogram to switch from callback to await
- the widgets are now compatible with vis-2 (minimum vis-2 version ist 2.10)
- due to datapoint management, all datapoints should be deleted.

- due to datapoint management, all datapoints should be deleted.

### 2.0.2 (2024-11-17)

- fix jsonconfig
- add node 22 to testing

- add node 22 to testing

### 2.0.1 (2024-11-16)

- fix lint errors

- fix lint errors

### 2.0.0 (2024-11-16)

- fix lint errors
- align structures and files
- switch to jsonconfig
- config translations
- make vis2 compatible (maybe some glitches included, please report)

- make vis2 compatible (maybe some glitches included, please report)

### 1.1.1 (2021-08-10)

- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint

- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint

### 1.1.0 (2021-05-06)

- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation

- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation

### 1.0.0

- (oweitman) stable version

- (oweitman) stable version

## License

MIT License
Expand All @@ -941,4 +941,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright (c) 2025 oweitman <oweitman@gmx.de>
Copyright (c) 2025 oweitman <oweitman@gmx.de>
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tvprogram",
"version": "3.0.5",
"version": "4.0.0",
"news": {
"4.0.0": {
"en": "Breaking Change. fix marker position with flexible width of channel logos. In each widget the property \"width channel logo px\" have to be set to approbiate width.",
"de": "Ändern. fixe Markerposition mit flexibler Breite von Channel-Logos. In jedem Widget muss die Eigenschaft \"Breite Channel Logo px\" auf die Breite eingestellt werden.",
"ru": "Перерыв. фиксация позиции маркера с гибкой шириной логотипов канала. В каждом виджете свойство «ширина канала логотип px» должно быть установлено для измерения ширины.",
"pt": "Mudança de ruptura. corrigir a posição do marcador com largura flexível dos logotipos do canal. Em cada widget a propriedade \"largura de canal logotipo px\" tem de ser definido para a largura aborrecida.",
"nl": "Verandering doorbreken. fix marker positie met flexibele breedte van kanaal logo's. In elke widget moet de eigenschap \"breedte kanaallogo px\" ingesteld worden op geschikte breedte.",
"fr": "Briser le changement. fixer la position du marqueur avec la largeur flexible des logos du canal. Dans chaque widget, la propriété \"width channel logo px\" doit être définie pour évaluer la largeur.",
"it": "Breaking Change. fissa posizione marcatore con larghezza flessibile dei loghi del canale. In ogni widget la proprietà \"width canale logo px\" deve essere impostato per approbiare la larghezza.",
"es": "Cambio de ruptura. fijar la posición del marcador con el ancho flexible de los logotipos del canal. En cada widget la propiedad \"width canal logo px\" tiene que ser fijado para aprobarse el ancho.",
"pl": "Łamanie zmian. ustawienie znacznika z elastyczną szerokością logo kanału. W każdym widget właściwość \"logo kanału szerokości px\" musi być ustawiona na przybliżoną szerokość.",
"uk": "Зміна несправностей. фіксувати позицію маркера з гнучкою шириною лінійних логотипів. У кожному віджеті нерухомості \"width channel logo px\" необхідно встановити для налаштування ширини.",
"zh-cn": "打破变化. 以灵活宽度的频道标志固定标记位置。 每个部件中必须设置“ 宽度频道标志 px ” 属性以显示宽度 ."
},
"3.0.5": {
"en": "remove check for certificates in axios due to expired certificate of data provider",
"de": "entfernen sie die prüfung von Zertifikate in axios aufgrund eines abgelaufenen zertifikats des datenanbieters",
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.tvprogram",
"version": "3.0.5",
"version": "4.0.0",
"description": "This adapter polls information about the television program at regular intervals. The data can be displayed in various widgets",
"author": {
"name": "oweitman",
Expand Down

0 comments on commit 37476b4

Please sign in to comment.