From d9aed39ada3ae2ab1a2793cf0024b26a4417984f Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 9 Oct 2020 12:45:22 +0200 Subject: [PATCH 1/4] docs: add info how to do mac store screenshots --- docs/build-and-publish-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/build-and-publish-notes.md diff --git a/docs/build-and-publish-notes.md b/docs/build-and-publish-notes.md new file mode 100644 index 0000000000..44887a2633 --- /dev/null +++ b/docs/build-and-publish-notes.md @@ -0,0 +1,7 @@ +# Publish notes + +## Mac Store Screenshots +* Set Resolution: 1280*800 (use detached dev tools to check for size) +* Press Cmd+Shift+4 +* Press Space +* Hold down Alt key and Click on window From 6e86cbf0cd4dec1cecef58b14c1759c7fe2ee354 Mon Sep 17 00:00:00 2001 From: Marco Gualberto Date: Sat, 10 Oct 2020 19:36:09 +0200 Subject: [PATCH 2/4] feat: change tray icon theme #554 --- electron/indicator.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/electron/indicator.ts b/electron/indicator.ts index 24eb2bb930..601a0527f2 100644 --- a/electron/indicator.ts +++ b/electron/indicator.ts @@ -1,4 +1,4 @@ -import { App, ipcMain, Menu, Tray } from 'electron'; +import { App, ipcMain, Menu, Tray, nativeTheme } from 'electron'; import { existsSync, readFileSync } from 'fs'; // const dbus = require('./dbus'); import { errorHandler } from './error-handler'; @@ -53,7 +53,9 @@ export const initIndicator = ({ if (IS_MAC) { trayIcoFile = 'tray-icoTemplate.png'; } else { - trayIcoFile = 'tray-ico.png'; + trayIcoFile = nativeTheme.shouldUseDarkColors + ? 'tray-ico.png' + : 'tray-icoTemplate.png'; } tray = new Tray(ICONS_FOLDER + trayIcoFile); @@ -186,4 +188,3 @@ function createContextMenu(showApp, quitApp) { export const isRunning = () => { return isIndicatorRunning || isGnomeShellExtensionRunning; }; - From bd135f8064c26479de84e8462208845662a3b080 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 11 Oct 2020 14:01:06 +0200 Subject: [PATCH 3/4] docs: add info about release etc --- docs/build-and-publish-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build-and-publish-notes.md b/docs/build-and-publish-notes.md index 44887a2633..4a4ab35abc 100644 --- a/docs/build-and-publish-notes.md +++ b/docs/build-and-publish-notes.md @@ -5,3 +5,4 @@ * Press Cmd+Shift+4 * Press Space * Hold down Alt key and Click on window +* Scan results for Test, Beta or Release appearing somewhere on the screen, because of their stupid scan bot From 372d835450f5d9c2eb29f4d079bbc7cd4c04ba79 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 11 Oct 2020 14:23:31 +0200 Subject: [PATCH 4/4] docs: add info about release etc --- docs/build-and-publish-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-and-publish-notes.md b/docs/build-and-publish-notes.md index 4a4ab35abc..b2bb853551 100644 --- a/docs/build-and-publish-notes.md +++ b/docs/build-and-publish-notes.md @@ -5,4 +5,4 @@ * Press Cmd+Shift+4 * Press Space * Hold down Alt key and Click on window -* Scan results for Test, Beta or Release appearing somewhere on the screen, because of their stupid scan bot +* Scan results and remove all references to "demo," "trial," "beta," or "test" in your app description, app icon, screenshots, previews, release notes, and binary.