File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
## [ Unreleased]
6
6
- No unreleased changes so far
7
7
8
+ ## [ 0.3] - 2025-02-19
9
+ ### Added
10
+ - Added support for images
11
+ - Added tags to attributes
12
+ - Added support for webui via carconnectivity-plugin-webui
13
+
8
14
## [ 0.2] - 2025-02-02
9
15
### Added
10
16
- Wake Sleep command
@@ -13,6 +19,7 @@ All notable changes to this project will be documented in this file.
13
19
Initial release, let's go and give this to the public to try out...
14
20
The API is not yet implemented completely but most functions already work
15
21
16
- [ unreleased ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/compare/v0.2...HEAD
22
+ [ unreleased ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/compare/v0.3...HEAD
23
+ [ 0.3 ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/releases/tag/v0.3
17
24
[ 0.2 ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/releases/tag/v0.2
18
25
[ 0.1 ] : https://github.com/tillsteinbach/CarConnectivity-connector-skoda/releases/tag/v0.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ authors = [
14
14
{ name = " Till Steinbach" }
15
15
]
16
16
dependencies = [
17
- " carconnectivity>=0.3a2 " ,
17
+ " carconnectivity>=0.3 " ,
18
18
" oauthlib~=3.2.2" ,
19
19
" requests~=2.32.3" ,
20
20
" jwt~=1.3.1" ,
Original file line number Diff line number Diff line change 1
- flake8~=7.1.1
1
+ flake8~=7.1.2
2
2
pylint~=3.3.4
3
- bandit~=1.8.2
3
+ bandit~=1.8.3
4
+
5
+ # For UI only
6
+ Flask~=3.1.0
You can’t perform that action at this time.
0 commit comments