root/gaphor/tags/gaphor-0.12.1/NEWS

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

update version in NEWS

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