Skip to content

v2.10.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 04:42
· 25 commits to main since this release

Fixes found while QA-ing the picker window and auto-send that shipped in 2.10.0/2.10.1.

The settings dialog was unusable in a small window

Adding the auto-send toggle and the paste-size section made the settings dialog taller than the picker window itself. It had no maximum height and no scrolling, so it overflowed off the top and bottom — the first setting was clipped and the "add folder" and "close" buttons were simply unreachable.

The dialog now caps at the window height, scrolls inside it, and keeps its button row pinned to the bottom at any size.

Resizing the picker

  • It can no longer be dragged smaller than its layout supports. Handing resizing to the OS also removed any floor, so the window could be shrunk until the collection rail and the tabs overlapped. There is now a real 360×300 minimum that Windows enforces while you drag.
  • A window you enlarged stays enlarged. The remembered size was capped at 1100×900, so on a large monitor the picker came back smaller than you left it. The size you choose is now kept and only fitted to the monitor it opens on, so a smaller screen never gets an off-screen window and returning to the big one restores your size.

Auto-send timing is adjustable

How long Discord needs to attach an image before Enter is safe depends on the machine and the file size, so the 0.45 s default is only a default. Set auto_send_delay_ms (DWORD) under HKCU\Software\Notro to change it — it is read on every paste, so a new value applies without restarting, and out-of-range values fall back to the default instead of firing Enter instantly.


⚠️ The EXE is unsigned, so SmartScreen may warn. Click More info → Run anyway, or check your download against NotroSetup.exe.sha256 below. See SECURITY.md.

Full Changelog: v2.10.1...v2.10.2