diff --git a/Build/Changes.txt b/Build/Changes.txt
index 729bfbcc6..4075559b1 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -32,13 +32,15 @@ GRE - (GRE)pWinNP3 Search in Files Tool
=====================================================
-Current BETA Version 5.20.501.(build_#) (2020-05-01)
+Current BETA Version 5.20.504.(build_#) (2020-05-04)
=====================================================
-----------------------------------------------------
NEW:
-----------------------------------------------------
-
+- Strip first char: allow multi-selection.
+- Open default browser while clicking hyperlink tooltip.
- Regex multi-select feature.
- Toolbar hint for zoomed view.
- "waifu2x" scaled std toolbar bitmaps.
@@ -50,7 +52,11 @@ NEW:
CHANGES:
-----------------------------------------------------
-
-- Open hyperlink on double-click.
+- Markdown Lexer: new defaults for Header lines.
+- Strip first char: do not apply on all text (empty selection).
+- Reorganization Context menu.
+- Bigger prev/next button-icons (Customize Schemes... dialog).
+- Hyperlink double-click and MMB-click behavior.
- Filevar tag "fill-column" changes to support multi-column marker.
- Installer to let the user select the target directory.
- Default long-line wrap settings.
@@ -72,6 +78,9 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
-
+- Custiomize toolbar dialog closes immediately.
+- ".ini-file" acquire lock for invalid file path.
+- Cancel multi-selection on line up/down key.
- Initial behavior on open Find/Replace dialog.
- Lost Find/Replace dialog settings.
- Lazy syntax styling (copy into multi-line string, etc.).
@@ -93,7 +102,12 @@ REMOVED:
TRANSLATIONS (MUI):
-----------------------------------------------------
-
+- Chinese Taiwan (zh-TW) in progress...
+- Indonesian (id-ID) in progress...
+- Portuguese (pt-PT) in progress...
+- Portuguese Brazilian (pt-BR) in progress...
- Slovak (sk-SK).
+- Vietnamese (vi-VN) in progress...
=====================================================
diff --git a/Versions/build.txt b/Versions/build.txt
index d00491fd7..0cfbf0888 100644
--- a/Versions/build.txt
+++ b/Versions/build.txt
@@ -1 +1 @@
-1
+2
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index c4165e38b..36d9a134a 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 BETA
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 9d1740238..055cc6bb8 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -9,11 +9,11 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 504
-#define VERSION_BUILD 1
+#define VERSION_BUILD 2
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27
#define TINYEXPR_VER 2018.05.11
#define UTHASH_VER 2.1.0
#define VERSION_PATCH BETA
-#define VERSION_COMMIT_ID t7820-rk
+#define VERSION_COMMIT_ID dkt1-amr