Skip to content

Releases: CoreyD97/Stepper

v1.4.3

01 Mar 08:52
Compare
Choose a tag to compare

Commits

  • ab65260: Cross-sequence variable references (b) #58
  • fcac8f3: Lib update, Exec-After feature, bug fixes (Soroush Dalili) #62
  • feb6b93: Upgrade gradle and Java version to fix build (Corey)
  • 329696d: Merge remote-tracking branch 'origin/master' (Corey)
  • f91bf72: Set releases action to use Java 17. (Corey)
  • 6c32dd8: Increment version (Corey)

v1.4.2

08 Apr 06:39
Compare
Choose a tag to compare

Commits

  • 2056757: Fix stepper headers not being removed if no replacements made. Thanks to @ngregoire (Corey-Dean Arthur)
  • 36c0f59: Increment version (Corey)

v1.4.1

01 Mar 00:04
Compare
Choose a tag to compare

Commits

  • 35cde0d: Add execute sequence shortcut (Corey-Dean Arthur)
  • 0cfa63a: Better error handling (Corey-Dean Arthur)
  • 87e4c96: Increment version number (Corey-Dean Arthur)

New Features!

02 Jul 11:16
Compare
Choose a tag to compare
  • Add pre-execution variables to prompt the user for a value before executing a step.
  • Add the ability to execute a sequence before a request is issued from tools such as repeater, intruder, etc
  • Add ability to send multiple items to stepper
  • Add ability to reorder tabs
  • Add ability to view response size and time for step
  • Bug fixes

Bugfixes

25 Oct 10:43
Compare
Choose a tag to compare

Fixes issues with sequences getting stuck if requests time out.
Fixes sequences not being deserialized properly and causing them to be lost/fail import.
Adds warning message to requests which contain raw binary data which may be corrupted when using stepper.

Release v1.2 - QoL Fixes

14 Aug 11:08
Compare
Choose a tag to compare

Automatically show the current request being sent when executing sequences.
Clear the response shown when a request is submitted.
Fix HTTP service being set incorrectly when cloning steps.
Move sequences to per-project instead of global.

Release v1.0

11 Mar 14:15
Compare
Choose a tag to compare

Initial Release