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'
 ]