Skip to content

Releases: williamhorning/bolt

0.7.4

24 Aug 00:28
1fda5ad
Compare
Choose a tag to compare

Changes:

  • cleanup code
  • fix various message conversion issues
  • fix migration code
  • log uncaught errors and rejections
  • remove matrix from the main tree

Full Changelog: 0.7.3...0.7.4

0.7.3

16 Aug 01:15
Compare
Choose a tag to compare

Changes:

  • disable channels on 404 errors
  • fix telegram file proxy
  • fix telegram markdown issues
  • make message ids always an array for bridging stuff
  • update dependencies
  • use deno workspaces and jsr for packages
  • use rvapi instead of revolt.js

0.7.2

12 Jul 16:26
Compare
Choose a tag to compare

Changes:

  • fix telegram file proxy
  • update docs links
  • fix guilded username limit

0.7.1

05 Jul 21:55
4dcb5ff
Compare
Choose a tag to compare

Changes

  • update dependencies
  • bump deno version to 1.44.4
  • use official revolt.js package again
  • add bolt-telegram plugin for telegram support ( #54 )
  • add support for multiple messages in plugins ( #67 )
  • fix duplicated messages ( #65 )

full list of changes: 0.7.0...0.7.1

0.7.0

20 May 17:16
Compare
Choose a tag to compare
  • cleanup code
  • move documentation
  • cleanup plugins/plugin api
  • move all data to redis
  • simplify cli
  • redo commands

0.6.2

01 Apr 21:44
6b5e0d5
Compare
Choose a tag to compare

moves back to the deps.ts model since it broke otherwise

0.6.1

31 Mar 21:47
be88803
Compare
Choose a tag to compare
  • merge matrix into main, thanks @austinhuang0131!
  • fix docker builds
  • update to deno 1.42
  • redo the way bridge internals are handled
  • use sessionStorage for checking if a message is bridged
  • clean up some bridge commands
  • move types and utils to their own modules
  • change create_message to remove bolt references
  • change log_error to send more compact messages over webhooks
  • use import type over import for type-only imports
  • make commands prefix and default commands configurable
  • go back to prettier
  • break plugin api version
  • go back to deps.ts outside of lightning
  • redo replies in most places (they work now!)

0.6.0

26 Mar 17:00
4537e02
Compare
Choose a tag to compare
  • move to JSR dependencies
  • move to r2d2 from deno_redis and use redis json (fix #57)
  • redo a lot of the core to move stuff (fix #38)
  • clean up and document public api
  • change stuff to lightning from bolt
  • redo plugin config
  • publish to JSR

0.5.8

07 Mar 22:12
1e400b9
Compare
Choose a tag to compare

fix it frfr

0.5.7

07 Mar 21:57
ced8962
Compare
Choose a tag to compare
  • actually fix the issues