# Fiddler Jam 1.0 Release Notes
## Chrome extension functionality
- Capturing a session
- Capture network requests
- Capture user events
- Clicks with screenshots when the target element is clickable - ON by default
- Navigation events with all [transition types](https://developer.chrome.com/docs/extensions/reference/history/#transition-types)
- Tab opened/closed
- Key pressed for Tab and Enter keys
- Input text - user has entered some text into an input field
- Scroll - when a scroll is made somewhere on the screen
- Capture video - ON by default
- Capture local & session storage info - ON by default
- Capture console logs - ON by default
- Mask cookies - ON by default
- Mask all post data - OFF by default
- Capture with disabled cache - ON by default
- Sensitive data masking when all post data masking is disabled
- Sharing a session
- Share as a link
- Share with specific people
- Password protection option
## Web portal functionality
- Roles implementation
- User
- Viewer
- Workspace to store logs
- Log details page
- Preview log details
- Environment info
- Capture options
- Multiple tabs visualization
- Storage details preview tab with local and session storage
- Captured logs tab
- Add log to workspace
- Edit log details
- Logs list
- Search by text
- Filter log types
- Download HAR file
- Upload HAR for mocking
- Open in Fiddler Everywhere
- Video playback
- Inspectors
- Show different inspector based on the log type
- Save response/output as a file