File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- # [ Unreleased ]
8
+ # [ 0.10.0 ] - 2023-08-24
9
9
### Added
10
10
- Added support for initializing ` IdasenDesk ` with a ` BLEDevice ` instead of a MAC address.
11
11
- Added ` connect ` and ` disconnect ` methods as an alternative to the context manager.
12
12
- Added a ` disconnected_callback ` argument to the ` IdasenDesk ` constructor.
13
+ - Added a ` pair ` method.
13
14
14
15
### Changed
15
16
- Changed ` build-system.requires ` from ` ["poetry>=0.12"] ` to ` ["poetry-core"] ` .
16
17
18
+ ### Fixed
19
+ - Fixed the ` stop ` method not stopping the desk.
20
+
17
21
## [ 0.9.6] - 2023-03-18
18
22
### Added
19
23
- Added support for bleak version ` ~0.20 ` .
@@ -126,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
126
130
## [ 0.1.0] - 2020-09-07
127
131
- Initial release
128
132
129
- [ Unreleased ] : https://github.com/newAM/idasen/compare/v0.9.6...HEAD
133
+ [ Unreleased ] : https://github.com/newAM/idasen/compare/v0.10.0...HEAD
134
+ [ 0.10.0 ] : https://github.com/newAM/idasen/compare/v0.9.6...v0.10.0
130
135
[ 0.9.6 ] : https://github.com/newAM/idasen/compare/v0.9.5...v0.9.6
131
136
[ 0.9.5 ] : https://github.com/newAM/idasen/compare/v0.9.4...v0.9.5
132
137
[ 0.9.4 ] : https://github.com/newAM/idasen/compare/v0.9.3...v0.9.4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ target-version = ["py38"]
6
6
name = " idasen"
7
7
description = " ikea IDÅSEN desk API and CLI."
8
8
authors = [
" Alex Martens <[email protected] >" ]
9
- version = " 0.9.6 "
9
+ version = " 0.10.0 "
10
10
license = " MIT"
11
11
readme = " README.rst"
12
12
repository = " https://github.com/newAM/idasen"
You can’t perform that action at this time.
0 commit comments