Compare commits

...

3 Commits

Author SHA1 Message Date
zadam
b2b1c9ebb7 release 0.47.8 2021-10-04 22:18:33 +02:00
zadam
1f75b9c92f electron 13.5.1 to fix the TLS expiration issue 2021-10-04 22:16:51 +02:00
zadam
06eb0ce910 alias shell with bash 2021-08-23 22:26:01 +02:00
5 changed files with 42 additions and 11016 deletions

11046
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"name": "trilium",
"productName": "Trilium Notes",
"description": "Trilium Notes",
"version": "0.47.7",
"version": "0.47.8",
"license": "AGPL-3.0-only",
"main": "electron.js",
"bin": {
@@ -80,7 +80,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"electron": "13.2.1",
"electron": "13.5.1",
"electron-builder": "22.11.1",
"electron-packager": "15.2.0",
"electron-rebuild": "2.3.5",

View File

@@ -111,7 +111,7 @@ const MIME_TYPES_DICT = [
{ title: "Scala", mime: "text/x-scala" },
{ title: "Scheme", mime: "text/x-scheme" },
{ title: "SCSS", mime: "text/x-scss" },
{ default: true, title: "Shell", mime: "text/x-sh" },
{ default: true, title: "Shell (bash)", mime: "text/x-sh" },
{ title: "Sieve", mime: "application/sieve" },
{ title: "Slim", mime: "text/x-slim" },
{ title: "Smalltalk", mime: "text/x-stsrc" },
@@ -184,4 +184,4 @@ async function getMimeTypes() {
export default {
getMimeTypes,
loadMimeTypes
}
}

View File

@@ -1166,7 +1166,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
const newActiveNode = this.getActiveNode();
// return focus if the previously active node was also focused
if (newActiveNode && activeNodeFocused) {console.log("FOCUSING!!!");
if (newActiveNode && activeNodeFocused) {
newActiveNode.setFocus(true);
}
});

View File

@@ -1 +1 @@
module.exports = { buildDate:"2021-08-22T12:36:49+02:00", buildRevision: "08eda83700038b4a658d6830dcf8e34d1bcfbc0f" };
module.exports = { buildDate:"2021-10-04T22:18:33+02:00", buildRevision: "1f75b9c92f1f695e4f43230f88d676ab8a0b39c0" };