diff --git a/companion/HELP.md b/companion/HELP.md index 31adcfc..e1bb4ec 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -167,6 +167,9 @@ Enter the IP address, port of the media player. If a password is required, enter ## Version History +### Version 2.1.3 +- Fix password regex + ### Version 2.1.2 - Better status updates - Better preset formatting diff --git a/package.json b/package.json index 668ff4e..a4877d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tascam-cd", - "version": "2.1.2", + "version": "2.1.3", "main": "src/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/src/config.js b/src/config.js index 1c069d1..4b30924 100644 --- a/src/config.js +++ b/src/config.js @@ -36,7 +36,7 @@ module.exports = { label: 'Password', width: 6, default: 'SS-CDR250N', - regex: '/^.{0,10}/', + regex: '/^.{0,10}$/', tooltip: 'Defaults to model name: SS-CDR250N / SS-R250N', }, ]