Skip to content

Commit 7d280e9

Browse files
v.0.6.1
1 parent 29efcb5 commit 7d280e9

File tree

6 files changed

+109
-85
lines changed

6 files changed

+109
-85
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.6.1
2+
3+
### Changes
4+
* Converting a significant part of the codebase to TypeScript
5+
* License changed to GNU General Public License v3.0
6+
* Minor UI fixes
7+
8+
19
# 0.5.4
210

311
### Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
88
[![MIT license](https://img.shields.io/badge/License-GPLv3-01004c.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
9-
[![Version](https://img.shields.io/badge/version-0.5.4-01004c.svg)](https://shields.io/)
9+
[![Version](https://img.shields.io/badge/version-0.6.1-01004c.svg)](https://shields.io/)
1010
[![Netlify Status](https://api.netlify.com/api/v1/badges/93c42090-6fc9-4c3d-a462-42b535ea9d15/deploy-status)](https://app.netlify.com/sites/javascript-software-synthesizer/deploys)
1111

1212

loc-count.json

Lines changed: 96 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,98 @@
11
[
2-
{
3-
"language": "JavaScript",
4-
"files": 22,
5-
"lines": 3442,
6-
"blanks": 358,
7-
"comments": 652,
8-
"linesOfCode": 2432
9-
},
10-
{
11-
"language": "Markdown",
12-
"files": 13,
13-
"lines": 701,
14-
"blanks": 184,
15-
"comments": 0,
16-
"linesOfCode": 517
17-
},
18-
{
19-
"language": "SVG",
20-
"files": 9,
21-
"lines": 994,
22-
"blanks": 6,
23-
"comments": 4,
24-
"linesOfCode": 984
25-
},
26-
{
27-
"language": "JSON",
28-
"files": 3,
29-
"lines": 4270,
30-
"blanks": 0,
31-
"comments": 0,
32-
"linesOfCode": 4270
33-
},
34-
{
35-
"language": "CSS",
36-
"files": 1,
37-
"lines": 1,
38-
"blanks": 0,
39-
"comments": 0,
40-
"linesOfCode": 1
41-
},
42-
{
43-
"language": "HTML",
44-
"files": 1,
45-
"lines": 47,
46-
"blanks": 0,
47-
"comments": 1,
48-
"linesOfCode": 46
49-
},
50-
{
51-
"language": "Plain Text",
52-
"files": 1,
53-
"lines": 3,
54-
"blanks": 1,
55-
"comments": 0,
56-
"linesOfCode": 2
57-
},
58-
{
59-
"language": "Sass",
60-
"files": 1,
61-
"lines": 1213,
62-
"blanks": 184,
63-
"comments": 166,
64-
"linesOfCode": 863
65-
},
66-
{
67-
"language": "gitignore",
68-
"files": 1,
69-
"lines": 26,
70-
"blanks": 6,
71-
"comments": 5,
72-
"linesOfCode": 15
73-
},
74-
{
75-
"language": "Total",
76-
"files": 52,
77-
"lines": 10697,
78-
"blanks": 739,
79-
"comments": 828,
80-
"linesOfCode": 9130
81-
}
2+
{
3+
"language": "TypeScript",
4+
"files": 20,
5+
"lines": 1290,
6+
"blanks": 72,
7+
"comments": 181,
8+
"linesOfCode": 1037
9+
},
10+
{
11+
"language": "Markdown",
12+
"files": 12,
13+
"lines": 735,
14+
"blanks": 225,
15+
"comments": 0,
16+
"linesOfCode": 510
17+
},
18+
{
19+
"language": "SVG",
20+
"files": 9,
21+
"lines": 994,
22+
"blanks": 6,
23+
"comments": 4,
24+
"linesOfCode": 984
25+
},
26+
{
27+
"language": "JSON",
28+
"files": 4,
29+
"lines": 4643,
30+
"blanks": 0,
31+
"comments": 0,
32+
"linesOfCode": 4643
33+
},
34+
{
35+
"language": "CSS",
36+
"files": 1,
37+
"lines": 1,
38+
"blanks": 0,
39+
"comments": 0,
40+
"linesOfCode": 1
41+
},
42+
{
43+
"language": "HTML",
44+
"files": 1,
45+
"lines": 46,
46+
"blanks": 0,
47+
"comments": 0,
48+
"linesOfCode": 46
49+
},
50+
{
51+
"language": "JavaScript",
52+
"files": 1,
53+
"lines": 2096,
54+
"blanks": 278,
55+
"comments": 453,
56+
"linesOfCode": 1365
57+
},
58+
{
59+
"language": "License",
60+
"files": 1,
61+
"lines": 674,
62+
"blanks": 121,
63+
"comments": 0,
64+
"linesOfCode": 553
65+
},
66+
{
67+
"language": "Plain Text",
68+
"files": 1,
69+
"lines": 3,
70+
"blanks": 1,
71+
"comments": 0,
72+
"linesOfCode": 2
73+
},
74+
{
75+
"language": "Sass",
76+
"files": 1,
77+
"lines": 1184,
78+
"blanks": 179,
79+
"comments": 161,
80+
"linesOfCode": 844
81+
},
82+
{
83+
"language": "gitignore",
84+
"files": 1,
85+
"lines": 26,
86+
"blanks": 6,
87+
"comments": 5,
88+
"linesOfCode": 15
89+
},
90+
{
91+
"language": "Total",
92+
"files": 52,
93+
"lines": 11692,
94+
"blanks": 888,
95+
"comments": 804,
96+
"linesOfCode": 10000
97+
}
8298
]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-software-synthesizer",
3-
"version": "0.5.4",
3+
"version": "0.6.1",
44
"description": "TThe JSS-01 | JavaScript Software Synthesizer is a web app enabling you to make and play music in the browser. It is a software synthesizer implementing a variety of JavaScript frameworks and libraries, such as Tone.js and NexusUI.",
55
"scripts": {
66
"build": "tsc --build",

src/elements/footer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export default function footer() {
99
return /*html*/ `
1010
<div>
1111
<p>
12-
© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis" target="_blank">Michael Kolesidis</a>.
12+
© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis/javascript-software-synthesizer" target="_blank">Michael Kolesidis</a>.
1313
<br>
1414
Licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU General Public License v3.0</a>.
1515
</p>
1616
</div>
1717
<div id="version">
18-
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.5.4
18+
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.6.1
1919
</a>
2020
</div>
2121
`;

0 commit comments

Comments
 (0)