0.10.2-1 Downloads

This commit is contained in:
2026-03-15 13:04:05 +00:00
parent 7d6c154909
commit ca2bd76572
24 changed files with 1209 additions and 89 deletions
+3
View File
@@ -1519,9 +1519,12 @@ class HistoryService {
return {
jobId: normalizedJobId,
displayTitle: buildJobDisplayTitle(job),
target: normalizedTarget,
sourcePath,
sourceType: sourceStat.isDirectory() ? 'directory' : 'file',
sourceMtimeMs: Number(sourceStat.mtimeMs || 0),
sourceModifiedAt: sourceStat.mtime ? sourceStat.mtime.toISOString() : null,
entryName: path.basename(sourcePath) || (normalizedTarget === 'raw' ? 'raw' : 'output'),
archiveName: buildJobArchiveName(job, normalizedTarget)
};