2013-12-06 12:26:55 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update blockdiag to 1.3.2.
History
=======
1.3.2 (2013-11-19)
------------------
* Fix bugs
1.3.1 (2013-10-22)
------------------
* Fix bugs
1.3.0 (2013-10-05)
------------------
* Support python 3.2 and 3.3 (thanks to @masayuko)
* Drop supports for python 2.4 and 2.5
* Replace dependency: PIL -> Pillow
|
2013-09-11 04:56:10 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-blockdiag to 1.2.4.
1.2.4 (2012-11-21)
------------------
* Fix bugs
|
2013-09-11 04:53:05 by OBATA Akio | Files touched by this commit (1) |
Log message:
sort
|
2012-11-19 20:54:39 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
Update block-diag to 1.2.3
1.2.3 (2012-11-05)
------------------
* Fix bugs
1.2.2 (2012-10-28)
------------------
* Fix bugs
1.2.1 (2012-10-28)
------------------
* Add external imagedraw plugin supports
* Add node attribute: label_orientation*
* Fix bugs
1.2.0 (2012-10-22)
------------------
* Optimize algorithm for rendering shadow
* Add options to docutils directive
* Fix bugs
1.1.8 (2012-09-28)
------------------
* Add --ignore-pil option
* Fix bugs
1.1.7 (2012-09-20)
------------------
* Add diagram attribute: shadow_style
* Add font path for centos 6.2
* Add a setting 'antialias' in the configuration file
* Fix bugs
|
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-06-12 15:37:01 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-blockdiag to 1.1.6.
History
=======
1.1.6 (2012-06-06)
------------------
* Support for readthedocs.org
* reST directive supports :caption: option
* Fix bugs
1.1.5 (2012-04-22)
------------------
* Embed source code to SVG document as description
* Fix bugs
|
2012-03-21 15:25:33 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-blockdiag to 1.1.4.
1.1.4 (2012-03-15)
------------------
* Add new edge.hstyles: oneone, onemany, manyone, manymany
* Add edge attribute: description (for build description-tables)
* Fix bugs
1.1.3 (2012-02-13)
------------------
* Add new edge type for data-models (thanks to David Lang)
* Add --no-transparency option
* Fix bugs
|
2012-01-18 11:40:40 by OBATA Akio | Files touched by this commit (6) |
Log message:
Update blockdiag to 1.1.2.
1.1.2 (2011-12-26)
------------------
* Support font-index for TrueType Font Collections (.ttc file)
* Allow to use reST syntax in descriptions of nodes
* Fix bugs
|
2011-12-12 12:33:28 by OBATA Akio | Files touched by this commit (6) |
Log message:
* apply patch for python<=2.5, taken from upstream.
* install manual page.
Bump PKGREVISION.
|
2011-12-07 14:12:08 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update py-blockdiag to 1.1.1.
1.1.1 (2011-11-27)
* Add node attribute: href (thanks to @r_rudi!)
* Fix bugs
1.1.0 (2011-11-19)
* Add shape: square and circle
* Add fontfamily attribute for switching fontface
* Fix bugs
1.0.3 (2011-11-13)
* Add plugin: attributes
* Change plugin syntax; (cf. plugin attributes [attr = value, attr, value])
* Fix bugs
1.0.2 (2011-11-07)
* Fix bugs
1.0.1 (2011-11-06)
* Add group attribute: shape
* Fix bugs
1.0.0 (2011-11-04)
* Add node attribute: linecolor
* Rename diagram attributes:
* fontsize -> default_fontsize
* default_line_color -> default_linecolor
* default_text_color -> default_textcolor
* Add docutils extention
* Fix bugs
0.9.7 (2011-11-01)
* Add node attribute: fontsize
* Add edge attributes: thick, fontsize
* Add group attribute: fontsize
* Change color of shadow in PDF mode
* Add class feature (experimental)
* Add handler-plugin framework (experimental)
0.9.6 (2011-10-22)
* node.style supports dashed_array format style
* Fix bugs
0.9.5 (2011-10-19)
* Add node attributes: width and height
* Fix bugs
0.9.4 (2011-10-07)
* Fix bugs
0.9.3 (2011-10-06)
* Replace SVG core by original's (simplesvg.py)
* Refactored
* Fix bugs
|