|
1 | | -## 2025/04/08 Version 5.0.0-1 |
| 1 | +2025/04/08 Version 5.0.0-1 |
| 2 | +-------------------------- |
2 | 3 | - API Changes: |
3 | 4 | - **NEW:** `Receiver` class |
4 | 5 | - A subclass of `asyncio.Queue` |
|
55 | 56 | - Leverage a config file at `./tests/fixtures/crystalfontz.yaml` |
56 | 57 | - Can be overridden with `CRYSTALFONTZ_CONFIG_FILE` environment variable |
57 | 58 |
|
58 | | -## 2025/01/12 Version 4.0.0 |
| 59 | +2025/01/12 Version 4.0.0 |
| 60 | +-------------------------- |
59 | 61 | - Fedora package on COPR: <https://copr.fedorainfracloud.org/coprs/jfhbrook/joshiverse/package/python-crystalfontz/> |
60 | 62 | - Client API Changes: |
61 | 63 | - Rename `client.load_device` to `client.detect_device` |
|
76 | 78 | - Export `Config` class used by CLI |
77 | 79 | - Add `get`, `set` and `unset` methods to `Config` class |
78 | 80 |
|
79 | | -## 2025/01/09 Version 3.0.1 |
80 | | - |
| 81 | +2025/01/09 Version 3.0.1 |
| 82 | +------------------------ |
81 | 83 | - Remove development dependencies from extras |
82 | 84 |
|
83 | | -## 2025/01/08 Version 3.0.0 |
84 | | - |
| 85 | +2025/01/08 Version 3.0.0 |
| 86 | +------------------------ |
85 | 87 | - API changes: |
86 | 88 | - Renamed `client` contextmanager to `connection` |
87 | 89 | - Renamed `TemperatureReport`'s `idx` attribute to `index` |
|
97 | 99 | - Improved help text |
98 | 100 | - Docstrings, plus documentation hosted at <https://crystalfontz.readthedocs.io/> |
99 | 101 |
|
100 | | -## 2025/01/06 Version 2.0.0 |
101 | | - |
| 102 | +2025/01/06 Version 2.0.0 |
| 103 | +------------------------ |
102 | 104 | - API changes: |
103 | 105 | - Expose `pause` argument for marquee effect in client and CLI |
104 | 106 | - Rename `client.poke` and `Poked` to `client.read_lcd_memory` and `LcdMemory` respectively |
|
140 | 142 | - Add PyPI classifiers |
141 | 143 | - Updated documentation in README.md |
142 | 144 |
|
143 | | -## 2025/01/04 Version 1.0.0 |
144 | | - |
| 145 | +2025/01/04 Version 1.0.0 |
| 146 | +------------------------ |
145 | 147 | - First version of `crystalfontz` |
0 commit comments