From 9415f0e52af6f37ca3d685cb6bd54b1aa764cfb4 Mon Sep 17 00:00:00 2001 From: My Hush Date: Wed, 11 Dec 2019 21:59:00 +0100 Subject: [PATCH 1/5] add missing RUB settings ui --- src/settings.ui | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/settings.ui b/src/settings.ui index c9cec4c..143a446 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -286,6 +286,11 @@ INR + + + RUB + + USD From f90e4bc6d4a6fc192106df4aec57b48bc8209cef Mon Sep 17 00:00:00 2001 From: My Hush Date: Wed, 11 Dec 2019 22:10:17 +0100 Subject: [PATCH 2/5] fix settings.ui text size --- src/settings.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/settings.ui b/src/settings.ui index 143a446..419509c 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -134,7 +134,7 @@ 9 9 - 267 + 571 23 @@ -147,7 +147,7 @@ 9 38 - 340 + 641 17 @@ -287,7 +287,7 @@ - + RUB From a66986ac1275a63617ace633a4240ea63a1df697 Mon Sep 17 00:00:00 2001 From: My Hush Date: Thu, 12 Dec 2019 16:12:47 +0100 Subject: [PATCH 3/5] add icon size to dmg generator --- src/scripts/mkmacdmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/mkmacdmg.sh b/src/scripts/mkmacdmg.sh index cd6a91d..73e008e 100755 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -102,7 +102,7 @@ echo "[OK]" echo -n "Building dmg..........." mv SilentDragonLite.app SilentDragonLite.app -create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 +create-dmg --volname "SilentDragonLite-v$APP_VERSION" --volicon "res/logo.icns" --window-pos 200 120 --icon "SilentDragonLite.app" 200 190 --icon-size 100 --app-drop-link 600 185 --hide-extension "SilentDragonLite.app" --window-size 800 400 --hdiutil-quiet --background res/dmgbg.png artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg SilentDragonLite.app >/dev/null 2>&1 if [ ! -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg ]; then echo "[ERROR]" From 466c92edcf50bf1a0789050cd8e33bec78f8d9b6 Mon Sep 17 00:00:00 2001 From: My Hush Date: Thu, 12 Dec 2019 16:15:31 +0100 Subject: [PATCH 4/5] fix company name for mkmacdmg.sh --- res/Info.plist | 2 +- src/scripts/mkmacdmg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/Info.plist b/res/Info.plist index aecc2d7..7291f01 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile logo.icns CFBundleIdentifier - com.yourcompany.SilentDragonLite + com.MyHush.SilentDragonLite CFBundlePackageType APPL CFBundleSignature diff --git a/src/scripts/mkmacdmg.sh b/src/scripts/mkmacdmg.sh index 73e008e..29c27ab 100755 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -112,5 +112,5 @@ echo "[OK]" # Submit to Apple for notarization echo -n "Apple notarization....." -xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.yourcompany.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD" +xcrun altool --notarize-app -t osx -f artifacts/macOS-SilentDragonLite-v$APP_VERSION.dmg --primary-bundle-id="com.MyHush.SilentDragonLite" -u "$APPLE_USERNAME" -p "$APPLE_PASSWORD" echo "[OK]" From 6bbbe88c8b8157fcdda3a50ffc347e57ec5122ec Mon Sep 17 00:00:00 2001 From: DenioD <41270280+DenioD@users.noreply.github.com> Date: Thu, 12 Dec 2019 20:25:27 +0100 Subject: [PATCH 5/5] bump version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index dd697aa..c2a9826 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.1.3" +#define APP_VERSION "1.1.4"