[PR #7] [MERGED] Develop #10

Closed
opened 2026-03-04 19:20:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/007revad/Syno_DSM_Extractor_GUI/pull/7
Author: @007revad
Created: 1/18/2025
Status: Merged
Merged: 1/18/2025
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

33 files changed (+1003 additions, -546 deletions)

View changed files

📝 CHANGES.txt (+13 -0)
📝 README.md (+43 -7)
📝 SDE-GUI.dsc (+697 -484)
📝 SDE-GUI.dsp (+59 -55)
SDE-GUI.ini (+5 -0)
Syno_DSM_Extractor_Setup.iss (+154 -0)
images/context-menu.png (+0 -0)
images/drive-letter.bmp (+0 -0)
images/dsm_48.ico (+0 -0)
images/extracted.png (+0 -0)
images/file-association.png (+0 -0)
images/pkg_48.ico (+0 -0)
images/sde-32.ico (+0 -0)
images/setup-finished.png (+0 -0)
images/windows-start-menu.png (+0 -0)
installer/icons/install-48.ico (+0 -0)
installer/images/InstallImage-sde.bmp (+0 -0)
installer/images/InstallSmallImage-sde.bmp (+0 -0)
installer/texts/Getting Started.txt (+10 -0)
installer/texts/License.txt (+9 -0)

...and 13 more files

📄 Description

v1.1.0.21

  • Added an installer.
    • Added Windows context menu shortcuts (when installed with the installer).
    • Added .pat and .spk file association (when installed with the installer).
  • Added 'Check for Updates' menu option.
  • Added check that Windows System for Linux is installed.
    • Shows how to install WSL if it's not installed.
  • Now automatically detects the WSL Ubuntu drive letter.
    • You can still change it in Settings.
  • Changed so you don't need to copy wsl.exe to the same folder as SDE.exe.
  • Changed so only 1 instance can run at a time.
    • Changed to send right-clicked or double-clicked file to the open SDE-GUI window if SDE-GUI is already open.

🔄 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/007revad/Syno_DSM_Extractor_GUI/pull/7 **Author:** [@007revad](https://github.com/007revad) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`20f18b3`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/20f18b38389185f429d482c889143cae71ef9bce) Update README.md - [`0e69b6b`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/0e69b6b70359b4e113d7ce69b9db395de6fbdbab) Update CHANGES.txt - [`e4b3b5e`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/e4b3b5e160492d06c3b7d702c2a02691a97dd1e0) Update CHANGES.txt - [`7e57e2a`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/7e57e2a89b933972e2387bd07a31781eddb1b36f) Update README.md - [`c05aec6`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/c05aec68e5054cc9e7bd59733b9aae3607459711) Update README.md - [`8f02f8d`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/8f02f8d6bc6115232b60813ce0314d9746be5e8e) Update CHANGES.txt - [`7364fe4`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/7364fe4e0d3fbd65bfabe7bc3cf6104a0174d5a0) Update CHANGES.txt - [`6cb19b0`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/6cb19b013496d50b896175eda1ffd16b360eaec0) Update README.md - [`644fae6`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/644fae6346d646ea14373740a19f643133c7b742) Update SDE-GUI.dsc - [`61e9b12`](https://github.com/007revad/Syno_DSM_Extractor_GUI/commit/61e9b127094ffbc388b193622fb0154708475a69) Update SDE-GUI.dsc ### 📊 Changes **33 files changed** (+1003 additions, -546 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.txt` (+13 -0) 📝 `README.md` (+43 -7) 📝 `SDE-GUI.dsc` (+697 -484) 📝 `SDE-GUI.dsp` (+59 -55) ➕ `SDE-GUI.ini` (+5 -0) ➕ `Syno_DSM_Extractor_Setup.iss` (+154 -0) ➕ `images/context-menu.png` (+0 -0) ➕ `images/drive-letter.bmp` (+0 -0) ➕ `images/dsm_48.ico` (+0 -0) ➕ `images/extracted.png` (+0 -0) ➕ `images/file-association.png` (+0 -0) ➕ `images/pkg_48.ico` (+0 -0) ➕ `images/sde-32.ico` (+0 -0) ➕ `images/setup-finished.png` (+0 -0) ➕ `images/windows-start-menu.png` (+0 -0) ➕ `installer/icons/install-48.ico` (+0 -0) ➕ `installer/images/InstallImage-sde.bmp` (+0 -0) ➕ `installer/images/InstallSmallImage-sde.bmp` (+0 -0) ➕ `installer/texts/Getting Started.txt` (+10 -0) ➕ `installer/texts/License.txt` (+9 -0) _...and 13 more files_ </details> ### 📄 Description v1.1.0.21 - Added an installer. - Added Windows context menu shortcuts (when installed with the installer). - Added .pat and .spk file association (when installed with the installer). - Added 'Check for Updates' menu option. - Added check that Windows System for Linux is installed. - Shows how to install WSL if it's not installed. - Now automatically detects the WSL Ubuntu drive letter. - You can still change it in Settings. - Changed so you don't need to copy wsl.exe to the same folder as SDE.exe. - Changed so only 1 instance can run at a time. - Changed to send right-clicked or double-clicked file to the open SDE-GUI window if SDE-GUI is already open. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-04 19:20:11 +03:00
Sign in to join this conversation.
No labels
pull-request
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/Syno_DSM_Extractor_GUI#10
No description provided.