chore: bump version to 0.1.29 and release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -90,7 +90,7 @@ type LocalSyncFileItem = {
|
||||
};
|
||||
|
||||
type TransferTaskKind = "upload" | "download";
|
||||
type TransferTaskStatus = "queued" | "uploading" | "downloading" | "done" | "failed";
|
||||
type TransferTaskStatus = "queued" | "uploading" | "downloading" | "processing" | "done" | "failed";
|
||||
type TransferTask = {
|
||||
id: string;
|
||||
kind: TransferTaskKind;
|
||||
@@ -166,7 +166,7 @@ const syncState = reactive({
|
||||
nextRunAt: "",
|
||||
});
|
||||
const updateState = reactive({
|
||||
currentVersion: "0.1.28",
|
||||
currentVersion: "0.1.29",
|
||||
latestVersion: "",
|
||||
available: false,
|
||||
mandatory: false,
|
||||
|
||||
Reference in New Issue
Block a user