Changelog

SuprLogs Changelog

integrationsbrowserchangelogfeeds

Automation skills expanded and changelog dates improved

Aslan Goldenhour
9 commits
+4281-263
  • Google Workspace and browser automation are now much broaderSuprLogs now includes new skills for Google Calendar, Docs, Drive, Gmail, Sheets, and Slides, plus browser automation for navigating sites, filling forms, taking screenshots, recording video, and managing logged-in sessions. New personas and ready-made recipes also make support, sales ops, reporting, and Drive organization easier.
  • Changelog dates, permalinks, and feeds now stay in syncWeekly and monthly entries now show the period end date, permalink pages open with every section expanded, and XML/RSS feeds use the same date logic so published timestamps are more consistent.
  • Supabase was removed from the default MCP setupIf you use Supabase in `mcp.json`, you’ll need to add it back manually. Firecrawl remains the only default integration.

Also in this release

New Features3 updates
  • Added Google Workspace skills for Calendar, Docs, Drive, Gmail, Sheets, Slides, and shared utilities, making common Workspace tasks easier from the CLI.
  • Added new browser automation skills for browsing, form filling, screenshots, video capture, session handling, and authenticated workflows.
  • Added a skill discovery helper plus reusable templates for form automation, authenticated sessions, and page capture workflows.
Improvements4 updates
  • Updated changelog permalinks so all sections are open by default, with separate controls for opening and closing each section.
  • Aligned XML and RSS feeds so rollup and individual entries use the same date logic, and RSS last-build dates now reflect the latest changelog entry.
  • Expanded the local environment example with Supabase and PostHog MCP variables, and added a helper 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 Fixes5 updates
  • Fixed weekly and monthly changelog dates so displayed labels now match the period they cover, using the period end date instead of the start date.
  • Fixed period generation during import so only fully completed daily, weekly, and monthly periods are created when backfilling.
  • Fixed timezone handling for daily, weekly, and monthly boundaries so local midnight works correctly across fractional offsets and daylight saving changes.
  • Fixed the period aggregation scheduler so missed runs are retried automatically, and duplicate summaries are avoided when nothing new has changed.
  • Fixed project visibility checks so organization members are evaluated using the project owner’s workspace plan, matching the API and the settings page.
Documentation1 updates
  • Added guides for browser authentication patterns, command usage, snapshots, session handling, proxy support, video recording, profiling, and safe cleanup practices.
Security1 updates
  • Updated ignore rules 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.