Commit Graph

98 Commits

Author SHA1 Message Date
Jesse Hills 8edc1bf285
Merge braanch 'current' into branch 'beta' 2021-05-03 23:10:47 +12:00
Jesse Hills 093b442459
Bump version to v1.17.0b1 2021-03-22 17:29:09 +13:00
Jesse Hills 5bb554f9e7
Merge branch 'current' into next 2021-03-22 17:13:27 +13:00
Jesse Hills 64b71c5f12
Bump version to v1.16.2 2021-02-20 19:29:56 +13:00
Jesse Hills 968e3113f2
Bump version to v1.16.1 2021-02-14 10:01:26 +13:00
Jesse Hills f84ea889c1
Update changelog for 1.16.0 2021-02-03 21:58:57 +13:00
Jesse Hills bba18c0daf
Bump version to v1.16.0 2021-02-03 21:19:42 +13:00
Jesse Hills fb129102d4
Bump version to v1.16.0b8 2021-02-03 12:33:31 +13:00
Jesse Hills aedea0a4fc
Bump version to v1.16.0b7 2021-02-01 15:34:47 +13:00
Jesse Hills cb2b801f9c
Bump version to v1.16.0b6 2021-01-27 23:04:23 +13:00
Jesse Hills 145e8ec1be
Bump version to v1.16.0b5 2021-01-26 13:39:46 +13:00
Jesse Hills fe4d9dac58
Bump version to v1.16.0b4 2021-01-17 17:06:45 +13:00
Jesse Hills 802c4a9565
Bump version to v1.16.0b3 2021-01-12 09:42:20 +13:00
Jesse Hills 6eec11e429
Bump version to v1.16.0b2 2021-01-11 20:10:39 +13:00
Jesse Hills 14fbfe3b64
Bump version to v1.17.0-dev 2021-01-09 07:52:26 +13:00
Jesse Hills 1279013d11
Bump version to v1.16.0b1 2021-01-07 19:06:44 +13:00
Jesse Hills fe6f68f150
Update next from current 20201221 (#894) 2020-12-21 13:55:44 +13:00
Guillermo Ruffino d50faf10de Merge branch 'current' into next 2020-09-20 11:29:20 -03:00
Guillermo Ruffino 760a719f9d Bump version to v1.15.1 2020-09-14 21:39:32 -03:00
Guillermo Ruffino 30eeda9c43 Update changelog for 1.15.0 2020-09-13 16:06:57 -03:00
Guillermo Ruffino 12c3bee942 Bump version to v1.15.0 2020-09-13 14:18:45 -03:00
Guillermo Ruffino 9c54bf2547 Bump version to v1.15.0b4 2020-08-23 21:58:09 -03:00
Otto Winter c98fe719d7
Bump version to v1.15.0b3 2020-07-29 20:05:25 +02:00
Otto Winter d51652b5d6
Bump version to v1.15.0b2 2020-07-28 12:15:46 +02:00
Otto Winter ada70b0cb7
Bump version to v1.16.0-dev 2020-07-26 22:13:01 +02:00
Otto Winter 0cd8ca5391
Bump version to v1.15.0b1 2020-07-26 22:13:01 +02:00
Otto Winter 412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00
Otto Winter 43324a96f8
Disable Google Analytics 2020-06-05 13:49:09 +02:00
Otto Winter 42f30198ad
Bump version to v1.14.4 2020-06-05 13:04:23 +02:00
Andrew Zaborowski 7be6c6536a
Add webserver-v1.js click handlers for Cover buttons (#521)
Add js click handlers for the web UI buttons added in
b1f9c9a6e0a3dce73507e6b60782987ee2459f48 in the esphome repository.
Since this change doesn't make the .js file incompatible with esphome
versions before the referenced commit I guess there's no need to
rename the file to -v2.

There are probably better ways to write those click handlers, for
example we could have a common function to launch the POST request to a
URL that it reads from the button object like this:

var button_onclick = function(evt) {
    const xhr = new XMLHttpRequest();
    xhr.open("POST", evt.target.onlick_post_url, true);
    xhr.send();
};

row.children[2].children[0].addEventListener('click', button_onlick);
row.children[2].children[0].onclick_post_url = '/light/' + id.substr(6) + '/toggle';

The only problem with this is that iirc ``evt.target`` is
browser-specific.
2020-04-09 11:12:21 -03:00
Otto Winter 6b5d981c53
Bump version to v1.14.3 2019-11-17 23:37:35 +01:00
Otto Winter ca6535cc6a
Bump version to v1.14.2 2019-11-03 00:20:38 +01:00
Otto Winter b2f9cb1982
Bump version to v1.14.1 2019-11-02 21:00:56 +01:00
Otto Winter 1b2c55a812
Merge branch 'beta' into current 2019-11-01 18:32:02 +01:00
Otto Winter d7abea6022
Bump version to v1.14.0 2019-11-01 18:31:15 +01:00
Otto Winter f298dd7157
1.14 Changelog (#393)
* 1.14 Changelog updates

* Final changelog

* Run svg2png

* Add note
2019-11-01 18:28:26 +01:00
Otto Winter 7b06e1a84e
Bump version to v1.14.0b5 2019-10-31 23:51:00 +01:00
Otto Winter 618ebf32e0
Bump version to v1.14.0b4 2019-10-24 22:07:08 +02:00
Otto Winter 511eafc5a7
Bump version to v1.14.0b3 2019-10-22 23:05:25 +02:00
Otto Winter 0b0b8c324c
Bump version to v1.14.0b2 2019-10-20 19:35:04 +02:00
Otto Winter 3d828f2f6f
Bump version to v1.14.0b1 2019-10-19 17:11:12 +02:00
Otto Winter 330c4d2fc9
Update version 2019-07-03 17:37:11 +02:00
Otto Winter 6a2e77be24
Bump version to v1.13.6 2019-06-14 12:55:50 +02:00
Otto Winter bd268dbab3
Bump version to v1.13.5 2019-06-08 16:50:48 +02:00
Otto Winter a9f9874b11
Bump version to v1.13.4 2019-06-03 15:25:03 +02:00
Otto Winter 96f2ae30ae
Bump version to v1.13.3 2019-06-01 22:03:12 +02:00
Otto Winter 79904ada7f
Bump version to v1.13.2 2019-05-31 16:38:28 +02:00
Otto Winter 5c2f246121
Bump version to v1.13.1 2019-05-30 22:32:23 +02:00
Otto Winter 254890ba71
Bump version to v1.13.0 2019-05-30 14:16:42 +02:00
Otto Winter 2fb85ace76
Bump version to v1.13.0b7 2019-05-30 13:14:50 +02:00