Skip to content

Releases: gnh1201/welsonjs

0.2.7.42

27 Sep 12:12
Compare
Choose a tag to compare

0.2.7.42 released

  • Fix an issue where the proxy URL was not applied in the default engine mode (MSXML). (lib/test.js, testloader.js)
  • Update example code using API services in partnership.

0.2.7.41

27 Sep 07:01
Compare
Choose a tag to compare

0.2.7.41 relased

  • Fix .send() not working without a proxy #145
  • Change the methods and variables CharsetDetector to DetectCharset
  • Add searchapi.io SERP support

0.2.7.40

26 Sep 10:55
Compare
Choose a tag to compare

0.2.7.40 released

  • Fixed: Resolved the issue where tabs were being infinitely duplicated in the Tab UI.
  • Fixed: Resolved the issue where cached stdout and stderr were not being cleared after shell requests (lib/http.js, lib/shell.js).

0.2.7.39

26 Sep 09:53
Compare
Choose a tag to compare

0.2.7.39 released

  • Updated: Applied a UI that supports tabs.
  • Fixed: Moved some UI control functions (drag and drop) from webloader.js to app/index.js.
  • Fixed: Corrected the mislabeled identifier code for console.warn() in webloader.js (warning -> warn).
  • Updated: Applied new screenshots reflecting the changes.

0.2.7.38

25 Sep 13:43
Compare
Choose a tag to compare

0.2.7.38 released

  • Add the Proxy API services integration #143
  • Add support ARM architecture (lib/http.js)

0.2.7.37

25 Sep 05:14
Compare
Choose a tag to compare

0.2.7.37 released

0.2.7.36

09 Sep 08:18
Compare
Choose a tag to compare

Apology: There was an issue where the version was incorrectly displayed as 2.7.x instead of 0.2.7.x. We apologize for the mistake.

0.2.7.36 released

  • Fix gRPC based heartbeat service #139 (Thanks to @soumt-r)
  • Fix the file event monitor feature (trace a file creation, network connection, and registry modification)
  • Fix minor issues

Thank you.

0.2.7.32

26 Aug 16:56
Compare
Choose a tag to compare

0.2.7.32 released

  • Fix: Use HTTP/1.1 on the gRPC client 8593240
  • Fix: Read the initial configurations from settings.ini 222fe3c
  • Fix: typos some files
  • Fix: more minor fixes

0.2.7.31

25 Aug 07:39
Compare
Choose a tag to compare

0.2.7.31 released

  • Fixed: Issue with casting C# string[] Type to the built-in scripting engine #133
  • Added: Add standalone WelsonJS.Launcher program #107
  • Fixed: Some fixes of the screen time feature
  • Fixed: more more more.

0.2.7.30

02 Aug 12:46
ff943d3
Compare
Choose a tag to compare

0.2.7.30 released

  • Performance fix: The screen time feature in WelsonJS.Service
    • Note: The screen time feature is available the user interactive mode only, if you want disable this feature, use --disable-screen-time parameter
  • Update SECURITY.md