- introduce app-setting-type
USER_FILE - deprecate app-setting-type
LOCAL_FILE
- introduce
appspec.jsonversion1.2- removed
createsArtifacts. It is safe to remove it completely from yourappspec.json- MoveApps tries now to fetch artifacts for every running App. - verify to include the
nulloption for setting typesDROPDOWNandRADIOBUTTONSifdefaultValueis set tonull.
- removed
- drop
move1dependency
- update of input files for testing apps. Files now include
move2_locandtelemetry.listI/O types, and projected and not projected data. All details included in the README.txt in the data/raw folder.
- Upgrade
Rframework to4.3.2
- introduce
appspec.jsonversion1.1- documentation link is not required any more
- removed MoveApps IO-Type dependency
- provide new
move2input files - minor fixes in src/io files
-
introduces template versioning (starting w/
v3.0.0as this is the third major iteration) -
introduces
dotenvto control/adjust local app-development -
updates developer readme
-
introduces a Template Synchronization GH action. Use it to synchronize your forked app with template updates. If you already forked from the template before SDK
v3.0.0you can (only use this option if your app is written for input data of classmove2):- manually add the files
.github/workflows/template-sync.ymland.github/.templatesyncignoreto your fork. - with these files you can manually execute the GH action named .github/workflows/template-sync.yml.
- after merging the generated pull request add the file
app-configuration.jsonmanually to the root directory of your App.
- manually add the files
-
fix app-configuration for execution on moveapps.org
-
clear app output of previously app run at each start of the SDK
-
SDK supports
move2, if input is of classmoveit will be converted into classmove2. -
output is always move2
-
Upgrade
Rframework to4.3.1