diff --git a/README.md b/README.md index 5f78b97..379af51 100644 --- a/README.md +++ b/README.md @@ -132,21 +132,19 @@ Be free to use, fork, clone and contribute. ## Features -This features will be built during 4 weeks. -20.03.2024 - deadline - - Capture mouse actions (Done) - Save mouse actions (Done) - Replay mouse actions (Done) - Capture keyboards actions (Done) - Save keyboards actions (Done) - Replay keyboards actions (Done) -- Capture environment -- Save environment -- Replay environment - Console script (Done) - python library API (Done) - Combine sequences (Done) +- Capture environment (Plan) +- Save environment (Plan) +- Replay environment (Plan) + ## Requirements diff --git a/docs/about.rst b/docs/about.rst index f75b1c4..4bf3eb5 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -31,21 +31,19 @@ Be free to use, fork, clone and contribute. Features -------- -This features will be built during 4 weeks. -20.03.2024 - deadline - - Capture mouse actions (Done) - Save mouse actions (Done) - Replay mouse actions (Done) - Capture keyboards actions (Done) - Save keyboards actions (Done) - Replay keyboards actions (Done) -- Capture environment -- Save environment -- Replay environment - Console script (Done) - python library API (Done) - Combine sequences (Done) +- Capture environment (Plan) +- Save environment (Plan) +- Replay environment (Plan) + Requirements ------------ diff --git a/replay_wizard/package.py b/replay_wizard/package.py index 68449b0..aa97c96 100644 --- a/replay_wizard/package.py +++ b/replay_wizard/package.py @@ -2,5 +2,5 @@ Package info """ name = 'replay-wizard' -version = '2.2.0' -status = '4 - Beta' +version = '2.3.0' +status = 'Development Status :: 5 - Production/Stable'