Skip to content

1.2.6

Latest
Compare
Choose a tag to compare
@Rooyca Rooyca released this 21 May 20:22
· 2 commits to master since this release

Changes

  • URL Validation: Enhanced URL validation to ensure all URLs start with "https://". The protocol is automatically added if not present.
  • Improved JSON Display: Reformatted JSON output for a cleaner and more readable presentation when no show flag is provided.
  • innerHTML Replacement: Replaced instances of innerHTML with safer alternatives, except for three essential cases where innerHTML is necessary to render HTML content.

New Features

  • Repetitive Request Execution: Introduced a new flag req-repeat to enable the execution of requests multiple times. Example usage: req-repeat: 20t@10s (20 times at 10-second intervals).
  • Conditional Notifications: Added functionality to display notifications based on specific response conditions. Example usage: notify-if: rateUsd > 500.

Full Changelog: 1.2.5...1.2.6