diff --git a/Deployment/Installer.nsi b/Deployment/Installer.nsi index 35d81ca..00f006e 100644 --- a/Deployment/Installer.nsi +++ b/Deployment/Installer.nsi @@ -7,7 +7,7 @@ !define PRODUCT_FULLNAME "KakaoTalk ADGuard" !define PRODUCT_NAME "KakaoTalkADGuard" !define PRODUCT_COMMENTS "AD removal tool for Windows KakaoTalk" -!define PRODUCT_VERSION "1.0.0.7" +!define PRODUCT_VERSION "1.0.0.8" !define BUILD_ARCH "x64" !define PRODUCT_PUBLISHER "loopback.kr" !define PRODUCT_REG_ROOTKEY "HKCU" diff --git a/KakaoTalkADGuard/KakaoTalkADGuard.aps b/KakaoTalkADGuard/KakaoTalkADGuard.aps index a4e8aa8..fa23f6e 100644 Binary files a/KakaoTalkADGuard/KakaoTalkADGuard.aps and b/KakaoTalkADGuard/KakaoTalkADGuard.aps differ diff --git a/KakaoTalkADGuard/KakaoTalkADGuard.rc b/KakaoTalkADGuard/KakaoTalkADGuard.rc index e053c3a..01a2674 100644 Binary files a/KakaoTalkADGuard/KakaoTalkADGuard.rc and b/KakaoTalkADGuard/KakaoTalkADGuard.rc differ diff --git a/KakaoTalkADGuard/main.cpp b/KakaoTalkADGuard/main.cpp index af8242f..c05b121 100644 --- a/KakaoTalkADGuard/main.cpp +++ b/KakaoTalkADGuard/main.cpp @@ -320,7 +320,7 @@ BOOL CALLBACK EnumChildProc(HWND hwnd, LPARAM lParam) { GetWindowRect(hwnd, &Recthwnd); int width = Recthwnd.right - Recthwnd.left; int height = Recthwnd.bottom - Recthwnd.top; - if (height <= 200 && width > height) { + if (height < 190 && width > height) { ShowWindow(hwnd, SW_HIDE); } } @@ -366,7 +366,7 @@ VOID CALLBACK TimerProc(HWND hwnd, UINT message, UINT idEvent, DWORD dwTimer) { GetWindowRect(hKakaoTalkAd, &RectKakaoTalkAd); int width = RectKakaoTalkAd.right - RectKakaoTalkAd.left; int height = RectKakaoTalkAd.bottom - RectKakaoTalkAd.top; - if (height <= 200 && width > height) { + if (height < 190 && width > height) { ShowWindow(hKakaoTalkAd, SW_HIDE); } } diff --git a/README.md b/README.md index 77c30a2..1eafa38 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ AD removal tool for Windows KakaoTalk ## Release notes +### 1.0.0.8 + +Apr. 27, 2024 + +- Hotfix for the lockdown setting window not appearing issue + ### 1.0.0.7 Apr. 27, 2024 diff --git a/kakaotalk-adguard.loopback.kr/index.html b/kakaotalk-adguard.loopback.kr/index.html index 54e4b35..6742aae 100644 --- a/kakaotalk-adguard.loopback.kr/index.html +++ b/kakaotalk-adguard.loopback.kr/index.html @@ -17,7 +17,7 @@