File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
-->
15
15
16
16
## [ Unreleased]
17
+ ## [ 1.3.0] - 2022-03-11
18
+ ### Changed
19
+ - Index page uses cards instead of list to show available pages
20
+ - Available URLs dictionary used ` text ` , ` title ` and ` color ` keys per URL to
21
+ style the cards as required
22
+ - Loading spinner is shown on index page to avoid showing a not fully rendered
23
+ or styled webpage
24
+
17
25
## [ 1.2.0] - 2022-03-06
18
26
### Added
19
27
- Custom logger can be provided to ` run ` function to enable different logging
@@ -121,8 +129,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
129
- ` sendfile ` function implemented in same way as on Micropythons PicoWeb
122
130
123
131
<!-- Links -->
124
- [ Unreleased ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager/compare/1.2 .0...develop
132
+ [ Unreleased ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager/compare/1.3 .0...develop
125
133
134
+ [ 1.3.0 ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.3.0
126
135
[ 1.2.0 ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.2.0
127
136
[ 1.1.0 ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.1.0
128
137
[ 1.0.0 ] : https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.0.0
Original file line number Diff line number Diff line change 1
- __version_info__ = ('1' , '2 ' , '0' )
1
+ __version_info__ = ('1' , '3 ' , '0' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
__author__ = 'brainelectronics'
You can’t perform that action at this time.
0 commit comments