Older Releases

Important

These are the changelog for older versions. Latest Version is 0.3.0

Please see the changeLog for latest versions - ChangeLog


v0.2.11
v0.2.10
v0.2.9
  • Fix Bugs of v0.2.8

v0.2.8
  • Renamed argument private to private_only in command decorator.

  • Added two new arguments group_only and channel_only in command decorator.

  • Added docs for command decorator. See Here

v0.2.7
  • Auto Update Bot Menu at runtime. Read More

  • Added description argument in command decorator(for bot menu).

  • Stark.data() now also returns a dictionary of command descriptions (key=command, value=description). See pystark.client.Stark.data()

  • Stark.activate now takes a optional argument set_menu to disable (or enable) auto-update of bot menu. Read More

  • Added docs for Bot Menu. Read Here

v0.2.6
v0.2.5
  • Added in-built functions to query postgres tables - Read More

  • Added ChangeLog to docs (this webpage)

  • Improve documentation using sphinx-toolbox

v0.2.4
  • This Documentation was created