File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- # 2.1.0-dev
1
+ # 2.1.0
2
2
3
- Release date: ` 2025-xx-xx `
3
+ Release date: ` 2025-03-03 `
4
4
5
5
## Bug Fixes
6
6
7
-
8
- - Calendar recipe: more precise events date range to prevent whole-day events from day N-1 to also appear at day N.
7
+ - Calendar recipe: prevent whole-day events from day N-1 to also appear at day N.
9
8
- Calendar recipe: whole-day event date formatting.
10
9
- Calendar recipe: consistent spacing between the calendar picture and the next item.
11
10
- Weather recipe: shortened descriptions to fit into the remaining 18 characters wide.
Original file line number Diff line number Diff line change 16
16
from thermalprinter .exceptions import ThermalPrinterError
17
17
from thermalprinter .thermalprinter import ThermalPrinter
18
18
19
- __version__ = "2.1.0-dev "
19
+ __version__ = "2.1.0"
20
20
__author__ = "Mickaël Schoentgen"
21
21
__copyright__ = f"""
22
22
Copyright (c) 2016-2025, { __author__ }
You can’t perform that action at this time.
0 commit comments