root/gaphor/tags/gaphor-0.11.2/NEWS

Revision 1910, 2.8 kB (checked in by wrobe..@pld-linux.org, 1 year ago)

- updated for versions 0.11.1 and 0.11.2

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