root/gaphor/tags/gaphor-0.11.1/NEWS

Revision 1663, 2.3 kB (checked in by arj..@yirdis.nl, 1 year ago)

updated NEWS for gaphor

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