Skip to content

Commit

Permalink
chore: release v2.1.3
Browse files Browse the repository at this point in the history
- (bluefox) tried to fix the problem in vis-2
  • Loading branch information
GermanBluefox committed Mar 1, 2024
1 parent 67ef1ed commit f842a65
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ More about pointer options could be found here: https://github.com/toorshia/just
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.3 (2024-03-01)
- (bluefox) tried to fix the problem in vis-2

### 2.1.0 (2023-12-10)
Expand All @@ -72,53 +72,53 @@ More about pointer options could be found here: https://github.com/toorshia/just
- (bluefox) fixed min max

### 0.7.1 (2016-12-14)
- (Pmant) change max brightness to max brightness of initial color
- (Pmant) changed max brightness to max brightness of initial color

### 0.7.0 (2016-12-14)
- (jens-maus) add value formatting
- (jens-maus) add value multiplier
- (jens-maus) added value formatting
- (jens-maus) added value multiplier

### 0.6.1 (2016-11-25)
- (bluefox) Update justgage.js
- (bluefox) Updated justgage.js

### 0.6.0 (2016-07-31)
- (Pmant) added no-gradient-option to Justgage widget
- (Pmant) added a full brightness option to Justgage widget
- (jens-maus) add missing unit fields
- (jens-maus) added missing unit fields

### 0.5.1 (2016-07-21)
- (jens-maus) fix auto fill max, min, unit
- (jens-maus) fixed auto fill max, min, unit

### 0.5.0 (2016-07-01)
- (Pmant) fixed default indicator
- (Pmant) added option to change background-color instead of text-color
- (Pmant) added option to always set full brightness colors

### 0.4.2 (2016-06-05)
- (PArns) fix mid default value if max != 100 & min != 0
- (PArns) fixed mid default value if max != 100 & min != 0

### 0.4.1 (2016-03-20)
- (bluefox) remove config
- (bluefox) removed config

### 0.4.0 (2016-02-19)
- (Pmant) replace pow with sliders
- (bluefox) fix resize
- (Pmant) replaced pow with sliders
- (bluefox) fixed resize

### 0.3.0 (2016-02-16)
- (bluefox) fix error with two gauges at creation
- (bluefox) fix small errors
- (bluefox) add new widget: value & indication
- (bluefox) fill automatically max, min, unit
- (bluefox) fixed error with two gauges at creation
- (bluefox) fixed small errors
- (bluefox) added new widget: value & indication
- (bluefox) filled automatically max, min, unit

### 0.2.5 (2016-02-13)
- (Pmant) fix indicator
- (bluefox) add russian translations
- (Pmant) fixed indicator
- (bluefox) added russian translations

### 0.2.2 (2016-02-12)
- (Pmant) possible donut fix

### 0.2.0 (2016-02-11)
- (Pmant) add indicator widget
- (Pmant) added indicator widget

### 0.1.1 (2016-02-10)
- (Pmant) initial checkin
Expand Down
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": "vis-justgage",
"version": "2.1.2",
"version": "2.1.3",
"news": {
"2.1.3": {
"en": "tried to fix the problem in vis-2",
"de": "versucht, das problem in vis-2 zu beheben",
"ru": "попытался решить проблему в vis-2",
"pt": "tentou corrigir o problema em vis-2",
"nl": "probeerde het probleem op te lossen in vis-2",
"fr": "essayé de résoudre le problème en vis-2",
"it": "ha cercato di risolvere il problema in vis-2",
"es": "trató de solucionar el problema en vis-2",
"pl": "próbował naprawić problem w vis-2",
"uk": "намагався виправити проблему в vis-2",
"zh-cn": "试图在2中解决问题"
},
"2.1.0": {
"en": "'Title' has been readded\nCode base has been restored to release 1.0.2 which has not been saved to github\nDependencies have been updated",
"de": "Titel wurde wieder hinugefügt\nCode-Basis wurde basierend auf 1.0.2, die nicht in github gespeichert wurde, wieder hergestellt.\nAbhängigkeiten wurden aktualisiert",
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.vis-justgage",
"version": "2.1.2",
"version": "2.1.3",
"description": "justGage Widgets",
"author": {
"name": "Pmant",
Expand Down

0 comments on commit f842a65

Please sign in to comment.