Namhyeon, Go
b53d80ce21
Improve TLS protocol handling in Download-File
...
Expanded TLS protocol support to include TLS 1.0, 1.1, 1.2, and conditionally TLS 1.3 for better compatibility. Added error handling and warning output if TLS configuration fails.
2025-12-20 22:42:38 +09:00
Namhyeon, Go
054b294106
Move TLS protocol setup into Download-File function
...
Relocated the TLS 1.2/1.3 configuration from the script's global scope to within the Download-File function. This ensures secure protocol settings are applied specifically when downloading files, improving reliability and scope control.
2025-12-20 22:21:53 +09:00
Namhyeon, Go
fd0c18032f
Update setup script metadata date
...
Changed the @updated_on field in setup.iss from 2025-12-01 to 2025-12-20 to reflect the latest modification date.
2025-12-20 22:11:35 +09:00
Namhyeon, Go
d44b63286b
Improve archive extraction with 7zr fallback
...
Enhanced Extract-CompressedFile and Extract-TarGzArchive to use 7zr.exe as a fallback when native extraction methods fail or are unavailable. Added Invoke-7zr helper for consistent 7zr invocation. Improved script root resolution for better compatibility with older PowerShell versions.
2025-12-20 21:37:46 +09:00
Namhyeon, Go
7910bb3bbe
Update installer to use local x86 launcher path
...
Changed setup.iss to reference the launcher executable from the application directory (bin/x86) instead of the user app data directory. Updated file sources and icon/command paths accordingly. Improved postInstall.ps1 to handle cases where PSCommandPath is not set by falling back to MyInvocation.MyCommand.Path.
2025-12-20 21:13:32 +09:00
Namhyeon, Go
ec7553b538
Use script filename as telemetry source
...
Replaces the hardcoded 'source' field in the telemetry payload with the actual script filename, improving accuracy in identifying the script sending telemetry events.
2025-12-20 20:06:06 +09:00
9fe110b6ac
Update postInstall.ps1
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-20 19:43:59 +09:00
Namhyeon, Go
028ace4e17
Update postInstall.ps1
2025-12-20 15:32:21 +09:00
Namhyeon, Go
3925df0e4e
Fix #374 (postInstall.ps1)
...
The `Import-PowerShellDataFile` command not supported in PowerShell 4.0
2025-12-20 15:25:18 +09:00
Namhyeon, Go
6705cbb69b
Update README.md
2025-12-18 00:52:47 +09:00
Namhyeon, Go
1c53c9d338
Add Tenstorrent Korea OSS Developer Program (Planned for 2026)
...
Add Tenstorrent Korea OSS Developer Program (Planned for 2026)
2025-12-18 00:52:08 +09:00
Namhyeon, Go
55c9f635dc
Update README.md
2025-12-18 00:17:41 +09:00
Namhyeon, Go
493ff9c46e
Update README.md
2025-12-18 00:16:25 +09:00
Namhyeon, Go
ea64918c79
Update README.md
2025-12-17 23:06:33 +09:00
Namhyeon, Go
80d401cd63
Update README.md
2025-12-17 23:02:26 +09:00
Namhyeon, Go
5741dfaf08
Add the utm_source parameter to the all of external links (README.md)
...
Add the `utm_source` parameter to the all of external links (README.md)
2025-12-17 22:41:07 +09:00
7f12e91172
Fix broken .gitmodules
...
Fix broken .gitmodules
2025-12-16 15:53:34 +09:00
f49f847cb1
Update WelsonJS.Augmented/Catswords.Phantomizer/AssemblyLoader.cs
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-14 21:02:07 +09:00
Namhyeon, Go
5665de20cf
Update AssemblyLoader.cs (Catswords.Phantomizer)
...
Update AssemblyLoader.cs (Catswords.Phantomizer)
2025-12-14 20:45:59 +09:00
Namhyeon, Go
17e3c8df46
Add TryVerifyUrl method (Catswords.Phantomizer)
...
Add TryVerifyUrl method (Catswords.Phantomizer)
2025-12-14 20:40:10 +09:00
Namhyeon, Go
52ea58ce49
Update AssemblyLoader.cs (Catswords.Phantomizer)
...
Update AssemblyLoader.cs (Catswords.Phantomizer)
2025-12-14 20:12:52 +09:00
Namhyeon, Go
7d5c60d0a3
Update AssemblyLoader.cs and examples (Catswords.Phantomizer)
...
Update AssemblyLoader.cs and examples (Catswords.Phantomizer)
2025-12-14 19:15:51 +09:00
Namhyeon, Go
c96100b716
Update .appveyor.yml
2025-12-14 18:57:54 +09:00
Namhyeon, Go
d5a6812456
Update .appveyor.yml
2025-12-14 18:55:59 +09:00
Namhyeon, Go
fdabeab54f
Change the project name to WelsonJS.Toolkit to WelsonJS.Augmented
...
Change the project name to WelsonJS.Toolkit to WelsonJS.Augmented
2025-12-14 18:54:32 +09:00
Namhyeon, Go
25aaff14f2
Revert "Remove the native components"
...
This reverts commit a763e63459 .
2025-12-14 18:48:12 +09:00
Namhyeon, Go
2f3761891b
Revert "Update .submodules"
...
This reverts commit 02d17ee47f .
2025-12-14 18:47:57 +09:00
Namhyeon, Go
f91295bb83
Revert "Update .appveyor.yml"
...
This reverts commit c4efccef6e .
2025-12-14 18:47:50 +09:00
Namhyeon, Go
c4efccef6e
Update .appveyor.yml
2025-12-14 18:43:32 +09:00
Namhyeon, Go
02d17ee47f
Update .submodules
...
Update .submodules
2025-12-14 18:27:06 +09:00
Namhyeon, Go
a763e63459
Remove the native components
...
Remove the native components
2025-12-14 18:23:30 +09:00
Namhyeon, Go
ab2df37bef
Add the flexible scheme #368 (Catswords.Phantomizer)
...
Add the flexible scheme #368 (Catswords.Phantomizer)
2025-12-14 16:46:07 +09:00
Namhyeon, Go
b5271c529c
Add the flexible scheme #368 (Catswords.Phantomizer)
...
Add the flexible scheme #368 (Catswords.Phantomizer)
2025-12-14 16:42:06 +09:00
5fa99240bd
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-11 17:34:40 +09:00
495a3b8b93
Update Catswords.Phantomizer.dll.gz
...
Update the Catswords.Phantomizer embedded assembly
2025-12-11 17:31:59 +09:00
aeeeb253fb
Update version to 1.0.0.1 (Catswords.Phantomizer)
...
Update version to 1.0.0.1 (Catswords.Phantomizer)
2025-12-11 17:18:09 +09:00
b0dac00af7
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-11 17:16:02 +09:00
48f1f66fa2
Fix some bugs (Catswords.Phantomizer)
...
Fix some bugs (Catswords.Phantomizer)
2025-12-11 17:13:31 +09:00
2b3a80bf98
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 15:32:39 +09:00
14cb0670f2
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 15:29:01 +09:00
f57c99df9f
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 15:23:27 +09:00
f86305b33f
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 15:05:45 +09:00
145547b6d8
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 15:03:50 +09:00
97f4020af2
Update README.md (Catswords.Phantomizer)
...
Update README.md (Catswords.Phantomizer)
2025-12-10 14:55:51 +09:00
0e15aa2b1f
Add hash-based assembly integrity check
...
Add hash-based assembly integrity check
2025-12-10 14:36:59 +09:00
dfb821d1d7
Update README.md
2025-12-08 11:41:40 +09:00
0e23c4c1db
Update README.md
2025-12-08 11:34:25 +09:00
ec4b3b2d7d
Add the Catswords.Phantomizer Structure Overview
...
Add the Catswords.Phantomizer Structure Overview
2025-12-08 10:49:18 +09:00
e3562856b0
Update README.md
2025-12-08 10:39:53 +09:00
cfc7dbf144
Update README.md
2025-12-08 10:39:04 +09:00