Skip to content

Releases: richardwilkes/unison

v0.70.1

02 Jun 22:47
cb72794
Compare
Choose a tag to compare
  • Turn off image caching when calling Image.ToNRGBA(). It isn't needed and, more importantly, having it enabled causes a crash if you aren't calling it from the UI thread.

v0.70.0

02 Jun 19:38
c4d4485
Compare
Choose a tag to compare
  • Add Markdown.Rebuild()

v0.69.1

29 May 22:20
b0a1476
Compare
Choose a tag to compare
  • Ensure the dock tab title's color is adjusted for the current theme

v0.69.0

26 May 23:34
e3a8001
Compare
Choose a tag to compare

Caution

This release introduces several breaking changes (themes, groups, labels, fonts)

  • Complete rework of how theme colors are managed, reducing the overall number of theme colors to a small handful
  • Removed GroupPanel and replaced it with the Grouper interface
  • Merged RichLabel and Label, removing RichLabel and TextCache
  • Removed unused small variants of the system fonts (SmallSystemFont and EmphasizedSmallSystemFont)
  • Added a contextual menu to dock tabs when more than one is present in a dock container, with options to close all tabs or all other tabs
  • Made Panel.Is() work even when the passed-in Paneler is an interface with a nil target
  • Table row dividers are now off by default
  • Added an example markdown window
  • Added an example app window to change the colors interactively

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