Skip to content

1.3.0 - Compromise Updates

Compare
Choose a tag to compare
@rakuyoMo rakuyoMo released this 23 Sep 07:30
· 242 commits to master since this release

In this version, we were forced to remove the JSONPreview diagonal sliding feature. There were too many problems with this feature due to personal incompetence, and we couldn't fix it at the same time. Finally we removed this feature.

Add

  • Add JSONPreviewDelegate, which is used to replace the previous use of UITextViewDelegate to realize the URL click.

Change

  • Since JSON is now displayed in line breaks, the line height is no longer a fixed value.
  • Improved the judgment rules for URLs, and now IP addresses can be correctly identified as URLs.

Remove

  • Removed the diagonal swipe feature.