You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: api keys in auth headers are now parsed and will be associated with endpoints
feat: api keys in cookies are also parsed, keys that look like they relate to auth will be associated with endpoints
feat: new Actions menu that presents opportunities to users. Currently includes guidance on how to use the app to generate code for 20+ languages easily. This can be achieved by pasting generated schemas into https://app.quicktype.io/
feat: long parts in pathnames are now truncated in the middle. Hovering on the part shows a tooltip of the full name. This should resolve UI issues with long pathnames
fix: the import modal is now cleared after import
general: code cleanup in some areas, and added comments to clarify core types that power the algorithm
general: improved some tooltips & clarity in text content