Skip to content

Releases: kaythomas0/noisedash

v0.7.0

13 Aug 01:30
e961568

Choose a tag to compare

Important Note

When upgrading to this release, your existing config file may now break. If you see an error like:

noisedash-1  | Error: Cannot parse config file: '/var/noisedash/config/default.json': SyntaxError: Expected double-quoted property name in JSON at position 152
noisedash-1  |     at util.parseFile (/var/noisedash/node_modules/config/lib/config.js:844:11)
noisedash-1  |     at /var/noisedash/node_modules/config/lib/config.js:644:26
noisedash-1  |     at Array.forEach (<anonymous>)
noisedash-1  |     at util.loadFileConfigs (/var/noisedash/node_modules/config/lib/config.js:643:16)
noisedash-1  |     at new Config (/var/noisedash/node_modules/config/lib/config.js:116:27)
noisedash-1  |     at Object.<anonymous> (/var/noisedash/node_modules/config/lib/config.js:1492:31)
noisedash-1  |     at Module._compile (node:internal/modules/cjs/loader:1529:14)
noisedash-1  |     at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
noisedash-1  |     at Module.load (node:internal/modules/cjs/loader:1275:32)
noisedash-1  |     at Module._load (node:internal/modules/cjs/loader:1096:12)

then remove the comments in the default.json config file (see current default.json file for reference)

Changes

  • Bump node to 20 and fix some vulnerabilities
  • Upgrade Vue to the last Vue 2 version (Vue 2 is EOL btw, sowwy)
  • Remove comments in json config files

v0.6.13

11 Dec 20:37
1c3f09f

Choose a tag to compare

v0.6.12

25 Jul 02:23
bd73809

Choose a tag to compare

v0.6.11

17 Apr 08:41
2f21025

Choose a tag to compare

Misc Changes

  • Bump node to 16

v0.6.10

16 Mar 22:47
f442d48

Choose a tag to compare

v0.6.9

16 Feb 03:45
d83639b

Choose a tag to compare

Misc Changes

  • Bump @sideway/formula from 3.0.0 to 3.0.1

v0.6.8

09 Jan 20:07
d73afdb

Choose a tag to compare

Misc Changes

  • Bump json5 from 1.0.1 to 1.0.2

v0.6.7

18 Nov 02:01
0cac4f2

Choose a tag to compare

Misc Changes

  • Bump loader-utils version to fix vulnerability again
  • Upgrade Vue CLI

v0.6.6

10 Nov 18:26
f1654d3

Choose a tag to compare

Misc Changes

  • Bump loader-utils version to fix vulnerability

v0.6.5

23 Sep 18:24
0bb814e

Choose a tag to compare

Misc Changes

  • Bump vuetify from 2.6.6 to 2.6.10 to fix security vulnerability