Skip to content

Releases: AnnikaV9/hcclient

v1.19.5

08 Jun 07:29
Compare
Choose a tag to compare
  • Handle user list disagreements gracefully
  • Attempt using server time before falling back to local time

v1.19.4

09 Mar 05:30
Compare
Choose a tag to compare
  • Mirror how the hack.chat web client handles clearing of the user list upon receiving onlineSet
  • Fixed typo in disconnection message
  • Updated dependencies (See commit message)

v1.19.3

02 Jan 03:19
Compare
Choose a tag to compare
  • Added HookInfo class requirement for hooks, see #hooks for more information

v1.19.2

01 Jan 08:33
Compare
Choose a tag to compare
  • Disable displaying stars beside mods/admins by default
    • Can be enabled with sheriff_badges

v1.19.1

30 Dec 16:40
Compare
Choose a tag to compare
  • Fixed a bug which caused duplicated mod command entries in the auto completer after a disconnect

v1.19.0

30 Dec 11:57
Compare
Choose a tag to compare
  • Added /exec, which executes python code in the context of the client, providing functionality similar to a browser's dev console
  • Manage commands in a separate submodule as individual functions, making it easier to add/remove/modify commands with hooks
  • Increased verbosity during start up
  • Updated dependencies:
    • websocket-client: 1.6.4 -> 1.7.0
    • python-socks: 2.4.3 -> 2.4.4
    • prompt-toolkit: 3.0.41 -> 3.0.43

v1.18.6

25 Dec 13:59
1938379
Compare
Choose a tag to compare
  • Added no_linkify option to disable linkifying of non-markdown formatted urls
  • Removed traceback printing on LaTeX simplifying failure

v1.18.5

18 Dec 04:18
Compare
Choose a tag to compare
  • Made SSL cert verification opt-out with --ssl-no-verify

v1.18.4

17 Dec 07:50
Compare
Choose a tag to compare
  • Fix regression from restructure that broke hooks

v1.18.3

17 Dec 06:45
Compare
Choose a tag to compare
  • Made LaTeX related dependencies optional