1The Rocs Changelog
2==================
3
4This changelog contains only the important changes for each release.
5For a detailed feature list please refer to the Git log.
6
7Rocs 2.0 (Applications 15.04)
8--------
9* Port to KF5/Qt5
10* Rewrite of the graph theory core
11* Major cleanups of UI
12* Removing data structure separtion and using of a more general graph document
13* Unified script API
14* Removing documentation/handbook side panel
15
16Rocs 1.8 (KDE SC 4.10)
17--------
18* Improved project support for all dialogs.
19* UI cleanup:
20  - New visual editor toolbar.
21  - New visual editor top control bar.
22  - New side panel.
23* Initial support of a side panel with
24  - journal files,
25  - documentation (currently, only handbook),
26  - and additional operations for the visual editor.
27* Parting of Rocs into RocsCore, VisualEditor and RocsApp.
28* Major work on API cleanup and API documentation.
29* Major refactoring of the properties model to simplify use.
30* Improved support for third party graph document files
31  - DOT/GraphVis support is nearly complete
32  - Trivial Graph Format files support is complete
33  - initial TikZ/PGF export of graphs
34
35Rocs 1.7 (KDE SC 4.9)
36--------
37* New data and pointer types.
38* Data Structure Plugins:
39  - New Rooted Tree Plugin
40* New project support.
41* Algorithm Execution:
42  - New debug execution mode.
43  - New stepped execution mode.
44
45Rocs 1.6.0 (KDE SC 4.8)
46--------
47* UI cleanup: script editor next to script output.
48* Visual Graph Editor: Context menus.
49* New Plugins:
50  - Generae Graphs
51  - Assign Values
52
53Rocs in KDE SC 4.7
54--------
55* Finished the Graph API.
56* Using GraphicsView for the Visual Graph Editor.
57* Ported to KDE4.
58
59Rocs in KDE SC 4.6
60--------
61* Data Structure Plugin System
62  - Graph Plugin
63  - List Plugin
64* Graph Structure Imports/Exports
65  - GraphViz
66  - GML
67  - TXT
68
69Rocs in KDE SC 4.5
70--------
71* Themeable node graphics.
72* Dialog cleanups.
73* Support for multi script files.
74* New Threading Support.
75* Plugin support in C++ and JavaScript.
76* Dynamic Properties redone.
77
78Rocs 1.0 (KDE SC 4.4)
79--------
80* Rocs joins KDE Edu.
81