ZHAO Xudong
013839171a
fix: use Invoke-WithRetry for recovery GET calls in submission creation
...
ms-store-upload / upload-to-store (push) Has been cancelled
The recovery GET calls (re-fetch app info, fetch pending submission details) were plain Invoke-RestMethod calls without retry. When the Partner Center API experiences widespread 504s, these fail immediately. Wrap them in Invoke-WithRetry so they survive transient errors.
2026-07-11 18:50:24 +08:00
ZHAO Xudong
3362472500
fix: use flag variable instead of break for PowerShell loop control
...
PowerShell break inside nested try/catch does not reliably exit the for loop, causing unnecessary retries. Use a submissionReady flag in the loop condition instead.
2026-07-11 18:29:30 +08:00
ZHAO Xudong
ad704a653c
fix(ms-store-upload): handle 504/Conflict when creating submission
...
When the POST /submissions call gets a 504 gateway timeout, the submission may still have been created server-side. The old code blindly retried, which then hit a 409 Conflict (InvalidState) because the Ingestion API only allows one pending submission at a time. The new code re-fetches app info after a 504/409 and reuses the existing pending submission if one was created, instead of failing.
2026-07-11 18:11:34 +08:00
ZHAO Xudong
bb566191b9
CI: Fix ms store upload config
2026-07-11 17:45:55 +08:00
ZHAO Xudong
942ce2116c
CI: add standalone ms store upload step conf ( #4422 )
2026-07-11 17:31:44 +08:00
ZHAO Xudong
32ea293657
security: Parse unsafe file name when edit with custom editor
v3.15.120
2026-07-11 13:54:03 +08:00
ZHAO Xudong
deee11ffe5
security: Parse unsafe file name when ftp/sftp transfer
2026-07-11 13:41:32 +08:00
ZHAO Xudong
36b16fb669
security: Parse unsafe filename when check folder size
2026-07-11 13:33:43 +08:00
ZHAO Xudong
451bf30006
security: fix RDP file transfer''s unsafe file name issue
2026-07-11 12:58:12 +08:00
ZHAO Xudong
0b37fb6bc5
feat: When select two files with same extension, context menu would have a compare menu
2026-07-11 11:55:15 +08:00
ZHAO Xudong
7d81777cce
Update readme
2026-07-11 08:09:07 +08:00
ZHAO Xudong
184108f3d0
UX: Improve multi file transfer context menu text
2026-07-11 08:04:10 +08:00
ZHAO Xudong
6a84398d9c
#4418 Save split view state to workspace data
2026-07-11 07:03:52 +08:00
ZHAO Xudong
dc41415155
Add TRN20 addr to readme
2026-07-10 20:42:35 +08:00
ZHAO Xudong
f11f8d51c1
Update readme
2026-07-10 08:12:31 +08:00
ZHAO Xudong
40b087a88b
Add flashing effect to add/save button for ssh tunnel/connection hopping edit
2026-07-09 19:31:23 +08:00
ZHAO Xudong
cf02913276
Add wiki link for custom css
2026-07-09 17:15:43 +08:00
ZHAO Xudong
d6edd96d68
Remove trailing slash in sftp address to avoid issue
2026-07-08 14:53:09 +08:00
ZHAO Xudong
c394b3ba5d
Version bump
v3.15.110
2026-07-07 18:25:14 +08:00
ZHAO Xudong
bffab389ed
#4414 Support drag multi files to upload in terminal
2026-07-07 18:22:59 +08:00
ZHAO Xudong
e1c5db970a
Fix multi files upload for rz command
2026-07-07 18:10:30 +08:00
ZHAO Xudong
2db0c56b6b
Update logo
2026-07-07 16:35:34 +08:00
ZHAO Xudong
0dfc8a7bce
Add place holder
2026-07-07 10:41:57 +08:00
ZHAO Xudong
e3ca2ce622
Update readme
2026-07-06 21:44:07 +08:00
ZHAO Xudong
92b7ef5b80
#4413 Enhance notification system to merge duplicate error messages and improve description rendering
2026-07-06 09:45:12 +08:00
ZHAO Xudong
4ba7f46330
Fix readme
2026-07-05 19:20:15 +08:00
ZHAO Xudong
c4863cad33
Fix footer icon UI not aligned issue
2026-07-05 16:29:45 +08:00
ZHAO Xudong
ecbaf7fd5a
Add reset zoom icon when zoomed
2026-07-05 16:09:15 +08:00
ZHAO Xudong
6abbbc9cf7
Add reset font size button when terminal triggered font size change by keyboard shortcut
2026-07-05 15:56:52 +08:00
ZHAO Xudong
6199c3bfe7
Update readme
2026-07-05 14:11:41 +08:00
ZHAO Xudong
b826e5ae8c
# Support tree list sort by title or host
v3.15.100
2026-07-03 18:24:59 +08:00
ZHAO Xudong
ce8b66e87a
#4411 Fix local terminal env pollution
2026-07-03 17:33:54 +08:00
ZHAO Xudong
2b82679079
Fix build for win7 ( #4412 )
2026-07-03 17:03:11 +08:00
ZHAO Xudong
b39387fc73
Support multi file drop to terminal to paste multi file path to terminal
2026-07-03 12:40:47 +08:00
ZHAO Xudong
ee22a5c37c
Improve filename sanitization: clarify handling of leading/trailing spaces and dots
2026-07-03 12:33:28 +08:00
ZHAO Xudong
ee48cc25d0
Fix code
2026-07-03 11:54:49 +08:00
ZHAO Xudong
225d1bbb08
Fix CI
2026-07-03 11:25:35 +08:00
ZHAO Xudong
ebcf8d6c75
Update xterm to latest
2026-07-03 10:38:29 +08:00
hippo
7c300c65ec
fix #4407 : align terminal renderer backgrounds ( #4408 )
2026-07-02 19:14:32 +08:00
ZHAO Xudong
763dd25d23
Use \n default shift+enter text
2026-07-02 19:09:32 +08:00
kkrrsq
36e517a5ed
Add configurable Shift+Enter hotkey for terminal line continuation ( #4409 )
2026-07-02 18:47:22 +08:00
ZHAO Xudong
2dc588eac2
Update logo
2026-07-01 09:05:52 +08:00
ZHAO Xudong
641336b8f8
#4398 Support realVNC
2026-06-30 10:02:12 +08:00
ZHAO Xudong
22613dff21
Update readme
2026-06-30 06:59:17 +08:00
ZHAO Xudong
e85e2f22ab
Update build trigger ci
2026-06-29 23:56:43 +08:00
ZHAO Xudong
3c5035e34d
Add electerm online to about panel
2026-06-29 13:31:11 +08:00
ZHAO Xudong
6e1dfcc94b
Ver->3.15.90
v3.15.90
2026-06-29 11:05:31 +08:00
ZHAO Xudong
7b85490d6f
Fix AI requests
2026-06-28 13:25:45 +08:00
ZHAO Xudong
e913b5e58c
Make AI config panel stable, do not close on click mask area
2026-06-28 07:56:54 +08:00
ZHAO Xudong
8fe71e743c
Support AI request header name setting
2026-06-28 07:55:11 +08:00