Skip to content

Releases: TicClick/steel

v0.8.5

20 Dec 19:34
Compare
Choose a tag to compare

misc

  • update dependencies

bug fixes

  • UI: correctly open website profiles of the users with numerical usernames

Full Changelog: v0.8.4...v0.8.5

v0.8.4

06 Nov 23:35
Compare
Choose a tag to compare

bug fixes

  • chat: stabilize highlights detection in chat messages (this resolves crashes and false Unicode highlights -- you can probably guess what I did wrong there)

Full Changelog: v0.8.3...v0.8.4

v0.8.3

21 Oct 22:05
ef3e00c
Compare
Choose a tag to compare

app

  • save window geometry and position between restarts

bug fixes

  • improve chat highlighting
    • fix ghost highlights from system messages
    • fix highlights ending with special symbols not working

Full Changelog: v0.8.2...v0.8.3

v0.8.2

14 Oct 14:49
Compare
Choose a tag to compare

misc

  • build and push out x86 Windows releases

ui

  • update egui (0.27.2 -> 0.29) and other dependencies

bug fixes

  • core: only "leave" channels when a server error happens

Full Changelog: v0.8.1...v0.8.2

v0.8.1

11 Oct 20:02
Compare
Choose a tag to compare

bug fixes

  • core: ensure Windows compatibility with built-in file paths added in v0.8.0 (config/log directory/etc)

v0.8.0

11 Oct 19:35
Compare
Choose a tag to compare

core

  • implement chat logging
  • log system events and improve their handling

testing

  • add rudimentary visual sanity tests

bug fixes

  • correctly reflect progress during release downloading
  • restore link tooltips

Full Changelog: v0.7.13...v0.8.0

v0.7.13

27 Aug 22:23
Compare
Choose a tag to compare
roll back the UI update from e08b94

v0.7.12

27 Aug 21:57
Compare
Choose a tag to compare

core

  • add a moderation option for disabling highlights in certain cases (#59)

bug fixes

  • fix possible disconnects when a window has been minimized for a prolonged period of time (#119)

Full Changelog: v0.7.11...v0.7.12

v0.7.11

19 May 19:17
0e7addc
Compare
Choose a tag to compare

core

  • add certain chat settings -- if you're a chat moderator, rejoice

bugfixes

  • fix Ctrl + C and other shortcuts not working for non-Latin keyboard layouts

Full Changelog: v0.7.10...v0.7.11

v0.7.10

22 Apr 00:06
55c63aa
Compare
Choose a tag to compare
properly fix channel joining via `/j` -- I should stop copypasting