Skip to content

Releases: gnh1201/welsonjs

0.2.7.48

03 Nov 20:00
Compare
Choose a tag to compare

0.2.7.48 released

  • Changed to issue a warning about the possibility of malfunction if the screen scale is not 1 (when the screen DPI is not set to the default value). b2975e0
  • Possible bug fixes for the screen operation duplicate processing prevention feature. a8a13b5
  • Add support Anthropic/Claude integration (0.2.7.47)

0.2.7.47

03 Nov 17:07
Compare
Choose a tag to compare

0.2.7.47 released

  • Fix bugs related to the settings and logger

0.2.7.46

01 Nov 19:07
Compare
Choose a tag to compare

0.2.7.46 released

  • Migrate parent.Log() to Microsoft.Extensions.Logging(e.g., LogInformation) #154

0.2.7.45

30 Oct 07:02
Compare
Choose a tag to compare

0.2.7.45 released

  • Add nuget profile for WelsonJS.Toolkit
  • Minor fixes

0.2.7.44

20 Oct 19:59
Compare
Choose a tag to compare

0.2.7.44 released

0.2.7.43

03 Oct 05:49
740f392
Compare
Choose a tag to compare

0.2.7.43 released

  • Added missing parameters for detecting SERP.
  • Changed the WelsonJS favicon. Thanks @druidesse

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.