[PR #985] [CLOSED] sync main #2846

Closed
opened 2026-03-01 17:23:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/985
Author: @VShawn
Created: 9/6/2025
Status: Closed

Base: dev_treeviewHead: main


📝 Commits (10+)

  • f238665 Fix: Escape special characters in the target string (#964)
  • e5860cb fix: resolve race condition and improve task cancellation in connection testing #878
  • 2916262 fix: behavior on RDP is disconnected (fix #878) (#966)
  • 835fd60 chore: remove dev branch form GitHub action.
  • 67db4ef fix: Restore regression caused by #907 and re-merge subsequent changes (#970)
  • 828ba62 feat: Added pt-PT translation (#971)
  • 01491fc chore: Update new localization workflow. close #980
  • 4955e39 feat: Remember main window location (#979)
  • bb6c831 feat: show time remaining with tooltip on ftp progress bar (#981)
  • f50ba8d chore: write RDP Disconnected info into log for debug purpose.

📊 Changes

44 files changed (+5378 additions, -1136 deletions)

View changed files

📝 .github/workflows/build-on-dev-push.yml (+0 -1)
📝 .gitignore (+2 -1)
📝 Shawn.Utils (+1 -1)
📝 Ui/Model/Protocol/FileTransmit/Transmitters/TransmissionController/TransmitTask.cs (+41 -6)
📝 Ui/Resources/Languages/LanguagesList.cs (+8 -7)
📝 Ui/Resources/Languages/cs-cz.xaml (+6 -5)
📝 Ui/Resources/Languages/de-de.xaml (+6 -5)
📝 Ui/Resources/Languages/en-us.xaml (+6 -5)
📝 Ui/Resources/Languages/fr-fr.xaml (+6 -5)
📝 Ui/Resources/Languages/gl-es.xaml (+6 -5)
Ui/Resources/Languages/glossary.csv (+0 -366)
Ui/Resources/Languages/glossary/cs-cz.csv (+333 -0)
Ui/Resources/Languages/glossary/de-de.csv (+332 -0)
Ui/Resources/Languages/glossary/en-us.csv (+332 -0)
Ui/Resources/Languages/glossary/fr-fr.csv (+332 -0)
Ui/Resources/Languages/glossary/gl-es.csv (+330 -0)
Ui/Resources/Languages/glossary/it-it.csv (+332 -0)
Ui/Resources/Languages/glossary/ja-jp.csv (+334 -0)
Ui/Resources/Languages/glossary/pl-pl.csv (+332 -0)
Ui/Resources/Languages/glossary/pt-br.csv (+332 -0)

...and 24 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/985 **Author:** [@VShawn](https://github.com/VShawn) **Created:** 9/6/2025 **Status:** ❌ Closed **Base:** `dev_treeview` ← **Head:** `main` --- ### 📝 Commits (10+) - [`f238665`](https://github.com/1Remote/1Remote/commit/f2386657574e0bc8854807861898e3731f69e670) Fix: Escape special characters in the target string (#964) - [`e5860cb`](https://github.com/1Remote/1Remote/commit/e5860cbb6fb3b39d94af2ffb2fa45379686602bc) fix: resolve race condition and improve task cancellation in connection testing #878 - [`2916262`](https://github.com/1Remote/1Remote/commit/2916262437b4a4e0d0cad3e8c89b937512e3f827) fix: behavior on RDP is disconnected (fix #878) (#966) - [`835fd60`](https://github.com/1Remote/1Remote/commit/835fd600956442c9451249bb2b202a51b8c866c2) chore: remove dev branch form GitHub action. - [`67db4ef`](https://github.com/1Remote/1Remote/commit/67db4ef1a987481bb04ffb072712f27bcc3d1314) fix: Restore regression caused by #907 and re-merge subsequent changes (#970) - [`828ba62`](https://github.com/1Remote/1Remote/commit/828ba62712c6772b409ce79935ae06d5ce0b3a95) feat: Added pt-PT translation (#971) - [`01491fc`](https://github.com/1Remote/1Remote/commit/01491fc2ee1e814bcec8144f8b59ca4556194fab) chore: Update new localization workflow. close #980 - [`4955e39`](https://github.com/1Remote/1Remote/commit/4955e3946b81599ca2adb01d8df59721dc9b218e) feat: Remember main window location (#979) - [`bb6c831`](https://github.com/1Remote/1Remote/commit/bb6c8310276b5cff33d95fe763225823df79e63b) feat: show time remaining with tooltip on ftp progress bar (#981) - [`f50ba8d`](https://github.com/1Remote/1Remote/commit/f50ba8d5c2b7bba8c9820551aa72ac9d79a41a82) chore: write RDP Disconnected info into log for debug purpose. ### 📊 Changes **44 files changed** (+5378 additions, -1136 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-on-dev-push.yml` (+0 -1) 📝 `.gitignore` (+2 -1) 📝 `Shawn.Utils` (+1 -1) 📝 `Ui/Model/Protocol/FileTransmit/Transmitters/TransmissionController/TransmitTask.cs` (+41 -6) 📝 `Ui/Resources/Languages/LanguagesList.cs` (+8 -7) 📝 `Ui/Resources/Languages/cs-cz.xaml` (+6 -5) 📝 `Ui/Resources/Languages/de-de.xaml` (+6 -5) 📝 `Ui/Resources/Languages/en-us.xaml` (+6 -5) 📝 `Ui/Resources/Languages/fr-fr.xaml` (+6 -5) 📝 `Ui/Resources/Languages/gl-es.xaml` (+6 -5) ➖ `Ui/Resources/Languages/glossary.csv` (+0 -366) ➕ `Ui/Resources/Languages/glossary/cs-cz.csv` (+333 -0) ➕ `Ui/Resources/Languages/glossary/de-de.csv` (+332 -0) ➕ `Ui/Resources/Languages/glossary/en-us.csv` (+332 -0) ➕ `Ui/Resources/Languages/glossary/fr-fr.csv` (+332 -0) ➕ `Ui/Resources/Languages/glossary/gl-es.csv` (+330 -0) ➕ `Ui/Resources/Languages/glossary/it-it.csv` (+332 -0) ➕ `Ui/Resources/Languages/glossary/ja-jp.csv` (+334 -0) ➕ `Ui/Resources/Languages/glossary/pl-pl.csv` (+332 -0) ➕ `Ui/Resources/Languages/glossary/pt-br.csv` (+332 -0) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:23:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#2846
No description provided.