What's Changed
Watcher & Reload
- New file watcher guards against local file changes, which means that if file has been changed outside your current resterm session, you'll be notified.
- Watcher also guards if file has been changed and you have made your own changes in the current session (not saved)
Workspace & File Search
- Extended file search is now opt-in; enable it only when you want broader scans.
- Workspace rescan (navigation bar content rescan) has a new shortcut (g Shift+O) alongside Ctrl+Shift+O.
RESTERM_ENABLE_FALLBACKenv var: with fallback off (default), only the request's directory/BaseDir is used (no silent CWD reads). Turn it on to restore the old search behavior.
Request Parsing & Secrets
- Cleaner variable scopes:
@global,@file,@request(and -secret variants) now work consistently in both directives and shorthand, masking secrets in summaries. - Added {{$guid}} alias for {{$uuid}}.
Shortcuts
- New binding for reloading the active file from disk (g Shift+R), and workspace reload now also listens on
g Shift+Oby default.
As always - small bug fixes and improvements.