Releases: williamhorning/lightning
Releases · williamhorning/lightning
0.8.0-alpha.2
@lightning/lightning
- fix: error webhook logging now works
- fix: set_command now called on plugins
- fix: remove docker container deno debug logging
@lightning/discord
- chore: update discord.js versions
@lightning/revolt
- chore: update rvapi version
- feat: update revolt cdn endpoints
- fix: don't accidentially disable channels
0.8.0-alpha.1
See #72
Full Changelog: 0.7.4...0.8.0-alpha.1
0.7.4
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
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
Changes:
- fix telegram file proxy
- update docs links
- fix guilded username limit
0.7.1
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
- cleanup code
- move documentation
- cleanup plugins/plugin api
- move all data to redis
- simplify cli
- redo commands
0.6.2
moves back to the deps.ts model since it broke otherwise
0.6.1
- 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!)