root/gaphor/tags/release-0.10.1/NEWS

Revision 1190, 2.0 kB (checked in by arj..@yirdis.nl, 2 years ago)

moved data/ inside gaphor/ package: easier accessible when installed as egg

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 0.10.0
2 ------
3  - New undo management system
4  - Setuptools is used for installation and also within Gaphor
5  - Depends on zope.component 3.4 and gaphas 0.1.3 (installed on as-needed basis)
6  - Installable as Python Egg
7
8 0.9.0
9 -----
10 - New pure-python canvas implementation (gaphas)
11 - Zope Adapters used for item connections
12 - Undo managements temporaly disabled
13 - Added loads of unit tests
14 NOTE: if you have Zope 3 installed it's probably not a good idea to install
15       Gaphor too, since Gaphor tries to install Zope3 packages too.
16       Don't worry, you can run Gaphor perfectly well using the run-gaphor.sh
17       script.
18
19 0.8.1
20 -----
21 - support for automatic realization dependencies between components and
22   interfaces
23 - provided and required interfaces of component realizing classifiers are
24   visible in Component.{provided,required} derived associations
25 - missing icons added
26
27 0.8.0
28 -----
29 - actions: flow final, fork, join and object nodes
30 - assembly connector
31 - flows and also initial, flow final and activity final nodes can have names
32 - flows can be splitted and merged using activity edge connectors
33 - object inspector panel added
34 - pdf file export
35 - gaphorconvert utility, which allows easy batch conversion of diagrams
36   into svg or pdf files
37 - user interface fixes
38 - require gtk+ 2.8.x
39
40 0.7.1
41 -----
42 - Real UML2 associations;
43 - Stereotypes;
44 - Atrifact and Node types;
45 - Settings of open and closed toolboxes as well as the window size are saved;
46 - Diagrams are shown in bold in the tree view, abstract classes are italic;
47 - Added recent files option;
48 - Keyboard shortcuts can be configured at runtime.
49 - Spanish translation
50 - Python2.4 fixes
51
52 0.7.0
53 -----
54 - XMI export plugin
55 - Item alignment
56 - Full featured undo mechanism
57 - Copy/paste
58 - usability improvements
59 - require DiaCanvas2 0.14.2
60
61 0.6.0
62 -----
63 - Enhanced Plugin support
64 - Interfaces
65 - Support for Stereotypes
66
67 0.5.0
68 -----
69 - Support for UseCases
70 - Plugins
71 - Packages can be reordered
72 - Interfaces
73
74 0.4.0
75 -----
76 - Support for Actions
77 - Support for Components
78
79 0.3.0
80 -----
81 - New and improved interface
Note: See TracBrowser for help on using the browser.