Skip to content

Commit

Permalink
Update changelog and readme. Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaus committed Nov 1, 2018
1 parent cebb0d5 commit 69c1dcd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.1.2
Fix hyperlinks/styles/code sections inside textboxes

Support 'margin-left' property for tables

Support table widths in points as well as percent

Allow STYLEREF field code

Add support for table borders

Support padding in tables and table cells

## 1.1.1
Add support for specifying the line-height attribute as a percentage

## 1.1.0
Add support for `line-height` CSS attribute

## 1.0.9
Bugfix for incredibly long hyperlinks

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Supported Operations

WordInserter currently supports a range of different operations,
including code blocks, font size/colors, images, hyperlinks, numbered
and bullet lists.
and bullet lists, table borders and padding.

Stylesheets?
^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='wordinserter',
version='1.1.1',
version='1.1.2',
packages=find_packages(),
url='https://github.com/orf/wordinserter',
license='MIT',
Expand Down

0 comments on commit 69c1dcd

Please sign in to comment.