-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Moved from WebSocket to IPC for tRPC (#93) - Improved test coverage (#94) - Refactor switch to device internally (#96) - Added source reordering support (#97) - Updated plan and added DocComment ESLint rules (#98)
- Loading branch information
Showing
156 changed files
with
6,079 additions
and
3,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
{ | ||
"i18n-ally.localesPaths": ["src/renderer/locales"], | ||
"vitest.disableWorkspaceWarning": true, | ||
"i18n-ally.keystyle": "nested" | ||
"i18n-ally.keystyle": "nested", | ||
"cSpell.words": [ | ||
"bridgecmdr", | ||
"extron", | ||
"fgpa", | ||
"pinia", | ||
"radash", | ||
"shinybow", | ||
"sindresorhus", | ||
"sixxgate", | ||
"snes", | ||
"vuelidate", | ||
"vuetify" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "bridgecmdr", | ||
"productName": "BridgeCmdr", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Controller for professional A/V monitors and switches", | ||
"packageManager": "[email protected]", | ||
"type": "module", | ||
|
@@ -72,27 +72,27 @@ | |
"@types/ini": "^4.1.1", | ||
"@types/leveldown": "^4.0.6", | ||
"@types/levelup": "^5.1.5", | ||
"@types/node": "^20.17.6", | ||
"@types/node": "^20.17.7", | ||
"@types/pouchdb-core": "^7.0.15", | ||
"@types/pouchdb-find": "^7.3.3", | ||
"@types/ws": "^8.5.13", | ||
"@typescript-eslint/eslint-plugin": "^8.12.2", | ||
"@typescript-eslint/parser": "^8.12.2", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitejs/plugin-vue-jsx": "^4.0.1", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@typescript-eslint/eslint-plugin": "^8.16.0", | ||
"@typescript-eslint/parser": "^8.16.0", | ||
"@vitejs/plugin-vue": "^5.2.0", | ||
"@vitejs/plugin-vue-jsx": "^4.1.0", | ||
"@vitest/coverage-v8": "^2.1.5", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"@vue/eslint-config-typescript": "^13.0.0", | ||
"@vue/tsconfig": "^0.5.1", | ||
"@vue/tsconfig": "^0.6.0", | ||
"@vuelidate/core": "^2.0.3", | ||
"@vuelidate/validators": "^2.0.4", | ||
"@vueuse/core": "^11.2.0", | ||
"@vueuse/shared": "^11.2.0", | ||
"@vueuse/core": "^11.3.0", | ||
"@vueuse/shared": "^11.3.0", | ||
"@zip.js/zip.js": "^2.7.53", | ||
"assert": "^2.1.0", | ||
"auto-bind": "^5.0.1", | ||
"bufferutil": "^4.0.8", | ||
"electron": "^31.7.3", | ||
"electron": "^31.7.5", | ||
"electron-builder": "^24.13.3", | ||
"electron-unhandled": "^5.0.0", | ||
"electron-updater": "^6.3.9", | ||
|
@@ -102,50 +102,53 @@ | |
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-n": "^17.12.0", | ||
"eslint-plugin-jsdoc": "^50.6.0", | ||
"eslint-plugin-n": "^17.14.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-promise": "^7.1.0", | ||
"eslint-plugin-vue": "^9.30.0", | ||
"eslint-plugin-promise": "^7.2.0", | ||
"eslint-plugin-tsdoc": "^0.4.0", | ||
"eslint-plugin-vue": "^9.31.0", | ||
"execa": "^9.5.1", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"ini": "^5.0.0", | ||
"js-base64": "^3.7.7", | ||
"levelup": "^5.1.1", | ||
"mime": "^4.0.4", | ||
"npm-check-updates": "^17.1.10", | ||
"npm-check-updates": "^17.1.11", | ||
"npm-run-all2": "^7.0.1", | ||
"pinia": "^2.2.6", | ||
"pouchdb-adapter-leveldb-core": "^9.0.0", | ||
"pouchdb-core": "^9.0.0", | ||
"pouchdb-find": "^9.0.0", | ||
"prettier": "^3.3.3", | ||
"radash": "^12.1.0", | ||
"sass": "^1.80.6", | ||
"sass-embedded": "^1.81.0", | ||
"superjson": "^2.2.1", | ||
"tslib": "^2.8.1", | ||
"type-fest": "^4.26.1", | ||
"typescript": "^5.6.3", | ||
"type-fest": "^4.28.0", | ||
"typescript": "5.6.3", | ||
"typescript-eslint-parser-for-extra-files": "^0.7.0", | ||
"utf-8-validate": "^6.0.5", | ||
"vite": "^5.4.10", | ||
"vite-plugin-vue-devtools": "^7.6.2", | ||
"vite": "^5.4.11", | ||
"vite-plugin-vue-devtools": "^7.6.4", | ||
"vite-plugin-vuetify": "^2.0.4", | ||
"vite-tsconfig-paths": "^5.0.1", | ||
"vitest": "^2.1.4", | ||
"vue": "^3.5.12", | ||
"vite-tsconfig-paths": "^5.1.3", | ||
"vitest": "^2.1.5", | ||
"vue": "^3.5.13", | ||
"vue-eslint-parser": "^9.4.3", | ||
"vue-i18n": "^10.0.4", | ||
"vue-router": "^4.4.5", | ||
"vue-tsc": "^2.1.10", | ||
"vuetify": "^3.7.3", | ||
"vue-router": "^4.5.0", | ||
"vue-tsc": "2.1.10", | ||
"vuetify": "^3.7.4", | ||
"ws": "^8.18.0", | ||
"xdg-basedir": "^5.1.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"dependencies": { | ||
"@electron-toolkit/utils": "^3.0.0", | ||
"electron-log": "^5.2.0", | ||
"@types/pouchdb-mapreduce": "^6.1.10", | ||
"electron-log": "^5.2.3", | ||
"leveldown": "^6.1.1", | ||
"pouchdb-mapreduce": "^9.0.0", | ||
"serialport": "^12.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** Converts a byte array into a Base64 string. */ | ||
export function toBase64(data: Uint8Array) { | ||
return btoa(String.fromCodePoint(...data)) | ||
} | ||
|
||
function* codePointsOf(data: string) { | ||
for (let i = 0, cp = data.codePointAt(i); cp != null; ++i, cp = data.codePointAt(i)) { | ||
yield cp | ||
} | ||
} | ||
|
||
/** Coverts a Base64 string into a byte array. */ | ||
export function fromBase64(data: string) { | ||
return new Uint8Array([...codePointsOf(atob(data))]) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.