Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,116 changes: 1,116 additions & 0 deletions i18n/ar/code.json

Large diffs are not rendered by default.

1,149 changes: 1,149 additions & 0 deletions i18n/bn/code.json

Large diffs are not rendered by default.

1,117 changes: 1,117 additions & 0 deletions i18n/de/code.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
title: Änderungsprotokoll
---

import GithubStar from '@site/src/components/GithubStar';

<GithubStar variant="bar" scene="changelog" />

Für das Beta-Version-Änderungsprotokoll siehe [Beta-Änderungsprotokoll](./beta-changelog.md)

⚠️ Bitte beachten Sie, dass Sie bei Verwendung von Windows 8/7/XP oder einer Browserversion unter 120 die [alte Version von ScriptCat](https://github.com/scriptscat/scriptcat/releases) manuell installieren müssen. v0.16.x ist die letzte Version mit Manifest V2-Unterstützung. Installationsanleitung: [Erweiterung durch Laden entpackter Dateien installieren](/use/use.md#load-unpacked-extension-installation).

<a name="1.4.0"></a>

## 1.4.0 (2026-06-26)

Dieses Release bringt Low-Level-Refactoring zur Vorbereitung auf Firefox MV3, Editor-Erfahrungsverbesserungen (Bearbeitungsmenü, Ctrl+Shift+F-Formatierung, Monaco Quick Fix), Multi-Plattform-Suchmaschinenauswahl für die Skriptsuche, neue Funktionen wie `@unwrap` / `window.onurlchange` / `@run-at context-menu`, umfassende Stärkung der Cloud-Speicher-Synchronisierung und eine große Reihe von GM-API-, UI- und Stabilitätsfehlerbehebungen (einschließlich eines langfristigen Speicherlecks und Prototyp-Verunreinigungssicherheitslücken). Das ScriptCat AI Agent ist als Vorschau in Dev/Beta-Builds verfügbar und noch nicht in der stabilen Version aktiviert.

### 🚀 Wichtige neue Funktionen

- 🧪 ScriptCat AI Agent (**Vorschau — nur in Dev/Beta-Builds verfügbar, nicht in der stabilen Version aktiviert**) — KI-gestütztes Agent-System mit Konversationsinteraktion, Werkzeugaufrufen, Skill-System, MCP-Protokoll und mehr ([#1324](https://github.com/scriptscat/scriptcat/pull/1324)) (von @CodFrm)
- ✨ Unterstützung des `@unwrap`-Metadaten-Tags ([#1213](https://github.com/scriptscat/scriptcat/pull/1213)) (von @cyfung1031)
- ✨ TM's `window.onurlchange` über die Navigation API implementiert ([#1315](https://github.com/scriptscat/scriptcat/pull/1315)) (von @cyfung1031)
- ✨ `@run-at context-menu`-Unterstützung wiederhergestellt ([#1442](https://github.com/scriptscat/scriptcat/pull/1442)) (von @cyfung1031)
- ✨ Skriptsuche unterstützt Multi-Plattform-Suchmaschinenauswahl ([#1295](https://github.com/scriptscat/scriptcat/pull/1295)) (von @CodFrm)
- ✨ Mehrere Icon-Dienstanbieter hinzugefügt ([#1333](https://github.com/scriptscat/scriptcat/pull/1333)) (von @cyfung1031)
- ✨ Aktualisierungsprüfungs-Icon in der Spalte „Zuletzt aktualisiert" in der Skriptliste ([#1304](https://github.com/scriptscat/scriptcat/pull/1304)) (von @CodFrm)
- ✨ Bearbeitungs- und Skriptnamenskonfliktbehandlung verbessert ([#1223](https://github.com/scriptscat/scriptcat/pull/1223)) (von @cyfung1031)

### 🧑‍💻 Editor

- ✨ Bearbeitungsmenü zum Editor hinzugefügt (Suchen, Ersetzen, Rückgängig usw.) ([#1303](https://github.com/scriptscat/scriptcat/pull/1303)) (von @CodFrm)
- ✨ Editor unterstützt Ctrl+Shift+F-Formatierung ([#1415](https://github.com/scriptscat/scriptcat/pull/1415)) (von @cyfung1031)
- ✨ Monaco Quick Fix und Skriptmetadaten-Hinweise verbessert ([#1461](https://github.com/scriptscat/scriptcat/pull/1461)) (von @cyfung1031)
- 🐛 Ctrl-F / Ctrl-H-Tastaturkürzel behoben ([#1312](https://github.com/scriptscat/scriptcat/pull/1312)) (von @cyfung1031)
- 🐛 ESLint-Fix-Funktion funktioniert nicht [#1079](https://github.com/scriptscat/scriptcat/issues/1079) ([#1184](https://github.com/scriptscat/scriptcat/pull/1184)) (von @cyfung1031)
- 🐛 Editor-CSS-Layout-Probleme behoben ([#1460](https://github.com/scriptscat/scriptcat/pull/1460)) (von @cyfung1031)
- 🐛 ScriptEditor-Skriptlisten-Anzeige im hellen Thema behoben ([#1288](https://github.com/scriptscat/scriptcat/pull/1288)) (von @CodFrm)
- 🐛 ScriptEditor-Probleme behoben und verbessert ([#1258](https://github.com/scriptscat/scriptcat/pull/1258)) (von @cyfung1031)

### ⚡️ Leistungsverbesserungen

- 🚑 Potenzielles Speicherleck bei länger laufendem ScriptCat behoben ([#1401](https://github.com/scriptscat/scriptcat/pull/1401)) (von @cyfung1031)
- ⚡️ Baidu-Dateisystem-Abhängigkeit von globalen DNR-Regeln entfernt, Wechsel zur deaktivierung pro Anfrage ([#1377](https://github.com/scriptscat/scriptcat/pull/1377)) (von @cyfung1031)
- ⚡️ Multi-Plattform-Suchmaschinenauswahl optimiert ([#1379](https://github.com/scriptscat/scriptcat/pull/1379)) (von @cyfung1031)
- ⚡️ Monospace-Schriftart für Installationsseite-LoadingStatus zur Vermeidung von Zittern ([#1381](https://github.com/scriptscat/scriptcat/pull/1381)) (von @cyfung1031)
- ⚡️ pushValue-Verarbeitung optimiert ([#1403](https://github.com/scriptscat/scriptcat/pull/1403)) (von @cyfung1031)
- ⚡️ Vollständigere Berechtigungsprüfungen und bessere BenutzerSkript-Berechtigungshinweise ([#1251](https://github.com/scriptscat/scriptcat/pull/1251)) (von @cyfung1031)
- ⚡️ MessageConnect-Speicherverwaltung und Bereinigungsmechanismus verbessert ([#1248](https://github.com/scriptscat/scriptcat/pull/1248)) (von @cyfung1031)

### 🐛 Fehlerbehebungen

- 🐛 Cloud-Speicher-Synchronisierungszuverlässigkeit gestärkt ([#1374](https://github.com/scriptscat/scriptcat/pull/1374) ~ [#1395](https://github.com/scriptscat/scriptcat/pull/1395)) (von @cyfung1031)
- 🐛 Mehrere Cloud-Sync-Probleme behoben: OneDrive-Null-Byte-Upload, Google Drive/OneDrive-Fehler-normalisierung ([#1405](https://github.com/scriptscat/scriptcat/pull/1405)) ([#1406](https://github.com/scriptscat/scriptcat/pull/1406)) ([#1408](https://github.com/scriptscat/scriptcat/pull/1408)) (von @cyfung1031)
- 🐛 WebDAV-Verify-Schreibsonde entfernt ([#1445](https://github.com/scriptscat/scriptcat/pull/1445)) (von @CodFrm)
- 🐛 Cross-Origin-Anfragefehler bei fehlender Zugriffsberechtigung behoben ([#1477](https://github.com/scriptscat/scriptcat/pull/1477)) (von @cyfung1031)
- 🐛 Edge Android Mobile-Popup-Anpassung [#686](https://github.com/scriptscat/scriptcat/issues/686) ([#1507](https://github.com/scriptscat/scriptcat/pull/1507)) (von @CodFrm)
- 🐛 Weiße Hintergrundblitze beim Laden [#1497](https://github.com/scriptscat/scriptcat/issues/1497) ([#1498](https://github.com/scriptscat/scriptcat/pull/1498)) (von @cyfung1031)
- 🐛 Nachrichtenverbindungen werden nicht korrekt bereinigt ([#1474](https://github.com/scriptscat/scriptcat/pull/1474)) (von @cyfung1031)
- 🐛 `@match`-Schablonen-Fehlpassung bei fehlendem search ([#1466](https://github.com/scriptscat/scriptcat/pull/1466)) (von @cyfung1031)
- 🐛 `protoBaseDescs` für Klassenerbenvererbung in der Tampermonkey-Semi-Sandbox hinzugefügt ([#1463](https://github.com/scriptscat/scriptcat/pull/1463)) (von @cyfung1031)
- 🐛 Fehlende Null-Verarbeitung für `GM_xmlhttpRequest` msgConn ([#1433](https://github.com/scriptscat/scriptcat/pull/1433)) (von @cyfung1031)
- 🐛 GM xhr verarbeitet anomale onloadend nicht korrekt ([#1412](https://github.com/scriptscat/scriptcat/pull/1412)) (von @cyfung1031)
- 🐛 ScriptEditor-Listen-Dynamik-Update und Anzeigeprobleme behoben ([#1414](https://github.com/scriptscat/scriptcat/pull/1414)) (von @cyfung1031)
- 🐛 Session-Rule-Anzahl-Problem bei parallelen xhr ([#1353](https://github.com/scriptscat/scriptcat/pull/1353)) (von @cyfung1031)
- 🐛 Gesamter Seitencrash durch ungültigen Cron-Ausdruck ([#1327](https://github.com/scriptscat/scriptcat/pull/1327)) (von @cyfung1031)
- 🐛 Alle Skripte schlagen fehl, wenn eines beim Batch-Check timed out ([#1265](https://github.com/scriptscat/scriptcat/pull/1265)) (von @cyfung1031)
- 🐛 extensionEnv-Verarbeitung für isIncognito, userAgent und run-in ([#1368](https://github.com/scriptscat/scriptcat/pull/1368)) (von @cyfung1031)
- 🐛 Onboarding-Leitfaden-Button teilweise verdeckt [#1396](https://github.com/scriptscat/scriptcat/issues/1396) ([#1398](https://github.com/scriptscat/scriptcat/pull/1398)) (von @cyfung1031)
- 🐛 Tooltip auf der Skriptverwaltungsseite verdeckt [#1386](https://github.com/scriptscat/scriptcat/issues/1386) ([#1387](https://github.com/scriptscat/scriptcat/pull/1387)) (von @Xdy1579883916)
- 🐛 Seitenleiste verursacht anormale Größenänderung im Kartenmodus [#1179](https://github.com/scriptscat/scriptcat/issues/1179) ([#1373](https://github.com/scriptscat/scriptcat/pull/1373)) (von @cyfung1031)
- 🐛 Falscher Origin bei Drag-and-Drop-Installation lokaler Dateien ([#1371](https://github.com/scriptscat/scriptcat/pull/1371)) (von @cyfung1031)
- 🐛 Sprachwechsel-Meldung behoben ([#1380](https://github.com/scriptscat/scriptcat/pull/1380)) (von @cyfung1031)
- 🐛 Protokollanzeige-UI verbessert ([#1372](https://github.com/scriptscat/scriptcat/pull/1372)) (von @cyfung1031)
- 🐛 UserConfigPanel-CSS behoben ([#1361](https://github.com/scriptscat/scriptcat/pull/1361)) (von @cyfung1031)
- 🐛 `Object.create(null)` für leere Objekte in create_context ([#1397](https://github.com/scriptscat/scriptcat/pull/1397)) (von @cyfung1031)
- 🐛 Stille Aktualisierung und Connect-Berechtigungslogik für abonnierte Skripte ([#1201](https://github.com/scriptscat/scriptcat/pull/1201)) (von @cyfung1031)
- 🐛 Log-Seiten-Abfrage-Button aktualisiert Zeit nicht ([#1294](https://github.com/scriptscat/scriptcat/pull/1294)) (von @CodFrm)

### 🔒 Sicherheitsverbesserungen

- 🔒 Prototyp-Verunreinigung über unzuverlässige YAML-Benutzerkonfigurationsschlüssel behoben ([#1494](https://github.com/scriptscat/scriptcat/pull/1494)) (von @qdzsh)
- 🔒 Alle npm-Abhängigkeitssicherheitslücken behoben ([#1350](https://github.com/scriptscat/scriptcat/pull/1350)) ([#1364](https://github.com/scriptscat/scriptcat/pull/1364)) ([#1365](https://github.com/scriptscat/scriptcat/pull/1365)) (von @cyfung1031)

### ♻️ Refactoring & Kompatibilität

- ♻️ Low-Level-Refactoring zur Vorbereitung auf Firefox MV3 ([#1457](https://github.com/scriptscat/scriptcat/pull/1457)) ([#1480](https://github.com/scriptscat/scriptcat/pull/1480)) (von @cyfung1031)
- ♻️ Skriptressource-Aktualisierungslogik refaktorisiert und Parallelitätskontrolle wiederhergestellt ([#1193](https://github.com/scriptscat/scriptcat/pull/1193)) (von @cyfung1031)
- ♻️ jszip durch JSZipp für ZIP-Verarbeitung ersetzt ([#1479](https://github.com/scriptscat/scriptcat/pull/1479)) (von @cyfung1031)
- ♻️ Offscreen ↔ ServiceWorker-Kommunikation über postMessage-Kanal vereinheitlicht ([#1299](https://github.com/scriptscat/scriptcat/pull/1299)) (von @CodFrm)
- ♻️ VSCodeConnect-Code refaktorisiert ([#1170](https://github.com/scriptscat/scriptcat/pull/1170)) (von @cyfung1031)
- ⚡️ ts.worker.js auf 4MB komprimiert für AMO-Validierung ([#1221](https://github.com/scriptscat/scriptcat/pull/1221)) (von @cyfung1031)

### 🌐 Internationalisierung

- 🌐 Mehrsprachige Terminologie-Übersetzungen korrigiert (hauptsächlich Traditional Chinese verbessert) ([#1468](https://github.com/scriptscat/scriptcat/pull/1468)) (von @cyfung1031)

### Sonstiges

- ✨ Icon-Dienst fetchIconByDomain auf scriptcat.org umgeschaltet ([#1268](https://github.com/scriptscat/scriptcat/pull/1268)) (von @cyfung1031)
- 🔥 Crowdin und ach-UG-Pseudosprache-Inhalte entfernt ([#1385](https://github.com/scriptscat/scriptcat/pull/1385)) (von @CodFrm)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/v0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: v0.16
---

## v0.16.1

## Sortierung nach letztem Update hinzugefügt

![image-20240423113515332](@site/docs/change/v0.16.assets/image-20240423113515332.png)

## v0.16.2

## Automatisches Ausblenden des Menüs

Standardmäßig werden 5 Menüeinträge angezeigt; bei mehr als 5 werden die restlichen automatisch ausgeblendet und durch Klicken auf „Mehr" eingeblendet.

![alt text](@site/docs/change/v0.16.assets/setting.png)

![iShot_2024-04-23_11.14.37](@site/docs/change/v0.16.assets/iShot_2024-04-23_11.14.37.gif)

## Spaltenanzeige/-ausblendung in der Skriptliste hinzugefügt

![image-20240423111623608](@site/docs/change/v0.16.assets/image-20240423111623608.png)

## v0.16.3

> Hauptsächlich Fehlerbehebungen

## v0.16.4

> Hauptsächlich Fehlerbehebungen

## v0.16.5

> Hauptsächlich Fehlerbehebungen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/v0.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: v0.17
---

Ab v0.17.0 wurde ScriptCat auf Manifest V3 aktualisiert und der Speicher-Engine von `indexedDB` auf `chrome.storage.local` umgestellt. Bei der Umschaltung der Speicher-Engine wird diese Seite automatisch geöffnet und die Erweiterung neu gestartet. Wenn Sie Probleme mit Daten bemerken, teilen Sie uns dies bitte auf [GitHub](https://github.com/scriptscat/scriptcat/issues) mit.

## v0.17.0-alpha

Refactoring für Manifest V3, Umschaltung der Speicher-Engine und Änderung einiger Funktionen

- Zur Konsistenz mit Tampermonkey wurde `maxRedirects` aus `GM_xmlhttpRequest` entfernt und durch `redirect` ersetzt
- Die `store`-Methode von `GM_cookie` wurde zusammen mit `storeId` und `tabId` entfernt; beim Abruf von Cookies wird nun direkt der `store` der aktuellen Seite verwendet (z. B. haben normale und Inkognito-Fenster unterschiedliche Speicher)
- `@require-css` wurde entfernt

## v0.17.0-beta.4

### Schnelle Skript-Aktualisierungsprüfung auf der Popup-Seite hinzugefügt

![image-20250620165421754](@site/docs/change/v0.17.assets/image-20250620165421754.png)

### Website-Sperrlisten-Funktion implementiert

![image-20250620165529101](@site/docs/change/v0.17.assets/image-20250620165529101.png)

### Schalter-Typ zu UserConfig hinzugefügt

![image-20250620165640030](@site/docs/change/v0.17.assets/image-20250620165640030.png)
11 changes: 11 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/v1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: v1.1
---

## Cloud-Speicherplattformen

Unterstützung für Dropbox hinzugefügt

## API-Updates

- `@early-start` hinzugefügt, damit Ihr Skript früher als die Seite ausgeführt wird [#649](https://github.com/scriptscat/scriptcat/pull/649)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/v1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: v1.2
---

Die Versionsaktualisierung öffnet nicht mehr automatisch die Änderungsprotokoll-Seite.

## Skriptlisten-Seitenleiste [#794](https://github.com/scriptscat/scriptcat/issues/794)

Erweiterte Filterung und eine Tagging-Funktion wurden zur Seitenleiste hinzugefügt; Tags können über Skript → Einstellungen bearbeitet werden.

![image-20251016230129315](@site/docs/change/v1.2.assets/image-20251016230129315.png)

## Kartenansicht [#860](https://github.com/scriptscat/scriptcat/issues/860)

Eine Kartenansicht wurde hinzugefügt, die beim ersten Start automatisch zwischen Karten- und Tabellenansicht wechselt, sodass schmale Bildschirme Skriptinformationen besser anzeigen können.

![image-20251023103730266](@site/docs/change/v1.2.assets/image-20251023103730266.png)

## Freundlichere Aktualisierungsprüfung [#755](https://github.com/scriptscat/scriptcat/issues/755)

Die Logik zur Aktualisierungsprüfung wurde optimiert — anstatt für jedes Skript ein separates Aktualisierungsfenster anzuzeigen, werden sie in einem einzigen Fenster zusammengefasst, in dem Sie auswählen können, welche Skripte aktualisiert werden sollen, oder alle mit einem Klick aktualisieren. Es wird auch angezeigt, wie stark sich jedes Skript geändert hat.

![image-20251016225931823](@site/docs/change/v1.2.assets/image-20251016225931823.png)

## Editor-Konfiguration und Ty definitionen [#708](https://github.com/scriptscat/scriptcat/pull/708)

Sie können nun die Editor-Konfiguration und Tydefinitionen anpassen; die Editor-Konfiguration kann unter Bezugnahme auf [compilerOptions](https://www.typescriptlang.org/tsconfig/#compilerOptions) aus `tsconfig.json` geschrieben werden.

![08c2889f-3029-4d3c-b180-c52d77c8077c](@site/docs/change/v1.2.assets/08c2889f-3029-4d3c-b180-c52d77c8077c.png)

## Hintergrundausführungs-Option [#1048](https://github.com/scriptscat/scriptcat/pull/1048)

Unter Einstellungen → Laufzeit wurde eine Hintergrundausführungs-Option hinzugefügt. Bei Aktivierung läuft der Browser im Hintergrund weiter und minimiert sich in die Systemleiste, auch wenn alle Fenster geschlossen werden, bis Sie den Browser manuell beenden. Dies ermöglicht die kontinuierliche Ausführung von Hintergrundskripten.

![image-20251204174034940](@site/docs/change/v1.2.assets/image-20251204174034940.png)

## API-Updates

- Unterstützung für `inject-into`, sodass Skripte nun in die Inhalts-Umgebung injiziert werden können [#711](https://github.com/scriptscat/scriptcat/issues/711)
- `GM_openInTab` unterstützt Parameter zum Fixieren von Tabs, Öffnen in Inkognito-Fenstern und mehr [#788](https://github.com/scriptscat/scriptcat/pull/788)
- `GM_registerMenuCommand` unterstützt Untermenüs und Trennlinien [#831](https://github.com/scriptscat/scriptcat/pull/831)
23 changes: 23 additions & 0 deletions i18n/de/docusaurus-plugin-content-docs/current/change/v1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: v1.3
---

## Neuer Skriptinstallationsablauf [#842](https://github.com/scriptscat/scriptcat/issues/842)

Der Skriptinstallationsablauf wurde überarbeitet — es werden keine externen Website-Weiterleitungen oder das Öffnen neuer Fenster mehr benötigt. Skripte werden nun direkt auf der aktuellen Seite installiert. Das Layout der Installationsseite wurde ebenfalls mit responsivem Design, scrollbarem Code-Vorschau und Inline-Fehleranzeige bei Downloadfehlern optimiert.

## Skript-Laufzeitoptionen [#895](https://github.com/scriptscat/scriptcat/issues/895)

In den Skripteinstellungen wurde eine Laufzeitoption hinzugefügt, mit der Sie zwischen `document-start`, `document-body`, `document-end`, `document-idle`, `early-start` und weiteren Optionen wählen können, um den Ausführungszeitpunkt Ihres Skripts genau zu steuern.

![Skript-Laufzeitoptionen](v1.3.assets/run-timing.png)

## Amazon S3 Speicherunterstützung [#1146](https://github.com/scriptscat/scriptcat/issues/1146)

Die Cloud-Synchronisation und Sicherung unterstützt nun Amazon S3 als Speicher-Backend, zusätzlich zu den bestehenden Optionen wie WebDAV, Baidu Netdisk, OneDrive, Google Drive und Dropbox.

![Amazon S3 Speicheroption](v1.3.assets/s3-storage.png)

## Cloud-Speicher-Kopplung [#1151](https://github.com/scriptscat/scriptcat/issues/1151)

In den Einstellungen der Cloud-Synchronisation wurde eine Entkopplungsschaltfläche hinzugefügt, mit der Sie die Verbindung zum Cloud-Speicher einfach trennen oder wechseln können.
Loading