Skip to content

Releases: Woutah/configurun

0.2.5

24 Aug 23:59
Compare
Choose a tag to compare

What's Changed

  • Fix double-click not properly setting filepath by @Woutah in #4
  • Various fixes by @Woutah in #5

Full Changelog: 0.2.4...0.2.5

0.2.4

06 Jul 22:38
13e6ccb
Compare
Choose a tag to compare

What's Changed

  • Fix recv() over-reading buffer by @Woutah in #3

Full Changelog: 0.2.3...0.2.4

0.2.3

06 Jul 21:54
369ffbc
Compare
Choose a tag to compare

What's Changed

  • Various improvements by @Woutah in #2
    -Fix show connection window on reconnect button press
    -Implement max initial console history for console model to prevent loading very large files
    -Improved timeouts
    -Fix console-model updating during reset, resulting in index errors
    -Fix recv() not receiving all data

Full Changelog: 0.2.2...0.2.3

0.2.2

06 Jul 16:10
8c839a9
Compare
Choose a tag to compare

What's Changed

  • Fix network-disconnections not triggering in the main qt-thread causing the client to freeze up by @Woutah in #1
  • Fix small bugs
  • Update documentation

Full Changelog: 0.2.1...0.2.2

0.2.1

04 Jul 23:25
Compare
Choose a tag to compare
  • Fixed client returning assertionerror when no workspace settings are loaded
  • Can now return 'None' for option-group (in callable option-source) to get an empty window in the editor
  • Some other minor bugfixes.

0.2.0

04 Jul 19:15
Compare
Choose a tag to compare
Update requirements

0.1.0

29 Jun 02:28
Compare
Choose a tag to compare

First release