Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit 0cb3589

Browse files
committed
👨‍🔬 Deneysel sürüme geçildi
1 parent 93ece5a commit 0cb3589

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ description: YHotkeys'de neler değişti
1414

1515
⚗️ Deneysel versiyon
1616

17-
## 👨‍🔬 2.4.2.1
17+
## 🏷️ 2.4.2.1
1818

19-
⚗️ Deneysel versiyon
19+
✨ Seçili metnin üzerine uygulanan işlemler geliştirildi
2020

2121
- 🌍 HTTP linklerini (`http://` ön eki olmasa bile) ❖ Win ✲ Ctrl E ile browser ile açma
2222
- 🧠 Daha verimli HTTP link algılayıcı eklendi (`www.`, `.com` metinleri ile HTTP algılanmakta)

src/lib/core/config.ahk

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; UTF-8 with BOM
88

99
; ------------------------------- Development Settings -------------------------------
10-
DEBUG := False
10+
DEBUG := True
1111

1212
; ----------------------------------- App Settings -----------------------------------
1313
APP_ICON = 🌱
@@ -21,7 +21,7 @@ DIR_NAME := A_AppData . "\" . APP_NAME
2121
DIR_ICON := DIR_NAME . "\Icons"
2222

2323
; --------------------------------- Update settings ----------------------------------
24-
VERSION = 2.4.2.1
24+
VERSION = 2.4.2.2b
2525
API_RELEASE = https://api.github.com/repos/yedhrab/YHotkeys/releases/latest
2626

2727
PATH_EXE = %DIR_NAME%\YHotkeys.exe

0 commit comments

Comments
 (0)