-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGES
30 lines (25 loc) · 1.11 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Version [NEXT]
==============
[editor]
- add: editor import and export custom_node property (see #9/b3js).
- add: editor create custom nodes automatically when importing (see #9/b3js).
- add: interface is using AngularJS now.
- add: editor now support multiple trees, you can change it on tree panel.
- add: history manager (undo/redo feature) (#13).
- add: desktop version using nwjs.
- add: a settings panels (see #6).
- add: node categories can have different colors (see #4).
- add: alt-click to select subtree (see #10).
- add: optional vertical layout (see #5).
- add: editor now can hanble multiple projects (see #15).
- mod: new commands and shortcuts (see #16, #17, #10 and #13).
- mod: new repository.
- mod: new architecture, merging viewer and editor (see #1).
- mod: further updates to the architecture.
- mod: parameters are read-only now, so they cannot be edited (see #2).
- mod: all communication (editor->app) is done by events.
- fix: error when importing json without Display.
- rem: dependence on JQuery and other libraries is removed.
Version 0.1.0 [Out 27, 2014]
============================
- initial release.