Skip to content

Commit 8db7e02

Browse files
vassboyurividaljzongker
authored
1.5.4 (#2461)
* Tighten scripture template overrides (#2447) * Tighten scripture template overrides * Formatting --------- Co-authored-by: Kristoffer <kristoffervassbo@gmail.com> * Fixed exporting broken * Fixed dynamic values breaking stage display * Fixed various freeze issues - Changing data folder to a restricted folder no longer works * Catch Bonjour no permission * Fixes - Updated JSON Bible package * Option to disable auto error reporting * Permission detection now working * Get correct name/path when converting encrypted video to show * Sanitize line break tags on API bible verses (#2455) * Fixed various freeze issues * Full formatting (#2459) * Updated settings * Full formatting * Formatting Svelte files * Setting update * Fixed issue * Tweaks * Fixed pausing/resuming slide timers causing memory leak * Update * Better sqlite package * Moved RECORDER * Companion log song usage variable * Improve scripture splitting around inline tags (#2460) * Version update --------- Co-authored-by: Yuri Vidal <yurividal@users.noreply.github.com> Co-authored-by: Jeremy Zongker <jeremy@zongker.net>
1 parent 118b1e3 commit 8db7e02

File tree

562 files changed

+9401
-10058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+9401
-10058
lines changed

.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"editor.insertSpaces": true,
44
"editor.detectIndentation": false,
55
"editor.formatOnSave": true,
6+
"editor.formatOnSaveMode": "file",
67
"editor.defaultFormatter": "esbenp.prettier-vscode",
8+
"prettier.trailingComma": "none",
9+
"prettier.printWidth": 500,
710
"prettier.singleQuote": false,
811
"prettier.semi": false,
12+
"prettier.arrowParens": "avoid",
913
"typescript.preferences.quoteStyle": "double",
10-
"typescript.preferences.importModuleSpecifier": "non-relative",
11-
"[typescript]": {
12-
"editor.defaultFormatter": "vscode.typescript-language-features"
13-
}
14+
"typescript.preferences.importModuleSpecifier": "non-relative"
1415
}

config/formatting/.prettierrc.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@ printWidth: 500
33
tabWidth: 4
44
semi: false
55
singleQuote: false
6-
bracketSameLine: true
76
arrowParens: "avoid"
7+
8+
plugins:
9+
- "prettier-plugin-svelte"
10+
overrides:
11+
- files: "*.svelte"
12+
options:
13+
parser: "svelte"

0 commit comments

Comments
 (0)