Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
* (klein0r) Added username and password option for iCal
  • Loading branch information
klein0r committed May 31, 2022
1 parent 2a232b4 commit d13a13f
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 732 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1 +1,74 @@
# Older changes
## 1.1.2 (2022-02-27)

* (klein0r) Stop adapter when everything was processed

## 1.1.1 (2022-02-25)

* (klein0r) CardDAV password config is not a clear text anymore

## 1.1.0 (2022-02-24)

* (klein0r) Added CardDAV support

## 1.0.0 (2022-02-10)

* (klein0r) Updated state roles
* (klein0r) Added hint for Admin 4 configuration
* (klein0r) Fixed translations

## 0.2.0 (2022-01-06)

* (klein0r) Added option to ignore certificate errors

## 0.1.8 (2022-01-03)

* (klein0r) Birthdays on 29th of February create NaN objects
* (klein0r) Added check for empty names
* (klein0r) Added date checks

## 0.1.7 (2021-12-23)

* (klein0r) Added defaults for birthdays table

## 0.1.6 (2021-11-18)

* (klein0r) Require new version for translated instance objects
* (klein0r) Fixed timeout handling

## 0.1.5 (2021-11-15)

* (klein0r) Updated internal state handling

## 0.1.4 (2021-11-14)

* (klein0r) Translated all objects

## 0.1.3 (2021-11-07)

* (klein0r) Format dates using ioBrokers configured formats

## 0.1.2 (2021-11-06)

* (klein0r) Fixed missing translations

## 0.1.1 (2021-11-05)

* (klein0r) Added custom date format
* (klein0r) Added custom next separator

## 0.1.0 (2021-11-05)

* (klein0r) Admin 5 Support

## 0.0.3 (2021-03-23)

* (klein0r) Added next and nextAfter birthdays

## 0.0.2 (2021-03-23)

* (klein0r) Added more objects and states

## 0.0.1 (2020-12-28)

* (klein0r) initial release
76 changes: 1 addition & 75 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.0 (2022-05-31)

* (klein0r) Added username and password option for iCal

Expand All @@ -74,80 +74,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Stop adapter when everything was processed (with timeout)

### 1.1.2 (2022-02-27)

* (klein0r) Stop adapter when everything was processed

### 1.1.1 (2022-02-25)

* (klein0r) CardDAV password config is not a clear text anymore

### 1.1.0 (2022-02-24)

* (klein0r) Added CardDAV support

### 1.0.0 (2022-02-10)

* (klein0r) Updated state roles
* (klein0r) Added hint for Admin 4 configuration
* (klein0r) Fixed translations

### 0.2.0 (2022-01-06)

* (klein0r) Added option to ignore certificate errors

### 0.1.8 (2022-01-03)

* (klein0r) Birthdays on 29th of February create NaN objects
* (klein0r) Added check for empty names
* (klein0r) Added date checks

### 0.1.7 (2021-12-23)

* (klein0r) Added defaults for birthdays table

### 0.1.6 (2021-11-18)

* (klein0r) Require new version for translated instance objects
* (klein0r) Fixed timeout handling

### 0.1.5 (2021-11-15)

* (klein0r) Updated internal state handling

### 0.1.4 (2021-11-14)

* (klein0r) Translated all objects

### 0.1.3 (2021-11-07)

* (klein0r) Format dates using ioBrokers configured formats

### 0.1.2 (2021-11-06)

* (klein0r) Fixed missing translations

### 0.1.1 (2021-11-05)

* (klein0r) Added custom date format
* (klein0r) Added custom next separator

### 0.1.0 (2021-11-05)

* (klein0r) Admin 5 Support

### 0.0.3 (2021-03-23)

* (klein0r) Added next and nextAfter birthdays

### 0.0.2 (2021-03-23)

* (klein0r) Added more objects and states

### 0.0.1 (2020-12-28)

* (klein0r) initial release

## Credits

[Logo by herbanu](https://pixabay.com/de/vectors/geburtstag-karte-cele-feier-design-3148707/)
Expand Down
Loading

0 comments on commit d13a13f

Please sign in to comment.