-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
44 lines (40 loc) · 1.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Shaape ChangeLog
================
Version 1.1.1 (2014-07-16)
------------------------
.Bugfixes
- Readme dependency removed from setup.py
Version 1.1.0 (2014-06-24)
------------------------
.Features
- UTF8 support
- arrow styles
- readme updated
- new dotted lines
.Bugfixes/Improvements
- Name assignments to polygons
- mixed color definitions
- unit tests fixed
- chorded graph recognition fixed
- asciidoc filter fixed
- removed unnecessary syntax elements
- blur only if scipy available
- fixed to work with newer networkx
- added more test images
- chordfree calculation improved
- using setuptools instead of distutils
Version 1.0.0 (2013-02-20)
------------------------
.Featues
- basic styles for fills, frames and text using YaML
- round corners
- z-order parsing
- svg, pdf, eps output
- blurred shadows for png output
- unit tests (about 95% coverage)
- hash sum checking
- planar graph cycle search for faster input processing
- README, with a lot of examples and complete syntax description
Version 0.1 (2012-11)
----------------------
Initial proof of concept release, basic shape and text rendering.