Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loopback-kr committed May 3, 2024
1 parent a462b7d commit 9ff41a4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Deployment/Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
!include "x64.nsh"

# Define consts
!define PRODUCT_FULLNAME "KakaoTalk ADGuard"
!define PRODUCT_NAME "KakaoTalkADGuard"
!define PRODUCT_COMMENTS "AD removal tool for Windows KakaoTalk"
!define PRODUCT_VERSION "1.0.0.8"
!define PRODUCT_FULLNAME "KakaoTalk AdGuard"
!define PRODUCT_NAME "KakaoTalkAdGuard"
!define PRODUCT_COMMENTS "Ad removal tool for Windows KakaoTalk"
!define PRODUCT_VERSION "1.0.0.9"
!define BUILD_ARCH "x64"
!define PRODUCT_PUBLISHER "loopback.kr"
!define PRODUCT_REG_ROOTKEY "HKCU"
Expand Down Expand Up @@ -79,9 +79,9 @@ Section "Installer Section"
IntFmt $0 "0x%08X" $0
WriteRegDWORD ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "EstimatedSize" "$0"
# WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "Contact" "mailto:hyunseoki@outlook.kr"
WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "HelpLink" "https://github.com/loopback-kr/KakaoTalkADGuard/issues"
WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "HelpLink" "https://github.com/loopback-kr/KakaoTalkAdGuard/issues"
# WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "https://github.com/loopback-kr/KakaoTalkADGuard/issues"
WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "URLUpdateInfo" "https://github.com/loopback-kr/KakaoTalkADGuard#release-notes"
WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "URLUpdateInfo" "https://github.com/loopback-kr/KakaoTalkAdGuard#release-notes"
WriteRegStr ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
WriteRegDWORD ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "NoModify" 1
WriteRegDWORD ${PRODUCT_REG_ROOTKEY} "${PRODUCT_UNINST_KEY}" "NoRepair" 1
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![](Docs/KakaoTalkADGuard.png) KakaoTalk ADGuard
# ![](Docs/KakaoTalkAdGuard.png) KakaoTalk AdGuard

AD removal tool for Windows KakaoTalk
Ad removal tool for Windows KakaoTalk

## Features

Expand All @@ -11,19 +11,25 @@ AD removal tool for Windows KakaoTalk

## Download

- Before or after installation, Specify the installation directory path (default: `%appdata%\KakaoTalkADGuard`) as an exception path in your antivirus software settings. Because this binary file is not well known, antivirus software may detect it as malware.
- [Go to Release page to download](https://github.com/loopback-kr/KakaoTalkADGuard/releases)
- Before or after installation, Specify the installation directory path (default: `%appdata%\KakaoTalkAdGuard`) as an exception path in your antivirus software settings. Because this binary file is not well known, antivirus software may detect it as malware.
- [Go to Release page to download](https://github.com/loopback-kr/KakaoTalkAdGuard/releases)

## Known issues

- On Windows with HiDPI, the trayicon menu is displayed in an abnormal position.

## Preview

![Highlights](https://github.com/loopback-kr/KakaoTalkADGuard/assets/28856527/493bea2b-87c9-4792-9cfd-c534aec02b14)
![Highlights](https://github.com/loopback-kr/KakaoTalkAdGuard/assets/28856527/493bea2b-87c9-4792-9cfd-c534aec02b14)

## Release notes

### 1.0.0.9

<sup>May 4, 2024</sup>

- Fixed an issue that updated profiles disappeared

### 1.0.0.8

<sup>Apr. 27, 2024</sup>
Expand All @@ -35,7 +41,7 @@ AD removal tool for Windows KakaoTalk
<sup>Apr. 27, 2024</sup>

- Support for multilingual versions of KakaoTalk
- Changed banner AD blocking criteria
- Changed banner ad blocking criteria
- Removed white box at lockdown mode
- Code refactoring

Expand Down Expand Up @@ -70,7 +76,7 @@ AD removal tool for Windows KakaoTalk
<sup>Jun. 1, 2023</sup>

- Improved stability of trayicon
- Improved stability for popup AD removal mechanism
- Improved stability for popup ad removal mechanism
- Changed context menu items for trayicon
- Fixed an issue that a registry key was not deleted when uninstalling
- Update icon for uninstallation
Expand Down

0 comments on commit 9ff41a4

Please sign in to comment.