Changelog

SuprLogs Changelog

google-workspacebrowser-automationchangelogmcp

Google Workspace and browser automation headline this week’s updates

Aslan Goldenhour
9 commits
+4281-263
  • Expanded support for Google Workspace and browser automationAdded new skills for Google Calendar, Docs, Drive, Gmail, Sheets, and Slides, plus a new browser automation skill for browsing, forms, screenshots, sessions, and authentication.
  • Changelog dates and weekly summaries are now more reliableFixed weekly and monthly entries so their displayed dates match the period they cover, and improved summary generation so missed runs are retried automatically instead of being skipped.
  • Supabase is no longer configured by default in MCPRemoved the Supabase connection from the default MCP setup, leaving Firecrawl as the only preconfigured integration.

Also in this release

New Features4 updates
  • Added Google Workspace skills for Calendar, Docs, Drive, Gmail, Sheets, Slides, and shared utilities to make common Workspace tasks easier from the CLI.
  • Added persona skills for customer support and sales operations, along with ready-to-use recipes for report generation and Drive folder organization.
  • Introduced the new browser automation skill for navigating sites, filling forms, taking screenshots, recording video, managing sessions, and handling authentication.
  • Added a skill discovery command to help find and install other available agent skills.
Improvements4 updates
  • Updated changelog permalink pages so all sections open by default, with each section still expandable or collapsible on its own.
  • Made XML and RSS feeds use the same date logic for rollup and individual entries, and improved RSS last-build timestamps to reflect the latest changelog entry.
  • Expanded the local MCP example with Supabase and PostHog environment variables, and added a helper script so Cursor can open the project with those variables loaded automatically.
  • Updated ignore rules to keep Paperclip upload files and the cloned SuprKeywords project folder out of version control.
Bug Fixes6 updates
  • Fixed weekly and monthly changelog entries so the visible date now reflects the end of the period, not the start.
  • Fixed period generation during import so only fully completed daily, weekly, and monthly periods are created.
  • Fixed timezone handling for daily, weekly, and monthly boundaries so local midnight works correctly across fractional offsets and daylight saving time changes.
  • Fixed the period aggregation scheduler so missed runs retry on the next hourly check instead of waiting for the next boundary day.
  • Prevented duplicate summary generation by checking whether a period summary already exists and whether new commits have been added.
  • Fixed project visibility checks so organization members are evaluated using the project owner’s workspace plan, matching the settings page and API.
Documentation1 updates
  • Added browser automation guides covering authentication patterns, commands, snapshots, session handling, proxy support, video recording, profiling, and cleanup tips.
Security1 updates
  • Updated the ignore list to exclude the secrets directory from source control.
Breaking Changes1 updates
  • Removed the Supabase configuration from `mcp.json`, so only Firecrawl is configured by default.