Skip to content

Commit

Permalink
v0.3.0 — Configuring event BG colors
Browse files Browse the repository at this point in the history
- `--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
  • Loading branch information
jwodder committed May 9, 2019
1 parent 1e20d84 commit 439458d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.0 (in development)
-----------------------
v0.3.0 (2019-05-09)
-------------------
- `--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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ The following input file::

produces (using the default options) an output file that looks like this:

.. image:: https://github.com/jwodder/schedule/raw/master/examples/example01.png
.. image:: https://github.com/jwodder/schedule/raw/v0.3.0/examples/example01.png
2 changes: 1 addition & 1 deletion pdfschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
more information.
"""

__version__ = '0.3.0.dev1'
__version__ = '0.3.0'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'pdfschedule@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit 439458d

Please sign in to comment.