diff --git a/Build/Changes.txt b/Build/Changes.txt
index 22144f233..9f8c0c6a1 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.22.302.(build_#) (2022-03-02)
+Current BETA/RC Version 5.22.414.(build_#) (2022-04-14)
========================================================
--------------------------------------------------------
@@ -54,6 +54,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.414.1]- Using 'Cascadia Mono' as default for pure 'Text File' scheme (if available).
[.302.1]- Default settings for Auto-Save beta version.
[.226.1]- Rainbow CSV Lexer: try to solve non-paired quotings.
[.218.1]- Show number of occurrence on sequence of marked all.
@@ -89,6 +90,10 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.414.1]- Dark mode color style scheme global from common base/2nd.
+[.414.1]- Writing wrong scheme to .ini-file.
+[.414.1]- Missing assert include for Win32/x86 compile config.
+[.414.1]- Compile errors for unreferenced formal parameter in release mode.
[.301.1]- DarkMode issue in Decrypt dialog.
[.226.1]- Security enhancement of AES Encryption feature.
[.226.1]- MessageBox: shortage of text buffer.
diff --git a/Build/Notepad3.ini b/Build/Notepad3.ini
index b326d479e..92c42b9ef 100644
--- a/Build/Notepad3.ini
+++ b/Build/Notepad3.ini
@@ -133,7 +133,7 @@ SettingsVersion=5
[D Source Code]
[Dart Source Code]
[Diff Files]
-[Fortran Souce Code]
+[Fortran Source Code]
[Go Source Code]
[Inno Setup Script]
[Java Source Code]
diff --git a/Versions/day.txt b/Versions/day.txt
index 274f7143b..d1b9f6a9c 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-302
+414
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 68ffe427f..41ea2f3e4 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 beta
diff --git a/res/StdDarkModeScheme.ini b/res/StdDarkModeScheme.ini
index faa26e791..00f7ce1c2 100644
--- a/res/StdDarkModeScheme.ini
+++ b/res/StdDarkModeScheme.ini
@@ -3,7 +3,7 @@
# find grey colors: #([0-9A-Fa-f])([0-9A-Fa-f])((?=\2)\1|(?:\1\2){2})\b
[Common Base]
Default Style=font:$Code
-Margins and Line Numbers=size:-1; fore:#A5FAFA; back:#454545
+Margins and Line Numbers=size:-2; fore:#A5FAFA; back:#454545
Matching Braces (Indicator)=fore:#0DF145; alpha:80; alpha2:80; indic_roundbox
Matching Braces Error (Indicator)=fore:#F20C80; alpha:140; alpha2:140; indic_roundbox
Control Characters (Font)=size:-1
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 8648ce022..18a33fa26 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
-#define VERSION_REV 302
+#define VERSION_REV 414
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515