root/gaphor/trunk/NEWS

Revision 2284, 3.3 kB (checked in by arj..@yirdis.nl, 1 month ago)

fixed inconsistencies in NEWS file.

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