Skip to content

Commit 7075369

Browse files
update changelog, bump version
1 parent 5a09560 commit 7075369

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

changelog.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
-->
1515

1616
## [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+
1725
## [1.2.0] - 2022-03-06
1826
### Added
1927
- 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
121129
- `sendfile` function implemented in same way as on Micropythons PicoWeb
122130

123131
<!-- 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
125133

134+
[1.3.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.3.0
126135
[1.2.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.2.0
127136
[1.1.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.1.0
128137
[1.0.0]: https://github.com/brainelectronics/Micropython-ESP-WiFi-Manager//tree/1.0.0

wifi_manager/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version_info__ = ('1', '2', '0')
1+
__version_info__ = ('1', '3', '0')
22
__version__ = '.'.join(__version_info__)
33
__author__ = 'brainelectronics'

0 commit comments

Comments
 (0)