Skip to content

Version 0.1.14

This release improves the node resizing behavior by fixing several bugs related to height and width adjustments. It also introduces a reset button to restore nodes to their default size and adds keyboard shortcut hints for better usability. Additionally, text wrapping and scrollbars now respond correctly to width changes.

New Features

  • Added a reset-to-default-size button (↺) in the node header to quickly restore node size (8a9f98) (Eric Ma)
  • Added keyboard shortcut hints (r) and (c) to the Reply and Copy buttons for easier access (8a9f98) (Eric Ma)

Bug Fixes

  • Fixed bug where dragging the bottom border upward made nodes taller instead of shorter (8a9f98) (Eric Ma)
  • Fixed bug where resizing width caused height to grow unexpectedly (8a9f98) (Eric Ma)
  • Allowed height to shrink freely with scrollable content when manually resized (8a9f98) (Eric Ma)
  • Width changes now cause text wrapping with scrollbars for overflow (8a9f98) (Eric Ma)

Deprecations

  • None