diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa130b0..82abc27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,12 @@ The used format is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.5.47] - 2026-07-23
+
+### 🐛 Bug Fixes
+
+- Ensure status screenshot generator captures root system status
+
## [1.5.46] - 2026-07-23
### 🐛 Bug Fixes
diff --git a/Makefile b/Makefile
index 8cee5fa..95d3f05 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
NAME := flatpak-automatic
EPOCH := 1
-VERSION := 1.5.46
+VERSION := 1.5.47
REL_NUM := 1
DATE := $(shell LC_ALL=C date +"%a %b %d %Y")
AUTHOR := "fedoraBee <9395414+fedoraBee@users.noreply.github.com>"
diff --git a/assets/banner.svg b/assets/banner.svg
index 63f9cc8..552a4b6 100644
--- a/assets/banner.svg
+++ b/assets/banner.svg
@@ -17,6 +17,6 @@
| _|| / _` || ._| '_ \/ _` || / /
|_| |_\__,_|\__|| .__/\__,_||_\_\
AUTOMATIC |_|
- v1.5.46
+ v1.5.47
diff --git a/assets/status-screenshot.png b/assets/status-screenshot.png
index 48a6728..35c97da 100644
Binary files a/assets/status-screenshot.png and b/assets/status-screenshot.png differ
diff --git a/config/sysconfig/flatpak-automatic b/config/sysconfig/flatpak-automatic
index b99e825..9cf4cdf 100644
--- a/config/sysconfig/flatpak-automatic
+++ b/config/sysconfig/flatpak-automatic
@@ -6,7 +6,7 @@
# Please migrate your settings to the new YAML format.
# ==============================================================================
-# Version: 1.5.46 | Built for Fedora & Universal RPM Systems
+# Version: 1.5.47 | Built for Fedora & Universal RPM Systems
# Built for Fedora & Universal RPM Systems
# --- [ Universal Notifications (Apprise) ] ---
diff --git a/pyproject.toml b/pyproject.toml
index 6242a03..56673a9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "flatpak-automatic"
-version = "1.5.46"
+version = "1.5.47"
authors = [
{ name = "fedoraBee", email = "9395414+fedoraBee@users.noreply.github.com" },
]
diff --git a/src/flatpak-automatic.py b/src/flatpak-automatic.py
index eb2368b..84bd7d4 100755
--- a/src/flatpak-automatic.py
+++ b/src/flatpak-automatic.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Version: 1.5.46
+# Version: 1.5.47
import sys
import os
diff --git a/src/flatpak_automatic/__init__.py b/src/flatpak_automatic/__init__.py
index 396f7d4..bfbecd3 100644
--- a/src/flatpak_automatic/__init__.py
+++ b/src/flatpak_automatic/__init__.py
@@ -1,6 +1,6 @@
from .updater import FlatpakUpdater
-__version__ = "1.5.46"
+__version__ = "1.5.47"
from .snapper import SnapperManager
from .config import ConfigManager, StateManager
diff --git a/src/flatpak_automatic/cli.py b/src/flatpak_automatic/cli.py
index a2a9803..cd69f75 100644
--- a/src/flatpak_automatic/cli.py
+++ b/src/flatpak_automatic/cli.py
@@ -10,7 +10,7 @@ def banner() -> str:
f"{Colors.OKBLUE} | __| |__ _ | |_ _ __ __ _ | |__ \n"
f"{Colors.HEADER} | _|| / _` || ._| '_ \\/ _` || / / \n"
f"{Colors.OKPINK} |_| |_\\__,_|\\__|| .__/\\__,_||_\\_\\\n"
- f" AUTOMATIC |_| {Colors.ENDC} {Colors.OKCYAN} v1.5.46{Colors.ENDC}\n"
+ f" AUTOMATIC |_| {Colors.ENDC} {Colors.OKCYAN} v1.5.47{Colors.ENDC}\n"
)
diff --git a/tbump.toml b/tbump.toml
index dd427a0..c93b255 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,5 +1,5 @@
[version]
-current = "1.5.46"
+current = "1.5.47"
# Updated regex to support X.Y.Z and X.Y.Z-rc1 (or -beta, -alpha)
regex = '''
(?P\d+)