Skip to content

Commit f962a36

Browse files
authored
feat: flexible pennsieve agent
feat: flexible pennsieve agent
2 parents 9e177e7 + 9e00da4 commit f962a36

File tree

28 files changed

+19103
-124
lines changed

28 files changed

+19103
-124
lines changed

.github/workflows/Build-and-deploy-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- guest-contributor-fixes-ui-update
1011

1112
jobs:
1213
deploy-on-linux:

.github/workflows/Build-and-deploy-mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- guest-contributor-fixes-ui-update
1011

1112
jobs:
1213
deploy-on-mac:

.github/workflows/Build-and-deploy-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- staging
99
- pre-staging
10+
- guest-contributor-fixes-ui-update
1011

1112
jobs:
1213
deploy-on-windows:

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to SODA will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v.15.3.1 - 2025-04-01
9+
10+
## Feature Additions:
11+
12+
- Pennsieve Agent updates are now optional in some cases.
13+
14+
## v15.3.0 - 2024-12-26
15+
16+
## Feature Additions:
17+
18+
- Pennsieve guest users can use the Prepare Datset Step-by-Step to edit their Pennsieve datasets.
19+
- SODA's server starts faster on Mac computers.
20+
- SODA will notify users if it is determined that a network setting may be preventing communication to the Pennsieve platform.
21+
- The `Prepare Dataset Step-by-Step` feature allows users to resume curating a dataset even when that dataset saved files that have since been deleted from the computer.
22+
23+
## Bug Fixes:
24+
25+
- Fixed an uncommon issue where subjects and samples were not being saved in the Prepare Dataset Step-by-Step progress file if the user did not move to the next page before exiting.
26+
- SODA will notify users if it is determined that a network setting may be preventing communication to the Pennsieve platform.
27+
- The `Prepare Dataset Step-by-Step` feature allows users to resume curating a dataset even when that dataset saved files that have since been deleted from the computer.
28+
829
## v15.2.3 - 2024-11-20
930

1031
## Bug Fixes:

electron-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ win:
1919
extraResources:
2020
- from: ./file_templates
2121
to: ./file_templates
22-
- from: ./pyflaskdist/app.exe
22+
- from: ./pyflaskdist/app
2323
asar: true
2424
target:
2525
- nsis
@@ -31,7 +31,6 @@ nsis:
3131
mac:
3232
icon: "app-icon/png/icon.png"
3333
entitlementsInherit: ./entitlements.mac.inherit.plist
34-
notarize: true
3534
extraResources:
3635
- from: ./pyflaskdist/app
3736
- from: ./file_templates

0 commit comments

Comments
 (0)