Compare commits

...

4 Commits

Author SHA1 Message Date
Jan Prochazka 091a417ad8 UPDATE: add changelog entry for fixed regression when pasting license key on Mac 2025-11-17 08:31:44 +01:00
Jan Prochazka dd211ef45a v6.6.12 2025-11-17 08:30:48 +01:00
Jan Prochazka 1127132e4a v6.6.12-premium-beta.1 2025-11-17 07:47:07 +01:00
Jan Prochazka b373628a31 SYNC: fixed paste license key 2025-11-17 07:45:09 +01:00
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -8,6 +8,9 @@ Builds:
- linux - application for linux
- win - application for Windows
## 6.6.12
- FIXED: Fixed regression when pasting license key on Mac
## 6.6.10
- FIXED: License fron environment variable is not refreshed #1245
- FIXED: connection closing / reconnecting #1237
+1 -1
View File
@@ -95,7 +95,7 @@ function commandItem(item, disableAll = false) {
id,
label: command ? command.menuName || command.toolbarName || command.name : id,
accelerator: formatKeyText(command ? command.keyText : undefined),
enabled: command ? command.enabled && !disableAll : false,
enabled: command ? command.enabled && (!disableAll || command.systemCommand) : false,
click() {
if (mainWindow) {
mainWindow.webContents.send('run-command', id);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"version": "6.6.11",
"version": "6.6.12",
"name": "dbgate-all",
"workspaces": [
"packages/*",