From e41aad9f9804e84ecd357d56dfa279a4aade3f67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de>
Date: Mon, 24 Mar 2025 00:56:29 +0100
Subject: [PATCH] docs: announce tree shortcode #1067

---
 README.md                    | 1 +
 layouts/partials/version.txt | 2 +-
 theme.toml                   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 92b3e99680..87148e3681 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ The Relearn theme is an enhanced fork of the popular [Learn theme](https://githu
   - [Page bundle resource display](https://mcshelby.github.io/hugo-theme-relearn/shortcodes/resources)
   - [Site configuration parameter display](https://mcshelby.github.io/hugo-theme-relearn/shortcodes/siteparam)
   - [Tab-based content organization](https://mcshelby.github.io/hugo-theme-relearn/shortcodes/tab) and [multi-tab panels](https://mcshelby.github.io/hugo-theme-relearn/shortcodes/tabs)
+  - [Nicely formatted tree lists](https://mcshelby.github.io/hugo-theme-relearn/shortcodes/tree)
 
 ## Getting Started
 
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index bd2e3ea287..c9295eb049 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.5.0+6095b777f5fc176bb5ba11614d09e746d1479442
\ No newline at end of file
+7.5.0+5cc1a55b43004bb71ecfcba20decd1e938a815c1
\ No newline at end of file
diff --git a/theme.toml b/theme.toml
index bcaf9ad582..79412790bf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -22,7 +22,7 @@ features = [
   'print', 'printable',
   'responsive', 'rss', 'rtl',
   'schema', 'search', 'search page', 'sidebar', 'sidebar menus', 'sitemap', 'subtheme', 'swagger', 'swaggerui', 'syntax highlighting',
-  'table of contents', 'tab', 'tabs', 'tags', 'taxonomy', 'themeable', 'themes', 'toc', 'topbar buttons', 'twitter cards',
+  'table of contents', 'tab', 'tabs', 'tags', 'task list', 'taxonomy', 'themeable', 'themes', 'toc', 'topbar buttons', 'tree list', 'twitter cards',
   'versioning'
 ]