Skip to content

Releases: carlbennett/BNRBot

BNRBot v2.8.0.52

23 Jan 02:17
2.8.0.52
Compare
Choose a tag to compare
  • Updated README
  • Added //lenny command (issue #40)
  • Defined text encoding for chat box
  • Updated LICENSE
  • Added init 6 protocol (issue #41)
  • Miscellaneous bug fixes and improvements

BNRBot v2.7.2.50

02 Jun 23:27
Compare
Choose a tag to compare
  • Implement embedded youtu.be links
  • Resolve Issue #36: Timestamp settings ignored
  • Resolve Issue #34: Internal commands on new lines
  • Simplified the profile window title
  • Resolve Issue #37: Global exception handler
  • Removed debugging code from internal commands

BNRBot v2.7.1.46

18 May 04:53
Compare
Choose a tag to compare
  • Use real socket error codes if possible
  • Resolve Issue #33: Cannot mark profile unread
  • Resolve Issue #32: Last profile is not visible
  • Prompt on profile deletion if profile is connected
  • Resolve Issue #30: No homepage on main window
  • Adjust password generator from 12 to 10 length

BNRBot v2.7.0.45

16 May 10:10
Compare
Choose a tag to compare
  • Update README document
  • Implement clan member info (issue #24)
  • Refactor user interface class names and code
  • Replaced chat output with an html viewer
  • Fix auto scroll breakage (issue #25)
  • Fix chat auto clearing (issue #7)

Other Notes:

This release introduces some known issues which are hoped to be fixed in the next release. See below.

  • Issue #30: Fix issue where main window has no default page
  • Issue #31: Auto-detect links in chat and turn them into clickable links
  • Issue #32: Last profile is not visible

BNRBot v2.6.0.44

27 Apr 08:46
Compare
Choose a tag to compare
  • Fix pixel alignment and add missing spawn icons in UserIcons resource
  • Fix NilObjectException when NLS is required but BNLS isn't connected yet
  • Implement local NLS and stop password exposure over BNLS
  • Implement the other spawn icons from updated UserIcons resource
  • Add //rj alias for //rejoin (issue #26)

BNRBot v2.5.0.42

25 Apr 11:13
Compare
Choose a tag to compare
  • Fix tool tip window getting stuck open (issue #13)
  • Fix bug with menu not showing -1ms pings
  • Update UI to use constants for colors
  • Refactor main UI and add list view tabbing
  • Fix bug where chat doesn't truncate properly
  • Fix NilObjectException when loading empty view
  • Remove CBNETSocket and fix off-by-one pixel

BNRBot v2.4.0.39

17 Apr 00:09
Compare
Choose a tag to compare
  • Fix infinite loop on exception catch (issue #19)
  • Implement extended account info upon login (pull request #21)
  • Fix bug where user could not tab through the UI
  • Use a shorter uptime message
  • Use TLSv1 instead of SSLv3 (POODLE Vulnerability Fix)
  • Fix scroll reset on chat events (issue #8)

BNRBot v2.3.0.38

04 Oct 21:57
Compare
Choose a tag to compare
  • Added the //shrug command
  • Fixed the updater from returning NilObjectException
  • Fixed a bug with D2 profile updating
  • Enhanced double-clicking users/channel (issue #15)
  • Updated IPs in the config window (issue #18)
  • Added feature to customize reconnect interval (issue #17)
  • Updated all fonts everywhere to use Arial 12

BNRBot v2.2.0.37

26 Sep 09:37
Compare
Choose a tag to compare
  • Added a README file
  • Resolved issue #3: Channel indicator right-click ability
  • Resolved issue #4: Select profile when opening config window
  • Resolved issue #5: Renamed settings file migration
  • Resolved issue #9: Filter repetitive messages
  • Resolved issue #10: Blacklist messages feature

BNRBot v2.1.0.36

26 Sep 05:26
Compare
Choose a tag to compare
  • Moved windows into their own subdirectory
  • Added a GitHub url shortcut
  • Updated comments in code to use // instead of '//
  • Version nomenclature uses BNRBot v2.1.0.36 (Release) now instead of BNRBot v2 Build 0036
  • Labels for checkboxes now toggles the checkbox
  • Added tabbing through profiles and config pages
  • Updated version information on the executable and renamed BNRBot v2 to just BNRBot
  • Added AutoComplete to the input box on the main window
  • Updated the UI a bit on the main window
  • Channel indicator now has a black background
  • Input field and channel indicator are now slightly taller
  • Deprecated and removed references to CBNET
  • Changed default BNLS host to bnls.bnetdocs.org
  • Updated the updater