Releases: jwodder/schedule
Releases · jwodder/schedule
v0.4.1 — Packaging updates
v0.4.0 — Start & end time options
- Drop support for Python 3.6
- Support Python 3.11
- Added
--start-time
and--end-time
command-line options (contributed by @bkidney)
v0.3.4 — Support PyYAML 6.0
Version 0.3.4
v0.3.3 — Fix an error message
- Fix error message displayed when an event is missing a "days" or "time" field
v0.3.2 — Update Click
- Drop support for Python 3.4 and 3.5
- Support Click 8
v0.3.1 — Fix some vertical text positioning
- Adjusted the vertical positioning of text so that it no longer intersects the bottom of the event box
- Support Python 3.8
v0.3.0 — Configuring event BG colors
--font
now accepts names of builtin fonts- When an input filename is given but no output filename, write to the input filename with the extension set to
.pdf
instead of to stdout - Events can now have a "color" field to set the background color
v0.2.0 — Weekend events
- Support for weekend events added
- Day-of-week abbreviations in input files may no longer be lowercase
- Added a
--no-weekends
option for not showing Sunday & Saturday - Added a
--start-monday
option for starting the week on Monday
v0.1.0 — Initial release
Version 0.1.0