Skip to content

Commit e8f2e02

Browse files
committed
Bump version: 1.0.0 -> 1.1.0
1 parent 508cf8d commit e8f2e02

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.1.0 (2023-02-20)
2+
3+
### Feat
4+
5+
- new test for json generation, remove temp files
6+
- new test for dict saving
7+
- handle signals, saving partial dict.
8+
- use event instead of bool to prompt waiting user
9+
- save partial dict when nothing listened, skip combination if previously saved
10+
- extract partial_inc from file saved, input filename as path in init
11+
- remove tmp file when saving final dict
12+
- load partial file plus tests
13+
- save partial dictionary listened
14+
- wait user input after a set of code listened, save to json that will be loaded on nex run to skip already read combinations
15+
16+
### Fix
17+
18+
- wait before first code if codes were loaded from previous file
19+
120
## 1.0.0 (2022-12-18)
221

322
### Feat

broadlink_listener/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = "Gabriele Pongelli"
88
__email__ = "[email protected]"
9-
__version__ = "1.0.0"
9+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "broadlink-listener"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
homepage = "https://github.com/gpongelli/broadlink-listener"
99
description = "Broadlink IR codes listener and SmartIR json generator."
1010
authors = ["Gabriele Pongelli <[email protected]>"]
@@ -103,7 +103,7 @@
103103

104104
[tool.commitizen]
105105
name = "cz_conventional_commits"
106-
version = "1.0.0"
106+
version = "1.1.0"
107107
version_files = [
108108
"broadlink_listener/__init__.py:__version__",
109109
"pyproject.toml:version"

0 commit comments

Comments
 (0)