Sidebar Refresh, Analytics & Security Hardening
This release brings a polished redesign of the sidebar experience, making it easier to scan, filter, and act on your work items at a glance. We've also added PostHog analytics to help us better understand how the product is being used and improve it over time. On top of that, we shipped an important security fix for webhook signature verification.
New Features
- We've integrated PostHog analytics to track key usage patterns like time-to-first-publish and weekly publish frequency, along with session replay. This helps us understand how the product is being used so we can make smarter improvements going forward.
Improvements
- Sidebars now use clean flat lists with a shared search bar and status filter dropdown, so you can quickly find what you're looking for without digging through sections. Filter state is preserved in the URL, and the update detail sidebar has moved to the right for a more natural reading flow.
- Completed work items in the sidebar have been fully redesigned with a polished Linear-style layout — featuring source icons, actor avatars, external identifiers, action verbs, relative timestamps, and smooth hover effects. You can also dismiss items with a reason using a handy popover, with helpful tooltips throughout.
- The sidebar has been fine-tuned with a range of layout and interaction improvements: inbox time groups now appear in the correct Today / This week / Earlier order, the sidebar is wider on large screens for better readability, and the inbox defaults to the Available filter with time grouping removed for a cleaner view. The update detail sidebar swaps multi-select checkboxes for +/- icons, page header spacing is tightened up, and URL sync is more reliable.
Bug Fixes
- Fixed a security vulnerability where webhook requests missing the signature header were silently accepted even when a webhook secret was configured. Requests without a valid signature now correctly return a 401 error, preventing unauthorized payloads from slipping through.