Skip to content

Releases: JKasCode/lenny-python

v0.3.4

11 Feb 02:23
5c0a867
Compare
Choose a tag to compare

Features of this update:

  • Moved commands dict to the cmds.py file
  • Improved commands dictionary
  • New editable reminder that shows up whenever you start the program
  • New commands:
    • /cmds which opens the help command but jumps to the commands page
    • /reminder which allows you to clear/edit the reminder

v0.3.3

01 Jan 06:16
61b8808
Compare
Choose a tag to compare

This update has a lot of code cleaned up and better performance!

  • help and services inputs now have the same formatting as the main input
  • Moved all command functions into one file to save space
  • Fixed a so far unknown bug regarding service toggling

v0.3.2

16 Dec 05:22
97836ae
Compare
Choose a tag to compare

Introduces better input formatting which removes punctuation now. Also added a new square root command (/sqrt) which uses a custom algorithm.

v0.3.1

14 Dec 06:19
ba7af2c
Compare
Choose a tag to compare

This release introduces commands which replaces the old system that runs services.

v0.3.0

13 Dec 12:56
94ac69d
Compare
Choose a tag to compare

This release has all the basics, and of course, a few bugs as well.

  • Time commands
  • Improved help page
  • Very basic math
  • Service handling