Skip to content

Releases: fajarnadril/OverlayBrowser

OverlayBrowser-0.5.1

Choose a tag to compare

@fajarnadril fajarnadril released this 15 May 10:03

OverlayBrowser Banner

Release Notes v0.5.1

UI polish

  • Removed drop shadow from overlay browser window
  • Removed drop shadow from floating circular button

Previous: v0.5.0 | Initial: v0.1.0


Release Notes v0.5.0

Persistent floating button & smart corner snapping

  • Floating circular button is now always visible on screen (like a FAB) — no longer tied to hide/show state
  • Clicking the float button toggles the overlay browser (show if hidden, hide if visible)
  • Float button snaps to the nearest corner of the overlay browser based on screen quadrant (top-left, top-right, bottom-left, bottom-right)
  • Overlay browser and float button are positionally linked — dragging the float button updates the browser's position when shown
  • Fixed clamping bug where browser would appear off-screen on the wrong side when float button was on the right

Previous: v0.4.0 | Initial: v0.1.0

Overlay Browser 0.4.0

Choose a tag to compare

@fajarnadril fajarnadril released this 14 May 15:47

OverlayBrowser Banner

Release Notes v0.4.0

Taskbar support, draggable UI, float button position sync & performance improvements

  • App now appears in the Windows taskbar
  • Hide button now minimizes the window (stays in taskbar) instead of hiding it completely
  • Toolbar drag handle added for easy repositioning of the overlay
  • Floating circular button drag now updates overlay browser position — clicking the float button shows the overlay at the float button's location
  • Toolbar button order: icon → profile → hide → drag handle → dock → settings → theme → close
  • Lazy float window creation — float button window is only created when first needed (~30–50MB RAM saved on startup)
  • Throttled window-bounds-changed IPC to max 10 updates/sec (reduced CPU usage during drag/resize)
  • Disabled spellcheck in UI window for lower memory usage

Previous: v0.3.0 | Initial: v0.1.0

Overlay Browser 0.3.0

Choose a tag to compare

@fajarnadril fajarnadril released this 12 May 02:17

OverlayBrowser Banner

Release Notes v0.3.0

Auto-save & broadcast window bounds

  • Window position and size are now auto-saved to profile (300ms debounce)
  • Real-time bounds broadcast via IPC to renderer
  • Settings panel populates instantly with current window bounds
  • No breaking changes — backward compatible

Previous: v0.2.0 | Initial: v0.1.0

OverlayBrowser 0.2.0

Choose a tag to compare

@fajarnadril fajarnadril released this 10 May 06:19

OverlayBrowser Banner

Release Notes v0.2.0

What's New:

  • No breaking changes — fully backward compatible
  • Profile persistence, global shortcut, and settings unchanged
  • Light/dark theme support continues to work

Need help? Report issues on GitHub.


v0.1.0 — Initial Release (May 9, 2025)

First public PoC release:

  • Global shortcut (Super+O)
  • URL profile & persistence
  • Basic UI + toolbar controls