Releases: richardwilkes/unison
Releases · richardwilkes/unison
v0.80.1
v0.80.0
- Added an application packager to ease the burden of creating the various platform-specific packaging
v0.79.0
- Added a new widget: Slider
- Used the new Slider widget to improve the UI in the color well dialog
v0.78.0
- Tables now only show space for the disclosure controls if a container row is present
v0.77.0
- DrawableSVG now supports in-place rotation
v0.76.3
- Fix the previous fix, as it was inadvertently using the X coordinate in one place where it should have been using the Y coordinate
v0.76.2
- Fix Display.FitRectOnto(), which wasn't correctly accounting for the window's being offscreen to the right or bottom
v0.76.1
- Handle cut/copy/paste/select all in text fields when a menu with those commands is not present (this is typically only a problem on platforms that do not have a global menu bar)
v0.76.0
- A sorting function can now be (optionally) provided per-column (NOTE: this is a breaking change)
- Remove extra space at the beginning of a line when
<br>
is used in markdown
v0.75.1
- Aggressively cache font face fallbacks for missing runes