Skip to content

Releases: DarkGuy10/BotClient

v0.12.1-alpha [maintenance release]

24 Jan 13:16

Choose a tag to compare

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]

24 Jan 05:12

Choose a tag to compare

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

15 Jun 19:07

Choose a tag to compare

Notable Changes

  • feat: add context menu api
  • feat: add context menu to message elements
  • feat: migrate to discord.js@v14

v0.10.4-alpha

19 Mar 13:57
d143fc4

Choose a tag to compare

Notable Changes

emergency patch

  • fix: upgrade discord.js to support breaking API changes (#46)

v0.10.3-alpha

19 May 07:51

Choose a tag to compare

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

10 Apr 18:19

Choose a tag to compare

Notable Changes

... everything from previous release

  • fix: home screen message

v0.10.1-alpha

10 Apr 17:47

Choose a tag to compare

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

26 Mar 12:59

Choose a tag to compare

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

24 Mar 11:36

Choose a tag to compare

Notable Changes

  • feat: delete messages
  • fix: add highlighting on @everyone mentions
  • feat: directly open DMs from message
  • refactor: add separate component for MessageAction
  • feat: render common system messages

v0.8.3-alpha

21 Mar 09:05

Choose a tag to compare

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