-
Notifications
You must be signed in to change notification settings - Fork 1
Update log
JKasCode edited this page Feb 16, 2021
·
1 revision
Lenny went through many updates, and only at v0.3.2 I noticed that semantic versioning works in a completely different way. I guess this system also works.
-
v0.1
- Initial release
- Basics, such as the QA system
-
v0.2
- Some commands such as
exit
- Basic input formatting
- Help page
- Some commands such as
-
v0.3.0 - 13 Dec 2020 - first tagged release
- Time commands
- Improved help page
- Very basic math
- Services introduced
-
v0.3.1 - 14 Dec 2020
-
/
commands introduced - Many new commands replacing old input triggers
- Optimized a lot of code
-
-
v0.3.2 - 16 Dec 2020
- Input formatting removes punctuation
-
/sqrt
command
-
v0.3.3 - 1 Jan 2021
- Code optimizations
- Input formatting converted to module
- Moved command function to one file
-
v0.3.4 - 11 Feb 2021 - stable release
- Code improvements
- Introduced reminder
-
/cmds
and/reminder
commands introduced
Usage instructions:
- Run this in Terminal:
git clone https://github.com/JKasCode/lenny-python.git
-
cd
to the repository:cd lenny-python
- Run this command:
python3 main.py
Stable version of Lenny is on the main branch. git switch (branch name)
to use a newer or different version!
Most recent update:
- Improved commands dict
- Moved commands dict to
cmds.py
- Introduced reminder
- New commands:
/reminder
and/cmds