Skip to content

Commit

Permalink
wip: Added 15.2.3 CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 20, 2024
1 parent 9bf4a2c commit d04a5dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to SODA will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v15.2.3 - 2024-11-20

## Bug Fixes:

- Restricted forbidden characters in Guided Mode datasets to avoid JSON save file issues.
- Moved guidedSaveProgress to trigger after every successful page exit for broader save coverage.

## v15.2.2 - 2024-10-09

## Bug Fixes:
Expand Down
3 changes: 0 additions & 3 deletions src/renderer/src/scripts/organize-dataset/curate-functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,8 @@ window.uploadDatasetClickHandler = async (ev) => {
};

window.handleLocalDatasetImport = async (path) => {
console.log("Importing local dataset from path:", path);
const list = await getFilesAndFolders(path);
console.log("List of files and folders:", list);
const currentFileExplorerPath = window.organizeDSglobalPath.value.trim();
console.log("Current file explorer path:", currentFileExplorerPath);
const builtDatasetStructure = await window.buildDatasetStructureJsonFromImportedData(
list.folders,
"dataset_root/", // Use dataset_root as the root folder since we are importing the root in this case
Expand Down

0 comments on commit d04a5dd

Please sign in to comment.