Skip to content

1.7.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 04:40
· 21 commits to main since this release

Changes since 1.7.0-beta.1

Changed

  • The size threshold of disabling syntax highlighting in Request/Payload text fields has been raised from 1.5 MB to 32 MB
  • JSON syntax highlighting does not tolerate syntax error now

Fixed

  • Crash on text deletion of lines that cover the whole current viewport
  • The Request/Payload text fields' viewport should scroll to follow the cursor while typing
  • After searching for a pattern in text editor, changing the search pattern should scroll to the first of new search results

Optimized

  • Computation performance of large text fields
  • Computation performance of JSON syntax highlighting -- processing a 30 MB JSON takes less than 0.1s now
  • Memory use of JSON syntax highlighting
  • Peak memory use and computation performance of JSON prettifying