Skip to content

Commit

Permalink
2.3.2: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldero committed Mar 29, 2024
1 parent 93f9dd4 commit 7bdf25f
Show file tree
Hide file tree
Showing 29 changed files with 52 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![codebeat badge](https://codebeat.co/badges/66773495-9967-4514-8c2c-916293f584b5)](https://codebeat.co/projects/github-com-acaldero-wepsim-master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/579e744cedde4dc78f8084d9db7abd32)](https://app.codacy.com/gh/acaldero/wepsim/dashboard)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![Release](https://img.shields.io/badge/Stable-2.3.1-green.svg)](https://github.com/acaldero/wepsim/releases/tag/v2.3.1)
[![Release](https://img.shields.io/badge/Stable-2.3.2-green.svg)](https://github.com/acaldero/wepsim/releases/tag/v2.3.2)


## Table of contents
Expand Down
4 changes: 4 additions & 0 deletions docs/WS_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## 2.3.1 -> 2.3.2:
* Main external dependencies updated:
* Bump bootstrap from 5.3.2 to 5.3.3

## 2.3.0 -> 2.3.1:
* Main improvements:
* New default assembler with full support for firmware version 2
Expand Down
6 changes: 3 additions & 3 deletions external/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/bootstrap/bootstrap.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions external/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion external/bootstrap/bootstrap.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions repo/configuration/desktop_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/desktop_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/mobile_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions repo/configuration/mobile_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions sim_core/sim_cfg.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
{
var wscfg = {
/* version */
"version": { upgrade:false, type:"string", value:"2.3.1" },
"build": { upgrade:true, type:"string", value:"2.3.1.20230901B" },
"version": { upgrade:false, type:"string", value:"2.3.2" },
"build": { upgrade:true, type:"string", value:"2.3.2.20240322B" },

/* simulation screen: SVG */
"color_data_active": { upgrade:false, type:"string", value:"#0066FF" },
Expand Down
2 changes: 1 addition & 1 deletion wepsim_web/wepsim_uielto_recordbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
var o1 = '' ;

// load html
o1 += '<div class="row-fluid px-0 pb-2 pt-0 rounded w-100 collapse" id="record_div"' +
o1 += '<div class="row-fluid px-0 pb-3 pt-0 rounded w-100 collapse" id="record_div"' +
' style="position:fixed; left:0; top: calc(100vh - 70px); z-index:1024; background-color:#EAEAEA; overflow:auto; -webkit-overflow-scrolling:touch;">' +
'' +
' <div class="progress col-12" style="height:2px;">' +
Expand Down
2 changes: 1 addition & 1 deletion wepsim_web/wepsim_web_classic.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<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_web/wepsim_web_compact.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<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_web/wepsim_web_null.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
4 changes: 4 additions & 0 deletions ws_dist/docs/WS_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## 2.3.1 -> 2.3.2:
* Main external dependencies updated:
* Bump bootstrap from 5.3.2 to 5.3.3

## 2.3.0 -> 2.3.1:
* Main improvements:
* New default assembler with full support for firmware version 2
Expand Down
2 changes: 1 addition & 1 deletion ws_dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down
6 changes: 3 additions & 3 deletions ws_dist/min.external.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ws_dist/min.external.js

Large diffs are not rendered by default.

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.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ws_dist/repo/configuration/desktop_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions ws_dist/repo/configuration/desktop_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions ws_dist/repo/configuration/mobile_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
Expand Down
4 changes: 2 additions & 2 deletions ws_dist/repo/configuration/mobile_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"version": {
"upgrade": false,
"type": "string",
"value": "2.3.1"
"value": "2.3.2"
},
"build": {
"upgrade": true,
"type": "string",
"value": "2.3.1.20230501A"
"value": "2.3.2.20240322A"
},
"color_data_active": {
"upgrade": false,
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 @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<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 @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<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-null.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.1" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.3.2" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
Expand Down

0 comments on commit 7bdf25f

Please sign in to comment.