We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f941eb8 commit 75fb756Copy full SHA for 75fb756
1 file changed
HISTORY.md
@@ -1,5 +1,15 @@
1
# History
2
3
+## 0.13.0 (2025-08-22)
4
+
5
+* Consolidate multiple entry points into a single `teensytoany` command with subcommands:
6
+ - `teensytoany programmer` (replaces `teensytoany_programmer`)
7
+ - `teensytoany i2c-scan` (replaces `teensytoany_i2c_scan`)
8
+ - `teensytoany list` (replaces `teensytoany_list`)
9
+* Maintain backward compatibility with deprecation warnings for old entry points
10
+* Refactor CLI structure to separate logic from Click command functions
11
+* Add comprehensive test coverage for new consolidated command structure
12
13
## 0.12.1 (2025-08-22)
14
15
* Add `fastled_set_max_refresh_rate` method to control FastLED refresh rate.
0 commit comments