File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### Release 1.2.0
4
+
5
+ #### Features
6
+ - add support for uptime kuma 1.23.0 and 1.23.1
7
+ - support sendUrl in status_page monitorList (Thanks @obfusk )
8
+
9
+ #### Bugfixes
10
+ - fix proxy retrieval (Thanks @TheLastProject )
11
+ - fix maintenances with multiple monitors or status pages
12
+ - fix failing status_page test (Thanks @Javex )
13
+
3
14
### Release 1.1.0
4
15
5
16
#### Feature
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Supported Uptime Kuma versions:
8
8
9
9
| Uptime Kuma | ansible-uptime-kuma | uptime-kuma-api |
10
10
| -----------------| ---------------------| -----------------|
11
- | 1.21.3 - 1.22 .1 | 1.0.0 - 1.1 .0 | 1.0.0+ |
11
+ | 1.21.3 - 1.23 .1 | 1.0.0 - 1.2 .0 | 1.0.0+ |
12
12
| 1.17.0 - 1.21.2 | 0.1.0 - 0.14.0 | 0.1.0 - 0.13.0 |
13
13
14
14
Original file line number Diff line number Diff line change 1
1
namespace : lucasheld
2
2
name : uptime_kuma
3
- version : 1.1 .0
3
+ version : 1.2 .0
4
4
readme : README.md
5
5
authors :
6
6
You can’t perform that action at this time.
0 commit comments