Changelog

SuprLogs Changelog

google-workspacebrowser-automationchangelog-uifeeds

New automation skills, plus better changelog dates and feeds

Aslan Goldenhour
9 commits
+4281-263
  • Google Workspace support is now built inAdded new skills for Calendar, Docs, Drive, Gmail, Sheets, and Slides, plus shared utilities. We also added persona skills for customer support and sales operations, along with ready-to-use recipes for Sheets reports and Drive folder organization.
  • Browser automation got a major upgradeAdded the new `agent-browser` skill for navigating sites, filling forms, taking screenshots, recording video, managing sessions, and handling authentication. A new `find-skills` helper also makes it easier to discover and install other skills.
  • Changelog dates, permalinks, and feeds are more consistentWeekly and monthly changelog entries now show the date the period closed, permalink pages open expanded by default, and XML/RSS feeds now use the same date logic throughout.
  • Supabase was removed from the default MCP setup`mcp.json` no longer includes Supabase by default. Firecrawl remains configured, but anyone who depends on Supabase will need to add it back manually.

Also in this release

New Features4 updates
  • Added Google Workspace skills for Calendar, Docs, Drive, Gmail, Sheets, Slides, and shared utilities.
  • Added persona skills for customer support and sales operations, plus recipes for generating reports from Sheets and organizing Drive folders.
  • Added the new `agent-browser` skill for browser automation, including browsing, form filling, screenshots, video capture, session handling, and authentication.
  • Added `find-skills` to help users discover and install other agent skills.
Improvements5 updates
  • Updated the locked skill set to include new Vercel Labs skills for browser automation and React best practices.
  • Expanded the local environment example with Supabase and PostHog MCP variables for easier setup.
  • Added a helper script so Cursor can open this project with MCP environment variables loaded automatically.
  • Changelog permalink pages now open with all sections expanded, while still allowing each section to be opened or closed independently.
  • XML and RSS feeds now use the same date logic for rollup and individual entries, and RSS last build dates reflect the latest changelog entry.
Bug Fixes5 updates
  • Weekly and monthly changelog entries now display the date the period ended, instead of the date it started.
  • Backfills now create only fully completed daily, weekly, and monthly periods.
  • Timezone handling for period boundaries is now correct across fractional offsets and daylight saving time changes.
  • Missed aggregation runs now retry on the next hourly check, and duplicate summaries are avoided when a period has already been generated.
  • Project visibility checks now use the project owner’s workspace plan for organization members, matching the behavior of the API.
Breaking Changes1 updates
  • Removed the Supabase configuration from `mcp.json`. Firecrawl is now the only default integration.
Security2 updates
  • Updated ignore rules so the secrets directory stays out of source control.
  • Kept Paperclip upload files and the cloned SuprKeywords project folder excluded from the repository.
Documentation2 updates
  • Added guides for browser automation authentication, snapshots, sessions, proxy support, video recording, profiling, dialog handling, and cleanup.
  • Added reference docs for reusing saved sessions and managing browser snapshots.