Skip to content

Commit

Permalink
bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Mar 23, 2023
1 parent 2cb7c71 commit 2b0fd9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .version.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(VERSION 0.2.2.0)
set(VERSION 0.2.3.0)
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,21 @@

## Newest

**WIP**

- _0.2.2_, fixes arround the project files
- 0.2.1, first implementation of Undoable/Redoable
- v0.2.3, upgrade cmake scripts
- _v0.2.2_, fixes around the project files
- v0.2.1, first implementation of Undoable/Redoable

## Features

- Highly configurable/customizable
- Undo/Redo subsystem
- restricted non-linear undo (batch undo+erase+redo)
- todo: full-functional non-linear
- limitless undo/redo levels, or limited with `max_size(n)`
- Bundled with Command subsystem
- undoable/redoable
- Composite command (`undo_cxx::composite_cmd_t<>`): composite multi-commands as one (groupable)
- Composite memento (`undo_cxx::state_t<>`) for composite-command

---
- Highly configurable/customizable
- Undo/Redo subsystem
- restricted non-linear undo (batch undo+erase+redo)
- todo: full-functional non-linear
- limitless undo/redo levels, or limited with `max_size(n)`
- Bundled with Command subsystem
- undoable/redoable
- Composite command (`undo_cxx::composite_cmd_t<>`): composite multi-commands as one (groupable)
- Composite memento (`undo_cxx::state_t<>`) for composite-command

## Examples

Expand Down

0 comments on commit 2b0fd9c

Please sign in to comment.