forked from DGNum/uptime-kuma-api
bump version to 0.3.0
x
This commit is contained in:
parent
661c06b15f
commit
37e1fd6d6f
2 changed files with 19 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,23 +1,40 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Release 0.3.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
|
- support autoLogin for enabled disableAuth
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
|
- set_settings password is only required if disableAuth is enabled
|
||||||
|
- increase event wait time to receive the slow statusPageList event
|
||||||
|
|
||||||
### Release 0.2.2
|
### Release 0.2.2
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
- remove `tags` from monitor input
|
- remove `tags` from monitor input
|
||||||
- create test objects with available arguments
|
|
||||||
- convert monitor notificationIDList only once
|
- convert monitor notificationIDList only once
|
||||||
|
|
||||||
|
#### Test
|
||||||
|
- create test objects with available arguments
|
||||||
|
|
||||||
### Release 0.2.1
|
### Release 0.2.1
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
- generate pushToken on push monitor save
|
- generate pushToken on push monitor save
|
||||||
- convert monitor notificationIDList return value
|
- convert monitor notificationIDList return value
|
||||||
|
|
||||||
### Release 0.2.0
|
### Release 0.2.0
|
||||||
|
|
||||||
|
#### Feature
|
||||||
- support for uptime kuma 1.18.0
|
- support for uptime kuma 1.18.0
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
- convert values on monitor edit
|
- convert values on monitor edit
|
||||||
|
|
||||||
### Release 0.1.1
|
### Release 0.1.1
|
||||||
|
|
||||||
|
#### Bugfix
|
||||||
- implement 2FA login
|
- implement 2FA login
|
||||||
- allow to add monitors to status pages
|
- allow to add monitors to status pages
|
||||||
- do not block certain methods
|
- do not block certain methods
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
__title__ = "uptime_kuma_api"
|
__title__ = "uptime_kuma_api"
|
||||||
__version__ = "0.2.2"
|
__version__ = "0.3.0"
|
||||||
__author__ = "Lucas Held"
|
__author__ = "Lucas Held"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright 2022 Lucas Held"
|
__copyright__ = "Copyright 2022 Lucas Held"
|
||||||
|
|
Loading…
Reference in a new issue