Skip to content

Commit

Permalink
feat: Handle deleted local files prior to manifest generation in GM
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Dec 2, 2024
2 parents 9c68c4d + 40ba160 commit bf98421
Show file tree
Hide file tree
Showing 7 changed files with 342 additions and 270 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
392 changes: 158 additions & 234 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soda-for-sparc",
"procductName": "SODA for SPARC",
"version": "15.3.0-beta",
"version": "15.2.4-beta",
"description": "Keep Calm and Curate",
"main": "./out/main/index.js",
"author": "SODA Team",
Expand Down
2 changes: 1 addition & 1 deletion src/pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_api_version():
"""


return {'version': os.getenv('API_VERSION', "15.3.0-beta")}
return {'version': os.getenv('API_VERSION', "15.2.4-beta")}



Loading

0 comments on commit bf98421

Please sign in to comment.