Skip to content

Commit

Permalink
v.0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Jun 4, 2022
1 parent 29efcb5 commit 7d280e9
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 85 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.6.1

### Changes
* Converting a significant part of the codebase to TypeScript
* License changed to GNU General Public License v3.0
* Minor UI fixes


# 0.5.4

### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![MIT license](https://img.shields.io/badge/License-GPLv3-01004c.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Version](https://img.shields.io/badge/version-0.5.4-01004c.svg)](https://shields.io/)
[![Version](https://img.shields.io/badge/version-0.6.1-01004c.svg)](https://shields.io/)
[![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)


Expand Down
176 changes: 96 additions & 80 deletions loc-count.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,98 @@
[
{
"language": "JavaScript",
"files": 22,
"lines": 3442,
"blanks": 358,
"comments": 652,
"linesOfCode": 2432
},
{
"language": "Markdown",
"files": 13,
"lines": 701,
"blanks": 184,
"comments": 0,
"linesOfCode": 517
},
{
"language": "SVG",
"files": 9,
"lines": 994,
"blanks": 6,
"comments": 4,
"linesOfCode": 984
},
{
"language": "JSON",
"files": 3,
"lines": 4270,
"blanks": 0,
"comments": 0,
"linesOfCode": 4270
},
{
"language": "CSS",
"files": 1,
"lines": 1,
"blanks": 0,
"comments": 0,
"linesOfCode": 1
},
{
"language": "HTML",
"files": 1,
"lines": 47,
"blanks": 0,
"comments": 1,
"linesOfCode": 46
},
{
"language": "Plain Text",
"files": 1,
"lines": 3,
"blanks": 1,
"comments": 0,
"linesOfCode": 2
},
{
"language": "Sass",
"files": 1,
"lines": 1213,
"blanks": 184,
"comments": 166,
"linesOfCode": 863
},
{
"language": "gitignore",
"files": 1,
"lines": 26,
"blanks": 6,
"comments": 5,
"linesOfCode": 15
},
{
"language": "Total",
"files": 52,
"lines": 10697,
"blanks": 739,
"comments": 828,
"linesOfCode": 9130
}
{
"language": "TypeScript",
"files": 20,
"lines": 1290,
"blanks": 72,
"comments": 181,
"linesOfCode": 1037
},
{
"language": "Markdown",
"files": 12,
"lines": 735,
"blanks": 225,
"comments": 0,
"linesOfCode": 510
},
{
"language": "SVG",
"files": 9,
"lines": 994,
"blanks": 6,
"comments": 4,
"linesOfCode": 984
},
{
"language": "JSON",
"files": 4,
"lines": 4643,
"blanks": 0,
"comments": 0,
"linesOfCode": 4643
},
{
"language": "CSS",
"files": 1,
"lines": 1,
"blanks": 0,
"comments": 0,
"linesOfCode": 1
},
{
"language": "HTML",
"files": 1,
"lines": 46,
"blanks": 0,
"comments": 0,
"linesOfCode": 46
},
{
"language": "JavaScript",
"files": 1,
"lines": 2096,
"blanks": 278,
"comments": 453,
"linesOfCode": 1365
},
{
"language": "License",
"files": 1,
"lines": 674,
"blanks": 121,
"comments": 0,
"linesOfCode": 553
},
{
"language": "Plain Text",
"files": 1,
"lines": 3,
"blanks": 1,
"comments": 0,
"linesOfCode": 2
},
{
"language": "Sass",
"files": 1,
"lines": 1184,
"blanks": 179,
"comments": 161,
"linesOfCode": 844
},
{
"language": "gitignore",
"files": 1,
"lines": 26,
"blanks": 6,
"comments": 5,
"linesOfCode": 15
},
{
"language": "Total",
"files": 52,
"lines": 11692,
"blanks": 888,
"comments": 804,
"linesOfCode": 10000
}
]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-software-synthesizer",
"version": "0.5.4",
"version": "0.6.1",
"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.",
"scripts": {
"build": "tsc --build",
Expand Down
4 changes: 2 additions & 2 deletions src/elements/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export default function footer() {
return /*html*/ `
<div>
<p>
© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis" target="_blank">Michael Kolesidis</a>.
© 2022 | Made with ♥ by <a href="https://github.com/michaelkolesidis/javascript-software-synthesizer" target="_blank">Michael Kolesidis</a>.
<br>
Licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU General Public License v3.0</a>.
</p>
</div>
<div id="version">
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.5.4
<a href="https://github.com/michaelkolesidis/javascript-software-synthesizer/releases" target="_blank">v.0.6.1
</a>
</div>
`;
Expand Down

0 comments on commit 7d280e9

Please sign in to comment.