ChangeLog

Latest Version - 0.3.0


v0.3.0
  • Additions
    • Use inline mode and callback buttons more easily.

    • Handle inline queries using Stark.inline().

    • Handle callback queries using Stark.callback().

    • Load plugins from multiple directories. Instead of passing a ‘str’ to ‘activate()’ function, pass a list.

    • Allow passing other keyword arguments while creating bot client.

    • Override the in-built/default plugins automatically as they are loaded later now.

  • PyStark CLI
    • Added optional argument [‘-v’, ‘–version’] to see currently installed version.

    • Removed optional argument [‘-h’, ‘–help’] as passing no argument does the same thing.

    • Made unnecessary arguments private.

  • Improvements
    • Improved PyPI Home page and Project Readme.

    • Improved Boilerplate.

    • Upgraded TelegramDB.

    • Separated constants.

    • Renamed default plugins file to remove confusion.

  • BugFixes
    • Fixed ModuleNotFoundError for psycopg2 (missing requirement).

  • Documentation