Skip to content

Commit 2b0fd9c

Browse files
committed
bump to v0.2.3
1 parent 2cb7c71 commit 2b0fd9c

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
set(VERSION 0.2.2.0)
1+
set(VERSION 0.2.3.0)

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,21 @@
88

99
## Newest
1010

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
1514

1615
## Features
1716

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
2926

3027
## Examples
3128

0 commit comments

Comments
 (0)