yyc12345
  • Joined on 2024-01-06
yyc12345 created branch master in yyc12345/BallanceTasToolbox 2025-11-11 21:51:50 +08:00
yyc12345 pushed to master at yyc12345/BallanceTasToolbox 2025-11-11 21:51:50 +08:00
df68c79f28 doc: add deprecation note
96f61362d3 fix: fix issue that fail to open legal TAS file.
e8fc96e3ac feat: add version feature
5971069e02 Do some release work
b506dafcbd Minor fix
Compare 10 commits »
yyc12345 created repository yyc12345/BallanceTasToolbox 2025-11-11 21:51:36 +08:00
yyc12345 pushed to master at yyc12345/wfassoc 2025-11-01 22:06:29 +08:00
2741969164 refactor(assoc): improve error handling and type safety
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-29 10:53:35 +08:00
3694a6a82a feat(windows): add blank path guard for registry operations
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-29 10:31:13 +08:00
a3456e9fdd feat(windows): implement registry manipulation for file associations
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-28 14:10:40 +08:00
3f1a070b65 refactor(wfassoc): restructure association module for registry operations
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-28 12:50:27 +08:00
4d679588f8 feat(wfassoc): enhance CLSID handling and parsing
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-28 11:12:30 +08:00
1342799303 feat(windows): implement file extension and ProgId parsing structs
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-27 20:49:33 +08:00
6be27def80 refactor(windows): update Windows API calls and error handling
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-27 14:10:04 +08:00
81fd224236 feat(windows): implement icon and string resource loading
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-26 22:17:02 +08:00
cc79951ee6 refactor(windows): improve resource string parsing and documentation
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-24 10:34:20 +08:00
23d0a79c0b feat(windows): add resource reference string parsers
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-23 21:49:00 +08:00
e908e775ed refactor(tests): restructure windows commandline tests for better readability
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-22 20:27:53 +08:00
217d3d5fd3 fix(windows): improve backslash handling in command lexer
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-22 16:52:13 +08:00
563ab483fc test(windows): add tests for Windows command line argument parsing
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-22 12:11:57 +08:00
ffd58ff677 feat(windows): add command line argument parsing utilities
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-20 14:42:02 +08:00
84a29c862b feat(windows): add ExpandString for environment variable expansion
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-20 13:38:56 +08:00
26d867d42f refactor(winreg): reorganize Windows registry utilities into extra module
yyc12345 pushed to master at yyc12345/wfassoc 2025-10-19 17:38:06 +08:00
d493285900 feat(cli): implement register and unregister commands with scope support