Skip to content

Releases: thunderclient/thunder-client-support

v1.4.1

08 Jun 11:40
56d41c9
Compare
Choose a tag to compare

Bug Fixes

  • Fixes Import Env Bug #189
  • Fixes Tests Env bug #57

v1.4.0

03 Jun 12:07
19cfe4a
Compare
Choose a tag to compare

New Features

  • Clear All Acticity Menu Option #160
  • Sorting of Collections now possible #167
  • Sort/Rearrange Tests using Drag & Drop
  • Run Request on Enter key #178, #143
  • Views File Icon added #171
  • License file included #154, #157

Bug Fixes

  • Fixes Form-encoded fields encoding issue #174
  • Fixes Query parameter that ends with '=' gets cleared #166
  • Fixes Tests bool true/false and null check tests #165
  • Fixes When no response, set env var error #180
  • Fixes remove plus sign encoding from URL #185
  • Fixes creates duplicates on request updated #163

v1.3.0

18 May 12:17
3a57d10
Compare
Choose a tag to compare

Announcement

  • We have crossed 100K downloads from marketplace, thanks everyone for the support 🎉.

New Features

  • Import Curl Command #11
  • Html Preview option for Html response #5
  • System/Dynamic Variables to generate random values, details here. #136, #43
  • Headers bulk/raw edit mode #40
  • OAuth 2.0 password credentials option #66
  • Support relative paths for git folder location, see readme #105.
  • Proxy exclude hosts option in settings #61
  • Environment Variables multi-level expansion #133

Bug Fixes

  • Fixes OAuth 2 client authentication option missing #149
  • Fixes Empty thunderclient.db files created for every project #89
  • Fixes New request window not created in active split pane #115
  • Fixes {{envVar}} in test is replaced with actual value after the test runs #134
  • Request Url/body encoding issues fixes #147, #140, #131

I have updated the documentation, let me know if any questions.

v1.2.2

07 May 11:09
88c7a4e
Compare
Choose a tag to compare

Feature Changed

  • The set variable from header and cookie implementation changed #42
    • The prefix for set var from header is header. instead of h:
    • The prefix for set var from cookie is cookie. instead of c:
    • See documentation for updated details
  • The set env var fields are green color highlighted now.

v1.2.1: File Upload feature

06 May 16:54
b82dc99
Compare
Choose a tag to compare

New Features

  • File Upload feature now supports field name #20
  • Set Env Var from text response, Headers and Cookie (see readme for details). #111 , #42
  • Run Collection Requests are clickable links. #37
  • Format json text when header is text/plain
  • Enable Body in GET request #108

Bug Fixes

  • Fixes space not encoded in Url #116
  • Fixes Request error causes spinning without finishing #120, #110
  • Fixes Postman Import failed error for files #96
  • Fixes Basic auth password should not be plain text field #103

1.2.0: File Upload Feature

03 May 07:26
4a8e0ba
Compare
Choose a tag to compare

New Features

  • File Upload feature in Post Body #20
  • Postman Import files support

Bug Fixes

  • Fixes 'Failed to import' error message after cancelling Collections import #85
  • Fixes + plus sign in query parameter not escaping
  • Fixes Expands the variable name nested inside another var value #34
  • Fixes Run Collection folders & requests sort order wrong #100

1.1.0 Team Features

29 Apr 19:40
Compare
Choose a tag to compare

Hi This will be big release with Team features, Nested Folder, Proxy etc..

New Features

  • Custom Storage Location for Collections, useful for teams to integrate with git - #2 , #9, #10
  • Nested folder support for Collections - #8
  • Improved request creation workflow to save to collections faster - #7
  • Run Last Request from command palette. #2
  • Drap & Drop sorting for requests & folders
  • Support Ctrl+S to save env vars #36
  • Create variable in env if doesn't exist when set - #35
  • Postman import nested folder support
  • Proxy Settings
  • Log of bug fixes

For complete list - visit here