Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 05:57
· 3 commits to master since this release

This release brings some great new features and bug fixes! Check out the roadmap in notes.md, RC3 is next!

  • Added
    • Room info is here! The bot will now cache and provide room info with each message, automatically refreshing in the background check out usage.md for info of usage
      • get room admin / moderators, topic, related groups and more
    • Better polling through long polling (Thanks forden:matrix.org for pointing out this improvement)
    • Image sending functionality (With simple toggles for blurhash and thumbnail generation)
    • More examples in /examples
    • General roadmap and documentation updates
  • Fixed
    • A fix for the slow polling, which might have also caused issues on systems with frequent network drops (Thanks octt:matrix.org)