-
-
Notifications
You must be signed in to change notification settings - Fork 29
Releases: gnh1201/welsonjs
Releases · gnh1201/welsonjs
0.2.7.57
@gnh1201
gnh1201
19f6bd1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 0.2.7.57 released
Changes included in this release:
- Improve the post-install script in the installer:
- 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
Assets 3
0.2.7.56
@gnh1201
gnh1201
efdce27
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🚀 0.2.7.56 released
Changes included in this release:
- WelsonJS JCTG(JavaScript-Click-To-Go): Added file association support, allowing
.jsfiles to run directly via double-click in File Explorer (behaves like.exeexecution). - Reduced the installer size from 58 MB → 8 MB (approx. 86% reduction).
- Added
Array.from()method forEnumeratorobject, and related bugs fixed. - Fixed various reported issues and minor bugs.
Assets 3
0.2.7.55
0.2.7.55 released
- Introduced UseObject method (similar to the
usingkeyword) - 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).
Assets 3
0.2.7.54
@gnh1201
gnh1201
8389f75
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.2.7.54 released
- [New] WelsonJS Editor (Rich code editor powered by Microsoft Monaco Editor)
- Generative AI Integrations (ChatGPT, Gemini, ...)
- Improved WelsonJS Launcher
- More enhancements and fixes
Assets 3
0.2.7.53
0.2.7.53 released
- Update the search engine detection (lib/http.js)
- Add new proxy type
stateless-jsonrpc2(lib/http.js)
Assets 2
0.2.7.52
@gnh1201
gnh1201
2f74ceb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
0.2.7.52 released
- Add some mathematical methods using numbers.js
- Add new sponsor link: F1Security
Assets 2
0.2.7.51
0.2.7.51 released
- This update resolves an issue from previous modifications where log types were not being displayed.
Assets 2
0.2.7.50
0.2.7.50 released
- Improved type handling for the
consoleobject (e.g.,console.log()). - Added
numbers.jslibrary (support for advanced math operations) and test files. - Renamed some JavaScript library files in the
assets/jsdirectory.
Assets 2
0.2.7.49
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.
Assets 2
0.2.7.48
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)