Skip to content

Releases: Blightmud/Blightmud

v5.3.0

29 Sep 06:41
97dc04a
Compare
Choose a tag to compare

Changelog

v5.3.0 (2023-09-29)

Full Changelog

Implemented enhancements:

  • Add more error context to panic handler message #827
  • Remove lua_ prefix from helpfiles that have it. #809

Fixed bugs:

  • The settings helpfile is missing/messed up #860
  • Replace or remove actions-rs dependency in rust.yml CI action #799
  • hunspell-rs dependency fails to link on MacOS #797
  • Blightmud immediately disconnecting when connecting to TLS mud from command line on Mac #788
  • Failing to start up in mac osx big sur 11.7.4 #768

Merged pull requests:

Read more

v5.2.0

18 Apr 11:37
8289f0b
Compare
Choose a tag to compare

Changelog

v5.2.0 (2023-04-17)

Implemented enhancements:

  • Re-think the CTRL-C exit cycle #744
  • Setting to hide_bottombar (status_area) #751

Fixed bugs:

  • blightmud panics when connecting to tls-enabled moo on MacOS #621
  • TTYPE is triggering a TTS warning when blightmud is compiled without TTS #786
  • Offset with the scrolling split when hide_topbar is enabled. #752

* This Changelog was automatically generated by github_changelog_generator

v5.1.0

27 Feb 09:11
ad5444b
Compare
Choose a tag to compare

Changelog

v5.1.0 (2023-02-27)

Implemented enhancements:

  • feat request: Lua API for prompt cursor position #737
  • Implement a spellchecker #725
  • Introduce a spellchecker in rust and implement lua bindings for it #724
  • Create input prompt highlighting capabilities #723
  • Warn users when Blightmud not compiled with TTS and using TTS #690

Fixed bugs:

  • Improperly formatted Core.Hello message #714
  • Checksum Error when upgrading from 3.6.2 to 5.0.0 #693

Closed issues:

  • DEB Release versions #688

* This Changelog was automatically generated by github_changelog_generator

v5.0.0

31 Oct 08:50
8e04aae
Compare
Choose a tag to compare

Changelog

v5.0.0 (2022-10-31)

Implemented enhancements:

  • Add in a time request function #678
  • /connect requires "true" and "false" to be specified for tls and tls_verify options #671

Fixed bugs:

  • MTTS default should include screen reader if BM started in reader mode #685
  • Name lookup fails #672
  • Crash on paste of large chunks of text. #662

* This Changelog was automatically generated by github_changelog_generator

v4.0.0

08 Sep 19:41
e929ba7
Compare
Choose a tag to compare

Changelog

v4.0.0 (2022-09-08)

Implemented enhancements:

  • RFC 2066 TELNET CHARSET option support #656
  • Setting to suppress "mud prompt line" #605
  • Leaking triggers and gags. #603
  • Status lines height getter #595

Fixed bugs:

  • Input sent to MUD if alias errors #643
  • Non-blocking/asynchronous behavior of script.reset() #601
  • Status height and input line misbehavior #594

Closed issues:

  • Update notify #653

* This Changelog was automatically generated by github_changelog_generator

v3.6.2

17 May 10:27
4f373c9
Compare
Choose a tag to compare

Changelog

v3.6.2 (2022-05-17)

Fixed bugs:

  • Incorrect version set for 3.6.1 release #588

* This Changelog was automatically generated by github_changelog_generator

v3.6.1

15 May 11:18
e239b03
Compare
Choose a tag to compare

Changelog

v3.6.1 (2022-05-10)

Implemented enhancements:

  • Introduce mud.clear\_tags\(\) #556
  • Would be nice to be able to check the status of the connection #553
  • Option for same-line command display. #387

Fixed bugs:

  • /dc, /disconnect sometimes stop working. #555

* This Changelog was automatically generated by github_changelog_generator

v3.6.0

14 Feb 13:02
ec0a855
Compare
Choose a tag to compare

Changelog

v3.6.0 (2022-02-14)

Implemented enhancements:

  • LUA: allow some flags for regex:new() #536
  • LUA: gmcp.unregister #535
  • Lua: Implementation of re:match_all to allow iterating over multiple matches #532
  • Allow fs.monitor to expand ~ (tilde) #518
  • Reconsider "mouse_enabled" defaulting to on? #504

Fixed bugs:

  • Blightmud is crashing when wraping a input line containing UTF-8/16 chars like emojis #528
  • Autocompletions will set cursor pos at byte length and not char length #522
  • Bad fs.monitor dir will crash blightmud #516
  • Fix the CI builds #502

* This Changelog was automatically generated by github_changelog_generator

v3.5.0

25 Nov 21:45
f51bf6b
Compare
Choose a tag to compare

Changelog

v3.5.0 (2021-11-25)

Implemented enhancements:

  • Allow custom completions to prevent default completions #468
  • Add integration tests #451
  • Make builtin TTS speak commands from command history. #443
  • Optional event handlers for file changes. #440

Fixed bugs:

  • Prompt input wrapping works poorly in reader mode #475
  • script.reset\(\) also resets the command history #444
  • IAC NOP command is treated like the same as IAC GA and IAC EOR #442
  • £ crashing Blightmud issue #438

* This Changelog was automatically generated by github_changelog_generator

v3.4.1

07 Oct 07:03
8432e66
Compare
Choose a tag to compare

Changelog

v3.4.1 (2021-10-07)

Fixed bugs:

  • Building outside of git adds empty parenthesis after version #435
  • can't compile version 3.4.0 #434