Just duplicates the info on github.
... | ... |
@@ -26,49 +26,6 @@ Features |
26 | 26 |
* Animated jumping between nodes. |
27 | 27 |
* Highlights node/edge under mouse. |
28 | 28 |
|
29 |
-Changelog |
|
30 |
-========= |
|
31 |
- |
|
32 |
- * **2013-05-12**: Text based node search (by Salva and ludw1g.m3i3r, issue 68) |
|
33 |
- |
|
34 |
- * **2012-11-24**: Printing support (by ludw1g.m3i3r, issue 74) |
|
35 |
- |
|
36 |
- * **2011-09-01**: Fix forward slash escaping (issue 61) |
|
37 |
- |
|
38 |
- * **2011-02-13**: Show dotted lines in xdot (by djs52uk, issue 50) |
|
39 |
- |
|
40 |
- * **2010-12-12**: Support images (thanks to Alberto RodrÃguez) |
|
41 |
- |
|
42 |
- * **2010-01-32**: Add Quit key binding (from sk, issue #30) |
|
43 |
- |
|
44 |
- * **2009-09-30**: Add a reload button (fixes issue #22) |
|
45 |
- |
|
46 |
- * **2009-09-30**: Properly handle motion-notify-event (from lodatom, issue #24) |
|
47 |
- |
|
48 |
- * **2009-09-20**: Automatically reloads open file when it changes (from Robert Meerman, issue #21) |
|
49 |
- |
|
50 |
- * **2009-09-20**: Add support for [ColorBrewer Color Schemes](http://colorbrewer.org/) (from to michael.hliao, issue #23). |
|
51 |
- |
|
52 |
- * **2009-08-09**: Upload to [PyPi](http://pypi.python.org/pypi/xdot) (thanks to Marius Gedminas, issue #19) |
|
53 |
- |
|
54 |
- * **2009-05-24**: Reloads the file on the 'r' key (from peterbjorgensen). |
|
55 |
- |
|
56 |
- * **2009-04-09**: Render subgraphs correctly. |
|
57 |
- |
|
58 |
- * **2009-03-04**: Support filled bezier shapes. |
|
59 |
- |
|
60 |
- * **2009-01-29**: Check for unicode input; check subprocess returncode (from Jaap Karssenberg). |
|
61 |
- |
|
62 |
- * **2008-10-27**: Replace pydot and pyparsing by a much faster hand written lexer and parser (issue #9). |
|
63 |
- |
|
64 |
- * **2008-09-02**: Make mouse wheel zoom around the mouse cursor rather than center of window (from Marius Gedminas). |
|
65 |
- |
|
66 |
- * **2008-09-02**: Handle polylines. Handle ports in node names. |
|
67 |
- |
|
68 |
- * **2008-07-27**: Allow to specify the graphviz filter to use. |
|
69 |
- |
|
70 |
- * **2008-07-13**: Commit several enhancements done by [Marius Gedminas](http://mg.pov.lt/blog/europython2008-sprints-day-2.html), such as, animated jumping between nodes, highlighted node/edge under mouse, and support to more xdot language features. |
|
71 |
- |
|
72 | 29 |
Known Issues |
73 | 30 |
============ |
74 | 31 |
|