What's Changed
- fixed har export issue by @abhimaanmadhav in https://github.com/kean/Pulse/pull/319
- fix: Resolve RichTextView scrolling issue & Prevent app freezing on tvOS (issue: #308) by @lsh424 in https://github.com/kean/Pulse/pull/310
- Handle InputStream.read failures by @kabiroberai in https://github.com/kean/Pulse/pull/332
- Disable "Report" & "Settings" options in prompts by @p...