File tree 2 files changed +13
-16
lines changed 2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
- set (VERSION 0.2.2 .0)
1
+ set (VERSION 0.2.3 .0)
Original file line number Diff line number Diff line change 8
8
9
9
## Newest
10
10
11
- ** WIP**
12
-
13
- - _ 0.2.2_ , fixes arround the project files
14
- - 0.2.1, first implementation of Undoable/Redoable
11
+ - v0.2.3, upgrade cmake scripts
12
+ - _ v0.2.2_ , fixes around the project files
13
+ - v0.2.1, first implementation of Undoable/Redoable
15
14
16
15
## Features
17
16
18
- - Highly configurable/customizable
19
- - Undo/Redo subsystem
20
- - restricted non-linear undo (batch undo+erase+redo)
21
- - todo: full-functional non-linear
22
- - limitless undo/redo levels, or limited with ` max_size(n) `
23
- - Bundled with Command subsystem
24
- - undoable/redoable
25
- - Composite command (` undo_cxx::composite_cmd_t<> ` ): composite multi-commands as one (groupable)
26
- - Composite memento (` undo_cxx::state_t<> ` ) for composite-command
27
-
28
- ---
17
+ - Highly configurable/customizable
18
+ - Undo/Redo subsystem
19
+ - restricted non-linear undo (batch undo+erase+redo)
20
+ - todo: full-functional non-linear
21
+ - limitless undo/redo levels, or limited with ` max_size(n) `
22
+ - Bundled with Command subsystem
23
+ - undoable/redoable
24
+ - Composite command (` undo_cxx::composite_cmd_t<> ` ): composite multi-commands as one (groupable)
25
+ - Composite memento (` undo_cxx::state_t<> ` ) for composite-command
29
26
30
27
## Examples
31
28
You can’t perform that action at this time.
0 commit comments