Skip to content

Releases: kotleni/meowtg

v2.0.0-beta

24 Jan 15:42
3dc8bc5
Compare
Choose a tag to compare

What's Changed

  • Full rewrite to typescript
  • Configuration wizard
  • Plugins job optimizations
  • New plugins management system
  • New commands registry system
  • Ability to register all messages listener
  • Session manager
  • Integrated .pkg command
  • New plugins repo architecture
  • New plugins features
    • Configuration files
    • Client version (not used, see #23)
    • Multiple authors (not used), see #24)
  • Other changes

Full Changelog: v0.1.1-beta...v2.0.0-beta

v0.1.1-beta

21 Aug 19:34
Compare
Choose a tag to compare

Whats new:

  • Fix crash on some environments

v0.1.0-beta

21 Aug 19:24
Compare
Choose a tag to compare

First beta release.

Whats new:

  • Semi-stable trusted beta release.
  • Build versioning
  • Added .pkg reload sub-command
  • Fix crash when using commands in private chats
  • Fix .pkg usage output

v0.4-alpha

21 Aug 18:34
Compare
Choose a tag to compare
  • Outputs now use html format
  • New COMMAND_OK_MESSAGE_REPLY result code
  • Pkg plugin integrated to core
  • Print repo url at starting
  • Fix wrong github url
  • Fix .pkg main usage output

v0.3-alpha

21 Aug 17:46
Compare
Choose a tag to compare
  • Removed all custom plugins
  • Plugins info in headers system
  • Plugins management by .pkg
    • .pkg list - List local plugins
    • .pkg remote - List remote plugins
    • .pkg install - Install from remote
    • .pkg remove - Remove local plugin
    • .pkg update - Update plugin from remote
  • Other improvements

v0.2-alpha

06 Oct 20:38
Compare
Choose a tag to compare
  • Upgrated logging system
  • Chanaged files stucture
  • Plugin disabling
  • Updated some default plugins

v0.1-alpha

06 Oct 20:06
Compare
Choose a tag to compare
  • First alpha release