diff --git a/Build/Changes.txt b/Build/Changes.txt
index 81415e7a2..a017f76d6 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,13 +33,14 @@ SUP - (S)et(UP) / Installer Package
=====================================================
-Current BETA Version 5.20.823.(build_#) (2020-08-23)
+Current BETA Version 5.20.824.(build_#) (2020-08-24)
=====================================================
-----------------------------------------------------
NEW:
-----------------------------------------------------
[.###.#]-
+[.824.1]- Focused-View: mode Fold-Only.
[.823.1]- Mark Occurrences: show additional Bookmark (Arrows).
[.823.1]- Bookmark context menu: clear marker type.
[.822.2]- FocusedView Options: Bookmarks/Line-Highlight & Folding.
@@ -78,7 +79,7 @@ CHANGES:
[.729.1]- DPI-Aware About & Custom.Scheme dialog.
[.729.1]- Swap Shortcuts: "Search in Files" -> "Ctrl+Shift+F" and Toggle Folds -> "Ctrl+Alt+F".
[.723.1]- Review document modified handler (dirty-flag).
-[.817.2]- Update grepWinNP3 (GRE) version 2.1.3.26 (2020-08-17).
+[.817.2]-- Update grepWinNP3 (GRE) version 2.1.3.26 (2020-08-17).
[.813.1]- Update Oniguruma Regex (ONI) engine version 6.9.6 (2020-07-31).
[.818.1]- Update Scintilla Library (SCI) version 4.4.4 (2020-08-18).
@@ -92,6 +93,7 @@ ENHANCEMENT:
FIXES:
-----------------------------------------------------
[.###.#]-
+[.824.1]- Not intended bookmarker on F/R dialog mark findings.
[.823.1]- Bookmark Occurrences too menu checked.
[.823.1]- Scroll to cursor for selection start/end jumps.
[.823.1]- Not intended "violet" bookmark.
diff --git a/Versions/day.txt b/Versions/day.txt
index 20f9720bd..2a83cc214 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-823
+824
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 5aa4c323f..439e20941 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 0a345f64d..fc5de9cd5 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
-#define VERSION_REV 823
+#define VERSION_REV 824
#define VERSION_BUILD 1
#define SCINTILLA_VER 444
#define ONIGURUMA_REGEX_VER 6.9.5