Release Notes

Changelog

What's new in each version of OrgSprint.

0.39.16
Submitted for review

Access Inspector — see exactly why a user can or can't do something

Feature Fix
  • New tab: pick a User, Permission Set, or Profile plus an Object, and see the combined object-level CRUD (Create/Read/Edit/Delete/View All/Modify All) and field-level security in one place — a common "why can/can't this user do X" question, answered without hunting across multiple Setup pages.
  • Permission Sets and Profiles can be edited directly, including a bulk "set every visible field" toggle for wide objects.
  • Surfaces "View All Data" / "Modify All Data" org-wide overrides with a warning banner when they make the object-level settings below moot.
  • One click opens that object's actual permission page in Setup for the picked subject.
  • Fixed several causes of the extension freezing the tab after extended use — background listeners and timers that were accumulating on every panel switch instead of being cleaned up.
  • Object and field search no longer clutters results with Feed/Share/History/Custom Metadata Type noise, or with a field's non-independently-controllable compound sub-components (Address/Geolocation).
0.38.18
Submitted for review

Freely resizable panels, SOQL history gets its own window

Feature Fix
  • The floating panel now resizes from all 8 edges and corners, and dropdowns/menus can no longer get clipped by a panel's own scroll area.
  • SOQL query history now opens as its own small window instead of a cramped in-panel dropdown.
  • Command Palette's result cap raised so real matches don't get cut off in large orgs, and its keyboard shortcut is now more reliable against Salesforce's own handlers.
  • The panel no longer auto-closes when you click outside it.
0.38.10
August 18, 2026

Real inline editing for the Object browser, resizable SOQL builder

Feature Fix
  • Object browser now supports real inline editing plus bulk delete, not just viewing.
  • SOQL builder's object and field lists are now resizable, and relationship fields auto-include the Id needed to make them editable.
  • Always-visible Setup shortcuts (Flow Setup / Object Manager / Paused Flows / Developer Console) from every panel.
0.38.6
Submitted for review

Flow relationships, and a bigger Flow list panel

Feature Fix
  • Inside Flow Builder, the panel now shows which Flows this one calls as subflows, and — on demand — which Flows call it back, with one-click jumps between them.
  • Fixed the inline panel on the Setup > Flows list page being capped at a small fixed height. It now opens much taller by default and can be dragged even larger.
0.38.5
August 18, 2026

Smaller permission footprint

Fix
  • Removed the scripting and activeTab permissions — OrgSprint never used them; everything already runs through the standard content-script + host-permission model.
0.38.4
Initial release

First public version

Feature
  • Flow management: list, filter, activate/deactivate, version history, unused-resource cleanup
  • Object & record browser with inline editing
  • Visual SOQL query builder with relationship traversal and CSV export
  • Live Apex debug log viewer
  • Quick Search command palette, field API-name overlay, and record Id copy utility