Releases: DarkGuy10/BotClient
Releases · DarkGuy10/BotClient
v0.12.1-alpha [maintenance release]
Notable Changes
- fix: avoid login attempt with empty tokens
- chore: bump djs-related deps
- chore: bump electron to 28.1.4
- chore: bump yarn to 4.0.2
- chore: bump react, react-dom to 18.2.0
- chore: bump react-scripts to 5.0.1
- chore: bump misc dependencies (check package manifest)
- fix: wrong filepath to build resources
- fix: wrong build script in workflow file
Full Changelog: v0.11.0-alpha...v0.12.1-alpha
v0.12.0-alpha [maintenance release]
Notable Changes
- fix: avoid login attempt with empty tokens
- chore: bump djs-related deps
- chore: bump electron to 28.1.4
- chore: bump yarn to 4.0.2
- chore: bump react, react-dom to 18.2.0
- chore: bump react-scripts to 5.0.1
- chore: bump misc dependencies (check package manifest)
Full Changelog: v0.11.0-alpha...v0.12.0-alpha
v0.11.0-alpha
Notable Changes
- feat: add context menu api
- feat: add context menu to message elements
- feat: migrate to
discord.js@v14
v0.10.4-alpha
v0.10.3-alpha
Notable Changes
small fixes
- fix: add missing svg for private announcement channel
- fix: correct svg fill colors
- fix: disable opening DMs for other bots
- fix: prevent Chat component unload on server switching
- fix: correct replying and mention styles
v0.10.2-alpha
Notable Changes
... everything from previous release
- fix: home screen message
v0.10.1-alpha
Notable Changes
- feat: add WordFromDevelopers on homescreen
- fix: minor styling issues
- refactor: a bunch of stuff
- chore: migrate to React 18
- chore(deps): bump all deps
v0.10.0-alpha
Notable Changes
- feat: load older messages on scrolling up (#33)
- feat: add ErrorBoundary for handling crashes
- feat: add channel start header
- feat: add window reload shortcut
- feat: show status indicators
- fix: prevent selecting disallowed channels (#34)
- fix: bad autoscrolling
- fix: correct bad styling
- fix: open home by default (#35)
- refactor: export SVGDropDown
- refactor: add ready event
v0.9.0-alpha
Notable Changes
- feat: delete messages
- fix: add highlighting on
@everyonementions - feat: directly open DMs from message
- refactor: add separate component for MessageAction
- feat: render common system messages
v0.8.3-alpha
Noteable Changes
- feat: add tooltips
- refactor: now App state is not provided to UserSettings
- refactor: remove useless styles from index.css
- chore: update dependencies
- chore: remove extra assets
- chore: update build.yml