Skip to content

Releases: gnh1201/welsonjs

0.2.7.57

01 Dec 09:01
19f6bd1

Choose a tag to compare

🚀 0.2.7.57 released

Changes included in this release:

  • Improve the post-install script in the installer:
    • Improve the post-install script #353
    • [Packaging] Reduce package size and improve trust by decoupling binaries #259
  • Support for optional binary downloads based on usage scenarios:
    • python, curl, websocat, yara, wamr, tessdata, gtk3runtime, nmap, windivert, android_platform_tools, and more.
  • Added experimental telemetry support:
    • Uses PostHog and is currently applied only experimentally in the post-install script.
  • More minor fixes

0.2.7.56

23 Nov 15:57
efdce27

Choose a tag to compare

🚀 0.2.7.56 released

Changes included in this release:

  • WelsonJS JCTG(JavaScript-Click-To-Go): Added file association support, allowing .js files to run directly via double-click in File Explorer (behaves like .exe execution).
  • Reduced the installer size from 58 MB → 8 MB (approx. 86% reduction).
  • Added Array.from() method for Enumerator object, and related bugs fixed.
  • Fixed various reported issues and minor bugs.

0.2.7.55

17 Aug 16:59

Choose a tag to compare

0.2.7.55 released

  • Introduced UseObject method (similar to the using keyword)
  • Improved WebSocket support (WelsonJS Launcher)
  • Added ESENT support (Windows built-in database)
  • Introduced a cryptography module for a specific country
  • Bug fixes and feature enhancements

Thank you.

Note: We perform malware scans on all released files, and all results are clean (virustotal.com).

0.2.7.54

23 Mar 07:42
8389f75

Choose a tag to compare

0.2.7.54 released

0.2.7.53

23 Nov 18:19

Choose a tag to compare

0.2.7.53 released

  • Update the search engine detection (lib/http.js)
  • Add new proxy type stateless-jsonrpc2 (lib/http.js)

0.2.7.52

19 Nov 06:34
2f74ceb

Choose a tag to compare

0.2.7.52 released

0.2.7.51

14 Nov 20:29

Choose a tag to compare

0.2.7.51 released

  • This update resolves an issue from previous modifications where log types were not being displayed.

0.2.7.50

14 Nov 19:07

Choose a tag to compare

0.2.7.50 released

  • Improved type handling for the console object (e.g., console.log()).
  • Added numbers.js library (support for advanced math operations) and test files.
  • Renamed some JavaScript library files in the assets/js directory.

0.2.7.49

05 Nov 12:12

Choose a tag to compare

0.2.7.49 released

  • Change the API name DecryptStringHIGHT to DecryptString and EncryptStringHIGHT to EncryptString 5b264b6
  • Update the nuspec file for WelsonJS.Toolkit
  • Update the affected files.

0.2.7.48

03 Nov 20:00

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)