Skip to content

Commit

Permalink
update readme and package development status
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Jul 20, 2024
1 parent de3d058 commit 1a29e8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 4 additions & 6 deletions docs/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
4 changes: 2 additions & 2 deletions replay_wizard/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1a29e8a

Please sign in to comment.