From da4c9e47a152c67eaecd894099285df8a65ba4eb Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 16 Jul 2020 14:55:15 +1000 Subject: [PATCH 1/4] Bump to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91dedb27c..5d40d6722 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "session-messenger-desktop", "productName": "Session", "description": "Private messaging from your desktop", - "version": "1.0.9", + "version": "2.0.0", "license": "GPL-3.0", "author": { "name": "Loki Project", From 0f088c69fa93d928896149eccedecf2b39edf182 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Thu, 16 Jul 2020 16:14:21 +1000 Subject: [PATCH 2/4] Change version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d40d6722..06f52c276 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "session-messenger-desktop", "productName": "Session", "description": "Private messaging from your desktop", - "version": "2.0.0", + "version": "1.1.0", "license": "GPL-3.0", "author": { "name": "Loki Project", From afe8bc1e46d122f9adef7e269c607f0b76a92910 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Fri, 17 Jul 2020 09:33:23 +1000 Subject: [PATCH 3/4] Fix auto update checking --- background.html | 1 - background_test.html | 1 - js/background.js | 4 ++++ package.json | 2 +- test/index.html | 1 - 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/background.html b/background.html index ad3063e11..db453bb99 100644 --- a/background.html +++ b/background.html @@ -456,7 +456,6 @@ - diff --git a/background_test.html b/background_test.html index cbb09488c..c6a198b6e 100644 --- a/background_test.html +++ b/background_test.html @@ -456,7 +456,6 @@ - diff --git a/js/background.js b/js/background.js index 45e5fa1e5..f193f266d 100644 --- a/js/background.js +++ b/js/background.js @@ -1472,6 +1472,10 @@ return; } + if (firstRun) { + window.readyForUpdates(); + } + if (!Whisper.Registration.everDone()) { return; } diff --git a/package.json b/package.json index 06f52c276..a9e197736 100644 --- a/package.json +++ b/package.json @@ -299,7 +299,7 @@ "!**/node_modules/*/build/**", "!**/*.{o,hprof,orig,pyc,pyo,rbc}", "!**/._*", - "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}", + "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity,.map}", "node_modules/spellchecker/build/Release/*.node", "node_modules/websocket/build/Release/*.node", "node_modules/socks/build/*.js", diff --git a/test/index.html b/test/index.html index c98043693..7e9022a49 100644 --- a/test/index.html +++ b/test/index.html @@ -503,7 +503,6 @@ - From 0fde4495d6a4f0a93c562aea3e54189999682c43 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Fri, 17 Jul 2020 09:54:33 +1000 Subject: [PATCH 4/4] Update to v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9e197736..b6935bb8a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "session-messenger-desktop", "productName": "Session", "description": "Private messaging from your desktop", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0", "author": { "name": "Loki Project",