You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,15 @@ Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
6
6
## [Unreleased]
7
7
8
8
### Hinzugefügt / Added
9
+
-**Box provider (Windows):** root auto-discovery via `~/Box` plus optional `CustomBoxLocation` registry path, process detection via `Box.exe`, and pause/resume support.
10
+
-**Nextcloud provider (Windows):** root auto-discovery via `%APPDATA%\\Nextcloud\\nextcloud.cfg` plus default `~/Nextcloud`, process detection via `nextcloud.exe`, and pause/resume support.
9
11
- README.md, README.de.md and `llms.txt`: added discovery/search context for
10
12
OneDrive access-denied, `cldflt.sys`, Windows Cloud Files filter, error
11
13
`0x8007016A`, and cloud-sync locked-folder retry workflows.
14
+
15
+
### Behoben / Fixed
16
+
-**Autostart in packaged builds:** PyInstaller/Frozen builds now register the
17
+
packaged executable instead of the source-tree `clf_launcher.pyw`.
12
18
-`tests/source_platform_smoke.py`: headless Smoke-Tests für Linux und macOS — prüft Modul-Import, Version, `ops`-Operationen (rename/move/delete), `models.Queue`-Persistenz, `paths.data_dir()` und `worker.run_once()` ohne Cloud-Client oder GUI.
13
19
-`.github/workflows/source-platform-smoke.yml`: CI-Matrix für `ubuntu-latest` und `macos-latest`, die die Smoke-Tests bei jedem Push/PR auf `main` ausführt.
0 commit comments