Skip to content

Releases: jwodder/schedule

v0.4.1 — Packaging updates

01 Dec 12:56
v0.4.1
Compare
Choose a tag to compare
  • Support Python 3.12 and 3.13
  • Migrated from setuptools to hatch
  • Drop support for Python 3.7

v0.4.0 — Start & end time options

03 May 22:58
v0.4.0
Compare
Choose a tag to compare
  • 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

06 Feb 21:13
v0.3.4
Compare
Choose a tag to compare

v0.3.3 — Fix an error message

12 Jun 01:04
v0.3.3
Compare
Choose a tag to compare
  • Fix error message displayed when an event is missing a "days" or "time" field

v0.3.2 — Update Click

31 May 18:50
v0.3.2
Compare
Choose a tag to compare
  • Drop support for Python 3.4 and 3.5
  • Support Click 8

v0.3.1 — Fix some vertical text positioning

24 Jan 21:05
v0.3.1
Compare
Choose a tag to compare
  • 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

09 May 18:58
v0.3.0
Compare
Choose a tag to compare
  • --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

16 Apr 17:55
v0.2.0
Compare
Choose a tag to compare
  • 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

11 Apr 19:06
v0.1.0
Compare
Choose a tag to compare