Skip to content

Commit

Permalink
Merge branch '2.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldero committed May 28, 2019
2 parents 10c440e + c1a333f commit 76f7def
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* A nightly build version is available too: https://acaldero.github.io/wepsim

+ From Linux/Unix command line (Node 8.10.0+ and Bash 4.4.19+):
* wget https://github.com/acaldero/wepsim/releases/download/v2.0.6/wepsim-2.0.6.zip
* wget https://github.com/acaldero/wepsim/releases/download/v2.0.7/wepsim-2.0.7.zip
* unzip wepsim-202.zip
* cd wepsim
* ./wepsim_node.sh
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

2.0.5 -> 2.0.7:
* Improved translation subsystem

2.0.5 -> 2.0.6:
* Initial support for the WepSIM control API
* Initial support for recording
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.0.7",
"name": "WepSIM",
"description": "The Web Elemental Processor Simulator",
"launch_path": "/index.html",
Expand Down
2 changes: 1 addition & 1 deletion sim_core/sim_cfg.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


var WSCFG = {} ;
WSCFG.version = { value:"2.0.6", type:"string"} ;
WSCFG.version = { value:"2.0.7", type:"string"} ;

function get_cfg ( field )
{
Expand Down
2 changes: 1 addition & 1 deletion wepsim/wepsim_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
console.log('') ;
console.log('WepSIM-cl v1.5') ;
console.log('+ WepSIM simulator v2.0.6 interface for command line.') ;
console.log('+ WepSIM simulator v2.0.7 interface for command line.') ;
console.log('') ;
console.log('Usage:') ;
console.log(' * ./wepsim_node.sh <command> <hardware name> <microcode file> <assembly file> [<checklist file>] [options*]') ;
Expand Down
2 changes: 1 addition & 1 deletion wepsim/wepsim_web_classic.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.6" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.7" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
2 changes: 1 addition & 1 deletion wepsim/wepsim_web_compact.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.6" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.7" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
2 changes: 1 addition & 1 deletion wepsim/wepsim_web_pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* cache versioning
*/

var cacheName = 'v206b_static';
var cacheName = 'v207a_static';


/*
Expand Down
3 changes: 3 additions & 0 deletions ws_dist/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

2.0.5 -> 2.0.7:
* Improved translation subsystem

2.0.5 -> 2.0.6:
* Initial support for the WepSIM control API
* Initial support for recording
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/docs/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.0.7",
"name": "WepSIM",
"description": "The Web Elemental Processor Simulator",
"launch_path": "/index.html",
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.6" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.7" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.6",
"version": "2.0.7",
"name": "WepSIM",
"description": "The Web Elemental Processor Simulator",
"launch_path": "/index.html",
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/min.sim_all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ws_dist/min.wepsim_node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ws_dist/min.wepsim_web_pwa.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* cache versioning
*/

var cacheName = 'v206b_static';
var cacheName = 'v207a_static';


/*
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/wepsim-classic.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.6" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.7" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/wepsim-compact.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.6" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.0.7" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/wepsim_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
console.log('') ;
console.log('WepSIM-cl v1.5') ;
console.log('+ WepSIM simulator v2.0.6 interface for command line.') ;
console.log('+ WepSIM simulator v2.0.7 interface for command line.') ;
console.log('') ;
console.log('Usage:') ;
console.log(' * ./wepsim_node.sh <command> <hardware name> <microcode file> <assembly file> [<checklist file>] [options*]') ;
Expand Down

0 comments on commit 76f7def

Please sign in to comment.