diff --git a/Build/Changes.txt b/Build/Changes.txt
index ada459327..09d89f1c8 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.301.(build_#) (2021-03-01)
+Current BETA/RC Version 5.21.302.(build_#) (2021-03-02)
========================================================
--------------------------------------------------------
@@ -47,6 +47,9 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.301.x]- More liberal Hyperlink scanner (no need for validation here!).
+[.301.x]- RegEx API : retun matched pattern length too.
+[.301.x]- Prevent Path to URL conversion, if Hyperlink RegEx pattern does not match.
[.301.1]- Enable Dark Mode feature for Win10 v21H1 insider beta.
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
[.301.1]- Update grepWinNP3 (GRE) version 2.1.6.35 (2021-03.01).
@@ -57,6 +60,8 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.301.x]- Hyperlink RegEx pattern fixed to use valid Unicode.
+[.301.x]- Handle quotes for URL <-> file-system path conversion.
[.301.1]- "grepWinNP3": hide progress bar after search finisched (GRE).
[.301.1]- ShellExecute() lpVerb for open hyperlink (Ctrl+Click) set to "open.
[.301.1]- Data type mismatch.
diff --git a/Build/Notepad3.ini b/Build/Notepad3.ini
index 06f3f73ab..afb079ce8 100644
--- a/Build/Notepad3.ini
+++ b/Build/Notepad3.ini
@@ -59,7 +59,7 @@ SettingsVersion=4
;ZoomTooltipTimeout=3200
;WrapAroundTooltipTimeout=2000
;LargeIconScalePrecent=150
-;DarkModeBkgColor=0x1F1F1F;
+;DarkModeBkgColor=0x1F1F1F
;DarkModeBtnFaceColor=0x333333
;DarkModeTxtColor=0xEFEFEF
;HyperlinkFileProtocolVerb="" (ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")
diff --git a/Versions/day.txt b/Versions/day.txt
index d8fc48a4f..274f7143b 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-301
+302
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 165a09617..37e7e1add 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 beta
diff --git a/scintilla/oniguruma/version.txt b/scintilla/oniguruma/version.txt
index 6e8962767..aa902ca82 100644
--- a/scintilla/oniguruma/version.txt
+++ b/scintilla/oniguruma/version.txt
@@ -1 +1 @@
-6.9.6
+6.9.7
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 81690cf4c..ac9f9e20f 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,10 +8,10 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
-#define VERSION_REV 301
+#define VERSION_REV 302
#define VERSION_BUILD 1
#define SCINTILLA_VER 446
-#define ONIGURUMA_REGEX_VER 6.9.6
+#define ONIGURUMA_REGEX_VER 6.9.7
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0