Skip to content

Releases: williamhorning/bolt

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

0.5.6

07 Mar 21:49
4f3444a
Compare
Choose a tag to compare
  • handle various errors better (#56)
  • use guilded api to create webhooks (#55)
  • fix readme links

0.5.5

05 Mar 05:00
d19c097
Compare
Choose a tag to compare

a merge and massive rewrite of 0.4.13 and 0.5.4

  • update external dependencies
  • update code to match deno conventions
  • move docs to williamhorning/williamhorning

core

  • clean up docker image
  • remove unused thread code
  • reduce external dependencies
  • rewrite the bridge and commands system
  • rewrite the cli
  • add tests for commands, migrations, and utils
  • properly implement replies
  • use the right name for bridge commands
  • use more accurate timestamps

discord

  • fix timestamps for ping command
  • reimplement slash command support
  • handle stickers and welcome messages properly

guilded

  • redo attachment/reply support
  • start embed bridge migration
  • fix issues with too many attachments
  • fix code blocks having odd line breaks

revolt

  • fix many of the flaws with embed support
  • fix issues with too many attachments