- Setting dialogue very slightly refined.
  - The hodgepodge inside the `Hatch` pane has been sorted into more explicit categorised panes.
  - Applying the settings will now be more informative.

New features:
- Word-segmented chunk building on users language.

Fixed:
- Sending chunks on `Send chunk in bulk` are now buffered to avoid the out-of-memory error.
- `Send chunk in bulk` is back to default disabled.
- Merging conflicts of JSON files are now works fine even if it contains `null`.
Development:
- Implemented the logic for automatically generating the stub of document for the setting dialogue.
This commit is contained in:
vorotamoroz
2024-09-24 14:00:44 +01:00
parent 48e4d57278
commit b73ca73776
15 changed files with 3274 additions and 2315 deletions
+7 -8
View File
@@ -18,7 +18,7 @@
"fflate": "^0.8.2",
"idb": "^8.0.0",
"minimatch": "^10.0.1",
"octagonal-wheels": "^0.1.14",
"octagonal-wheels": "^0.1.15",
"xxhash-wasm": "0.4.2",
"xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2"
},
@@ -5099,10 +5099,9 @@
}
},
"node_modules/octagonal-wheels": {
"version": "0.1.14",
"resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.14.tgz",
"integrity": "sha512-W0DQL5YNL7oJH2Dcb7mOE/P7MNrM7PXWJZHJpPGzbrKHAT14OtklbBFNJvM26v8nizwlb5WHQA+W/Tg1CIDSGQ==",
"license": "MIT",
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.15.tgz",
"integrity": "sha512-rl6y/3/+tqeiDmBmW2RgYQh85D4xVHQIGg14DyC4/sUnO6UDLuVUULIO+00E2jfA/o4coKnPOPEB8Tt6BE9SEA==",
"dependencies": {
"idb": "^8.0.0",
"xxhash-wasm": "0.4.2",
@@ -10234,9 +10233,9 @@
}
},
"octagonal-wheels": {
"version": "0.1.14",
"resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.14.tgz",
"integrity": "sha512-W0DQL5YNL7oJH2Dcb7mOE/P7MNrM7PXWJZHJpPGzbrKHAT14OtklbBFNJvM26v8nizwlb5WHQA+W/Tg1CIDSGQ==",
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/octagonal-wheels/-/octagonal-wheels-0.1.15.tgz",
"integrity": "sha512-rl6y/3/+tqeiDmBmW2RgYQh85D4xVHQIGg14DyC4/sUnO6UDLuVUULIO+00E2jfA/o4coKnPOPEB8Tt6BE9SEA==",
"requires": {
"idb": "^8.0.0",
"xxhash-wasm": "0.4.2",