Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
vEXP
Commits
57262d4f
Commit
57262d4f
authored
Sep 23, 2019
by
legoc
Browse files
Version 0.5.1
parent
48118a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
57262d4f
Version 0.5.1 23/09/2019
* Resync button added in the angles view.
* Added the A3P angle in the angles view.
Version 0.5.0 07/06/2019
* Improvements on the Reciprocal view.
* Migration to Golden Layout.
* Architecture allowing both Electron and Web applications.
* Trajectories feature.
Version 0.2.0 04/06/2018
* SQW feature.
Version 0.1.0 03/11/2017
* Organised dependencies with node modules.
* Enabled panning in 3D Reciprocal view.
...
...
package.json
View file @
57262d4f
{
"name"
:
"vEXP"
,
"productName"
:
"vEXP"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
1
"
,
"description"
:
"VEXP"
,
"main"
:
"js/server/main.js"
,
"scripts"
:
{
"install"
:
"echo
\"
Use specific node-gyp command to build the addons.
\"
"
,
"start"
:
"ENV=development electron ."
,
"package-mac"
:
"electron-packager . --overwrite --platform=darwin --arch=x64 --app-version=0.5.
0
--icon=assets/icons/mac/icon.icns --prune=true --out=release-builds"
,
"create-installer-mac"
:
"electron-installer-dmg ./release-builds/vEXP-darwin-x64/vEXP.app/ vEXP-0.5.
0
--out=release-builds --overwrite --icon=assets/icons/mac/icon.icns"
,
"package-linux"
:
"electron-packager . --overwrite --platform=linux --arch=x64 --app-version=0.5.
0
--icon=assets/icons/png/64x64.png --prune=true --out=release-builds"
,
"package-mac"
:
"electron-packager . --overwrite --platform=darwin --arch=x64 --app-version=0.5.
1
--icon=assets/icons/mac/icon.icns --prune=true --out=release-builds"
,
"create-installer-mac"
:
"electron-installer-dmg ./release-builds/vEXP-darwin-x64/vEXP.app/ vEXP-0.5.
1
--out=release-builds --overwrite --icon=assets/icons/mac/icon.icns"
,
"package-linux"
:
"electron-packager . --overwrite --platform=linux --arch=x64 --app-version=0.5.
1
--icon=assets/icons/png/64x64.png --prune=true --out=release-builds"
,
"test"
:
"echo
\"
No test specified.
\"
"
,
"update-xtal-table"
:
"wget https://raw.githubusercontent.com/neutronpy/neutronpy/master/neutronpy/database/scattering_lengths.json -P resources/"
,
"build"
:
"webpack"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment