-
Notifications
You must be signed in to change notification settings - Fork 1
Version History
lasermtv07 edited this page Dec 27, 2022
·
5 revisions
Version number has two (or three) digits; the first one says if the version is beta or not (0 is beta, 1 not), the second is major version number (major 1, 2,3..) and the third is minor release number.
- Initial upload, basic functionality
Link: Download
- Fixed a major bug (typer.py was struggling writing capital letters - changed function from keyboard library)
- Added
changelog
command
Link: Download
- Updated the CLI
- Added switches support
- Removed voluntary arguments' support
- Removed the
changelog
command, replacing it withversion /c
Link: Download
- Readded voluntary arguments
- Allowed linux-style switches writing
- Added aliases
- Added the
tip
command - Migrated from keyboard to pynput library (linux compatibility issues)
- First stable linux build
Link: Download
- Fixed bad
help
-
tip
now gets called automatically when u useversion
Link: Download