diff --git a/ReText/__init__.py b/ReText/__init__.py
index 31ca1138..aa616e9d 100644
--- a/ReText/__init__.py
+++ b/ReText/__init__.py
@@ -23,7 +23,7 @@
from PyQt6.QtCore import QByteArray, QLocale, QSettings
from PyQt6.QtGui import QFont, QFontDatabase
-app_version = "8.1.0 (Git)"
+app_version = "8.1.0"
settings = QSettings('ReText project', 'ReText')
diff --git a/changelog.md b/changelog.md
index 89410363..3c0277de 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,44 @@
+## ReText 8.1.0 (2025-01-09)
+
+* Dependency changes:
+ - Python 3.9 or later is now required.
+ - Markups 4.0 or later is now required.
+* Improvements and bugs fixed:
+ - Issue #622 — added support for Ctrl+Tab and Ctrl+Shift+Tab for switching
+ tabs.
+ - PR #634 — WebEngine previewer now shows link on hover (contributed by
+ red-kite).
+ - Issue #623, PR #640 — changed mouse cursor to pointing hand on link
+ hover (contributed by Donjan Rodic).
+ - Added F9 shortcut for showing/hiding directory tree dynamically.
+ - In the directory tree, for files with long names the full name is shown
+ in a tooltip.
+ - Issue #383 — splitter state and WebEngine preview zoom factor are now
+ cached between runs.
+ - Preferences dialog now has links to open the selected stylesheet file
+ and working directories externally.
+ - It is now possible to pass a directory on the command line, it will be
+ shown in the tree.
+ - Issue #649 — pasted image URLs are now converted to image markup.
+ - Issue #650 — pressing Up key on the first line moves the cursor to the
+ beginning of the document, and pressing Down key on the last line moves
+ it to the end of the document.
+ - When the system theme is dark, Qt WebEngine now uses dark mode too.
+ - Issue #617 — added `markdownHeaders` setting for the highlighter.
+ - Issue #489 — added initial AsciiDoc support (beta).
+ - Issue #519 — added Ctrl+H shortcut for viewing HTML code.
+* Internal changes:
+ - PR #592 — auto-generated config options were moved to a separate file,
+ `cache.conf` (contributed by Okko Makkonen).
+ - Build system was ported to `pyproject.toml`.
+ - Adopted `ruff` for code quality checks.
+* Translation updates:
+ - Danish (contributed by Morten Juhl-Johansen).
+ - Dutch (contributed by Heimen Stoffels).
+ - Irish (new, contributed by Aindriú Mac Giolla Eoin).
+ - Italian (contributed by albanobattistella).
+ - Ukrainian (contributed by dmytro22).
+
## ReText 8.0.2 (2024-03-16)
* Improvements and bugs fixed:
diff --git a/data/me.mitya57.ReText.metainfo.xml b/data/me.mitya57.ReText.metainfo.xml
index ab9edac6..2eae96dd 100644
--- a/data/me.mitya57.ReText.metainfo.xml
+++ b/data/me.mitya57.ReText.metainfo.xml
@@ -66,6 +66,27 @@
mitya57_AT_gmail.com
+
+
+
+ - Added support for Ctrl+Tab and Ctrl+Shift+Tab for switching tabs.
+ - WebEngine previewer now shows link on hover.
+ - Changed mouse cursor to pointing hand on link.
+ - Added F9 shortcut for showing/hiding directory tree dynamically.
+ - In the directory tree, for files with long names the full name is shown in a tooltip.
+ - Splitter state and WebEngine preview zoom factor are now cached between runs.
+ - Preferences dialog now has links to open the selected stylesheet file and working directories externally.
+ - It is now possible to pass a directory on the command line, it will be shown in the tree.
+ - Pasted image URLs are now converted to image markup.
+ - Up/Down keys move to document start/end on the first and last lines.
+ - When the system theme is dark, Qt WebEngine now uses dark mode too.
+ - Added markdownHeaders setting for the highlighter.
+ - Added initial AsciiDoc support.
+ - Added Ctrl+H shortcut for viewing HTML code.
+ - Added Irish translation, updated Danish, Dutch, Italian and Ukrainian.
+
+
+