<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> Change of behavior, may require action</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> New behavior, often introducing new options</p>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> The <code>target</code> parameter of the <ahref="/hugo-theme-relearn/shortcodes/button/index.html#parameter"><code>button</code> shortcode</a> was deprecated.</p>
<p>Use <ahref="/hugo-theme-relearn/authoring/markdown/index.html#link-effects">link effects</a> on the <code>href</code> parameter instead. You don’t need to change anything as the old parameter still works but may generate warnings.</p>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> The theme now allows page references (given as <code>pageRef</code> of a <ahref="https://gohugo.io/content-management/menus/"rel="external"target="_self">Hugo menu item</a>, <code>pageRef</code> parameter of a <ahref="/hugo-theme-relearn/configuration/sidebar/menus/index.html#defining-sidebar-menus"><code>sidebarmenus</code> entry </a> and the <code>menuPageRef</code> in a <ahref="/hugo-theme-relearn/configuration/sidebar/menus/index.html#displaying-arbitrary-links-in-a-page-menu">page’s front matter</a>) to also be global resources from your <code>assets</code> directory.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> If <ahref="/hugo-theme-relearn/authoring/frontmatter/linking/index.html#enabling-link-and-image-link-warnings"><code>link.errorlevel</code> is configured</a>, now also page references will be checked for existence.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> It is now possible to add query parameter and an optional fragment part to all links. This is regardless whether it is a local or remote address and also applies to Hugo’s internal path.</p>
<p>By that you can now use it on Markdown links and image links, page references and <ahref="/hugo-theme-relearn/shortcodes/button/index.html">buttons</a>.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> This release introduces <ahref="/hugo-theme-relearn/authoring/linkeffects/index.html">link effects</a> which work similar to <ahref="/hugo-theme-relearn/authoring/imageeffects/index.html">image effects</a> and can be set as query parameter on any link.</p>
<p>With that you currently can specify</p>
<ul>
<li>a link target individually for each link</li>
<li>that a link should result in a file download in your browser</li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> You can now <ahref="/hugo-theme-relearn/authoring/frontmatter/linking/index.html#ignoring-false-negatives">configure an ignore list</a> of addresses that should be ignored if an errorlevel test fails. This is configured by setting <code>errorignore=[]</code> globally in your <code>hugo.toml</code> for all errorlevel checks.</p>
<p>This helps to remove false negatives while still benefitting from the check for all other addresses.</p>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> The theme supports the new <ahref="/hugo-theme-relearn/configuration/sitemanagement/outputformats/index.html#source-support"><code>source</code> output format</a> which behaves similar in configuration as the <code>markdown</code> output format but allows the original Markdown source including the front matter of a page to be viewed.</p>
<p>You can see this in action on the above linked page, accessible by clicking the <spanclass="btn cstyle transparent"><span><iclass="fa-fw fas fa-file-code"></i></span></span> topbar button.</p>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> If you haven’t overridden <code>layouts/partials/custom-header.html</code> and <code>css/custom.css</code> and/or <code>js/custom.js</code> is present in your project, the theme now adds them to your pages.</p>
<p>This was done to be compatible with adding custom scripts in an older version of the Hugo documentation.</p>