Releases: richardwilkes/unison
Releases · richardwilkes/unison
v0.79.0
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
v0.75.0
- Added FontPanel
- Improved PopupMenu
- Added ItemEnabledAt() and SetItemEnabledAt()
- Cached the last sizing information for items to dramatically speed up sizing operations when large numbers of menu items are present
- Removed deprecated macOS linker option -ld_classic
- Use the scroll panel header in the example for the table
- Updated dependencies
v0.74.0
- Window options can now be passed to
NewDialog()
- Fixed some edge cases that could trigger a panic in the Markdown widget