Skip to content

Releases: teletha/viewtify

v2.28.0

28 Sep 04:32
d2f9b7d
Compare
Choose a tag to compare

2.28.0 (2024-09-28)

Features

  • support closing tab by middle click (b8872a9)

Bug Fixes

  • integrate monitor with toast (34ae3e0)

v2.27.1

06 Sep 05:12
4b46166
Compare
Choose a tag to compare

2.27.1 (2024-09-06)

Bug Fixes

  • registered task is stopped by monitor's completion (9930f36)

v2.27.0

06 Sep 04:55
6760f78
Compare
Choose a tag to compare

2.27.0 (2024-09-06)

Features

  • brush up Monitor related API (8eb55b4)

v2.26.0

06 Sep 01:32
97d94e4
Compare
Choose a tag to compare

2.26.0 (2024-09-05)

Features

  • add Toast#show(View) and #show(ToastMonitor) (33b7586)

v2.25.0

21 Aug 01:44
2fc5078
Compare
Choose a tag to compare

2.25.0 (2024-08-21)

Features

v2.24.1

22 Jul 02:04
0f075c4
Compare
Choose a tag to compare

2.24.1 (2024-07-22)

Bug Fixes

  • avoid ConcurrentModificationException (12b3510)
  • typo (68abb71)
  • ValueHelper#valueOr is broken when null value (19a0060)

v2.24.0

03 Apr 04:52
25c6551
Compare
Choose a tag to compare

2.24.0 (2024-04-03)

Features

  • add Toastable interface (5137152)

Bug Fixes

v2.23.0

28 Mar 01:26
20805e3
Compare
Choose a tag to compare

2.23.0 (2024-03-28)

Features

  • add CollectableHelper#updateUnderlayModel (c3c6d37)
  • add LayoutAssistant#registerLayout (37199ae)
  • add SelectableHelper#selectAll (ea3a149)
  • add SelectableHelper#snapshotSelectedItems (6158e9e)
  • add StyleHelper#unstyleAll (5db0ade)
  • built-in window close command (eb0ec10)
  • CollectableHelper drops ui thread safe action (200056b)
  • manage windows order (98c0d08)
  • Preference implements value supplier (1a1d8fc)
  • provide default error handler (23c9e48)
  • support mouse wheel event (e5f572c)
  • Viewtify can reorder managed windows (63c4eb6)

Bug Fixes

  • don't register the same dock duplicately (ce7f3a9)
  • LabelHelper#text is UI thread safe (0e38953)
  • manage key pressing state in global (0a12b74)
  • reduce memory usage (70abde8)
  • save the window info on terminating application (cabc13d)
  • show window of the selected dock (ce7f3a9)
  • view support parameterized variable (537aa35)

v2.22.0

15 Feb 03:10
2b53161
Compare
Choose a tag to compare

2.22.0 (2024-02-15)

Features

  • AppearanceSetting provides tab closing policy (adc0e46)

Bug Fixes

  • discard automatic title selection (d2b5140)
  • Preference#syncTo emit value immediately (89e81b7)
  • sub window is trackable smartly on dock system (95fd248)

v2.21.0

13 Feb 15:50
482cd9e
Compare
Choose a tag to compare

2.21.0 (2024-02-13)

Features

  • add ContextMenuHelper#hookContext (b8783c4)
  • context menu is rebuildable (afcf0f3)
  • context submenu is rebuildable (aceb266)
  • open dock on the manipulated menu area (e04dc7f)
  • support automatic disposing (a6c6a2d)
  • Tab can be closed on context menu. (4286c97)
  • UITabPane supports automatic disposing view (a63a716)

Bug Fixes

  • various dock related bugs (805f9e8)