Skip to content

Releases: richardwilkes/unison

v0.68.1

14 Apr 18:32
3f3a9f5
Compare
Choose a tag to compare
  • Clear the last interaction row in a table on mouse up (failure to do so can cause extraneous scrolling on a focus change)

v0.68.0

30 Mar 05:45
72a84e4
Compare
Choose a tag to compare
  • Added List.Clear()
  • Replace use of slice.ZeroedDelete() with slices.Delete() (#42)
  • Update dependencies

v0.67.0

02 Mar 23:54
bf889c9
Compare
Choose a tag to compare
  • Added List.RowRect()
  • Adjust List selection when inserting/removing data

v0.66.4

14 Jan 18:07
836fed2
Compare
Choose a tag to compare
  • Fixed support for using enter/return/spacebar on menu items to simulate a click on Windows and Linux
  • Can now build on 32-bit systems (though has not been tested there, as I have no 32-bit systems and no interest in them)

v0.66.3

29 Oct 00:36
0d48fde
Compare
Choose a tag to compare
  • Fix missing constant on Windows
  • Update deps

v0.66.2

29 Oct 00:24
0102007
Compare
Choose a tag to compare
  • Fixed missing constant on Windows

v0.66.1

23 Oct 17:51
c5d8a3f
Compare
Choose a tag to compare
  • Fix a crash on macOS that could happen due to incorrect release of an object in use

v0.66.0

08 Oct 02:40
b4f9a90
Compare
Choose a tag to compare

NOTE: This update contains breaking changes

  • Moved most enums into their own packages and added automatic generation for them for consistency

v0.65.0

02 Oct 23:50
f6d7cc4
Compare
Choose a tag to compare
  • Added support for initial click on a text field select all of its content
  • Fixed NewImageFromDrawing() to initialize the underlying context -- not doing so led to a crash

v0.64.2

01 Oct 17:49
284f6ad
Compare
Choose a tag to compare
  • Fix incorrect behavior of the scroll thumb on initial click