<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to disable FindHistory and FileEditViewHistory?  auto-clear at exit?]]></title><description><![CDATA[<p dir="auto">As far as I know out NP++ does NOT provide an option to disable FindHistroy and FileEditViewHistory.</p>
<p dir="auto">The only way is to manually (!) edit config.xml and delete corresponding lines.</p>
<p dir="auto">This is surprising and disappointing.<br />
I would call it a privacy issue.</p>
<p dir="auto">Are there any reasons to not let users disable recent file/search pattern lists?<br />
Or at least to let them reduce it to only 1 item via GUI Settings?</p>
<p dir="auto">Or clear this items automatically at exit?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26818/how-to-disable-findhistory-and-fileeditviewhistory-auto-clear-at-exit</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 04:28:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26818.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Apr 2025 08:33:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Mon, 05 May 2025 15:01:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/markusbodensee" aria-label="Profile: MarkusBodensee">@<bdi>MarkusBodensee</bdi></a> said:</p>
<blockquote>
<p dir="auto">Highlight the entry in the dropdown and press Del to delete.</p>
</blockquote>
<p dir="auto">To extend this idea, drop down the combobox, then press and <em>hold</em> Del (aka Delete) to remove <em>all</em> entries (ask the key repeats).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101461</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101461</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 05 May 2025 15:01:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Mon, 05 May 2025 14:52:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> said in <a href="/post/101411">How to disable FindHistory and FileEditViewHistory? auto-clear at exit?</a>:</p>
<blockquote>
<p dir="auto">The “Recent File History” in configuration refers to only the &lt;FileEditViewHistory&gt;. I miss a corresponding option for &lt;FindHistory&gt;.</p>
<p dir="auto">Its strange that users have to fiddle around in config.xml for an advanced editor like NP++</p>
</blockquote>
<p dir="auto">Ah, one more option which I think was not mentioned here, but which I use very often (very useful to remove mistyped entries from search/replace history). Use the Delete Key (Del) on your keyboard to remove entries from the search/replace list. Highlight the entry in the dropdown and press Del to delete.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101457</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101457</guid><dc:creator><![CDATA[MarkusBodensee]]></dc:creator><pubDate>Mon, 05 May 2025 14:52:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Sat, 03 May 2025 02:19:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> said in <a href="/post/101411">How to disable FindHistory and FileEditViewHistory? auto-clear at exit?</a>:</p>
<blockquote>
<p dir="auto">The “Recent File History” in configuration refers to only the &lt;FileEditViewHistory&gt;. I miss a corresponding option for &lt;FindHistory&gt;.</p>
</blockquote>
<p dir="auto">That reminds me that there is a version of “find” that leaves a minimal history and another that leaves no history.</p>
<p dir="auto">If you are interested in a search that leaves “no history” then see <code>Find (Volatile) Next (Ctrl+Alt+F3) / Find (Volatile) Previous (Ctrl+Alt+Shift+F3)</code> in <a href="https://npp-user-manual.org/docs/searching/#searching" rel="nofollow ugc">the manual</a> and the manual section on <a href="https://npp-user-manual.org/docs/searching/#_comparison-between-select-and-find-next-and-find-volatile-next_" rel="nofollow ugc">Comparison between “Select and Find Next” and “Find (Volatile) Next”</a></p>
<p dir="auto">It turns out the non-volatile <code>Ctrl+F3</code> or <code>Ctrl+Shift+F3</code> searches leave a minimal history. The manual says they are added to the history but that’s not quite true meaning this may be a Notepad++ bug.</p>
<p dir="auto">If you have some text selected then using the keyboard you can do <code>Ctrl+F3</code> or <code>Ctrl+Shift+F3</code>.  <code>Ctrl+F3</code> finds in the forward direction and <code>Ctrl+Shift+F3</code> finds in the backwards or reverse direction.</p>
<p dir="auto">If you use either of those then you will discover it’s in the topmost part of the find history but it gets overwritten should you do another <code>Ctrl+F3</code> style search or a normal search.  It also does not get saved to <code>Config.xml</code> when Notepad++ exits, even if you have the <code>&lt;FindHistory&gt;</code> values set to something other than zero.</p>
<p dir="auto"><code>Ctrl+F3</code> are <code>Ctrl+Shift+F3</code> also available via the menus under <code>Search / Select and Find Next</code> and <code>Search / Select and Find Previous</code>. They are always a “normal mode” search meaning you would not be able to use the <code>\</code> style escape codes available in extended searches nor the various features of regular expression searches.</p>
<p dir="auto">I have always relied on them as a “quick search” and depend on their <code>normal mode</code> operation as they are a quick way for me to search for regular expressions or things with <code>\</code> as as Windows file paths. I knew they did not get added to the find history and had assumed that was a feature but now see that [the manual](<a href="https://npp-user-manual.org/docs/searching/#searching" rel="nofollow ugc">https://npp-user-manual.org/docs/searching/#searching</a>] says “The searched word or selection is stored in the find history.”  That’s not quite true. They show up in the history but are not “added” to the history.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101419</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101419</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Sat, 03 May 2025 02:19:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Fri, 02 May 2025 17:08:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> said in <a href="/post/101411">How to disable FindHistory and FileEditViewHistory? auto-clear at exit?</a>:</p>
<blockquote>
<p dir="auto">I miss a corresponding option for &lt;FindHistory&gt;.</p>
<p dir="auto">Its strange that users have to fiddle around in config.xml for an advanced editor like NP++</p>
</blockquote>
<p dir="auto">TBH, I was a bit surprised that there wasn’t a GUI-based method of customizing/managing the Find/Replace history, but I think it’s great that things like this can be managed via the configuration files; not all software gives users this level of control/flexibility.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101416</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101416</guid><dc:creator><![CDATA[mathlete2]]></dc:creator><pubDate>Fri, 02 May 2025 17:08:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Fri, 02 May 2025 10:43:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> said:</p>
<blockquote>
<p dir="auto">Furthermore it the checkbox “Don’t check at launch time” is surprising . I cannot imagine a scenario where NP++ should NOT check this option at launch time. So its always checked.<br />
Or does it mean “only check at startup”?<br />
very confusing</p>
</blockquote>
<p dir="auto"><a href="https://npp-user-manual.org/docs/preferences/#recent-files-history" rel="nofollow ugc">https://npp-user-manual.org/docs/preferences/#recent-files-history</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/101412</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101412</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 02 May 2025 10:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Fri, 02 May 2025 10:04:56 GMT]]></title><description><![CDATA[<p dir="auto">Ok thank you.</p>
<p dir="auto">Your suggestions seem partially to work.</p>
<p dir="auto">The “Recent File History” in configuration refers to only the &lt;FileEditViewHistory&gt;. I miss a corresponding option for &lt;FindHistory&gt;.</p>
<p dir="auto">Its strange that users have to fiddle around in config.xml for an advanced editor like NP++</p>
<p dir="auto">Furthermore it the checkbox “Don’t check at launch time” is surprising . I cannot imagine a scenario where NP++ should NOT check this option at launch time. So its always checked.<br />
Or does it mean “only check at startup”?<br />
very confusing</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101411</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101411</guid><dc:creator><![CDATA[Claudia Svenson]]></dc:creator><pubDate>Fri, 02 May 2025 10:04:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Wed, 30 Apr 2025 13:48:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/markusbodensee" aria-label="Profile: MarkusBodensee">@<bdi>MarkusBodensee</bdi></a> said:</p>
<blockquote>
<p dir="auto">There is no reason to question the enquiry/use case</p>
</blockquote>
<p dir="auto">I mildly disagree, for reasons already stated… but mainly the reason is “to give better help to a questioning user”.  But, in the spirit of “just answer the question posed”, then OK, the earlier answers (besides mine!) were very reasonable.</p>
<blockquote>
<p dir="auto">use case: Multiple users/workers have access to same work station at a production line. Someone needs to reconfigure a machine with some confidential data from a customer</p>
</blockquote>
<p dir="auto">Hopefully this is something I.T. has considered.  (Of course, <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> could <em>be</em> I.T., who knows…)</p>
<blockquote>
<p dir="auto">Data maybe from an external storage, so nobody else has access without rights, and it gets unplugged afterwards.</p>
</blockquote>
<p dir="auto">In this scenario, I’d remove Notepad++ from the machine, and put portable Notepad++ on the “external storage” along with the data.</p>
<hr />
<p dir="auto">But, I normally resist speculation, i.e., using a crystal ball on a question in order to respond, so I’ve violated my own internal guideline on this one.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101345</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101345</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 30 Apr 2025 13:48:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Wed, 30 Apr 2025 11:54:01 GMT]]></title><description><![CDATA[<p dir="auto">There is no reason to question the enquiry/use case from <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> . Privacy is important and a good reason for the question. Even more, it is good and valid that people are thinking about privacy and asking such questions.</p>
<p dir="auto">In general it is a similar reason why browsers have a private mode.</p>
<p dir="auto">I think it is clear, that both, privacy and working without limitation, is not possible at the same time, but removing all kind of history is exactly what is asked for in this topic.</p>
<p dir="auto">As an example, consider the following use case. Multiple users/workers have access to same work station at a production line. Someone needs to reconfigure a machine with some confidential data from a customer. Data maybe from an external storage, so nobody else has access without rights, and it gets unplugged afterwards. Open it with Notepad++, does some adaption/formatting/searching to the confidential data. Configure machine. Clear history after finishing work.</p>
<p dir="auto">I didn’t know that it is even possible to disable find history, thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/mathlete2" aria-label="Profile: mathlete2">@<bdi>mathlete2</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> for pointing this out.</p>
<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> for addressing the backup topic here, too, and the possibility to disable this feature. This is definitly something <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> should also have a look at.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101344</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101344</guid><dc:creator><![CDATA[MarkusBodensee]]></dc:creator><pubDate>Wed, 30 Apr 2025 11:54:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Wed, 30 Apr 2025 10:49:44 GMT]]></title><description><![CDATA[<p dir="auto">While the proposed solutions by <a class="plugin-mentions-user plugin-mentions-a" href="/user/mathlete2" aria-label="Profile: mathlete2">@<bdi>mathlete2</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> probably work, they seem like they would be rather limiting to the user.  I mean, well, what happens when the user <em>wants</em> to use the history to e.g. reopen a closed file…or when the user <em>wants</em> to recall some complicated regex search that they conducted yesterday – this data obviously won’t be there.</p>
<p dir="auto">It’s one thing to answer a question, but it might be a more helpful thing to direct a user to a better place overall.  But I suppose we can’t do this because <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> didn’t elaborate on the situation in place where others could possibly somehow see this data.</p>
<p dir="auto">There are more privacy concerns with Notepad++ when used in situations such as <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> 's.  An example is “unsaved” text data being saved in the “Backup” folder – gasp, anyone with access to the PC could see this.</p>
<p dir="auto">It’s all a bit irrelevant, though, as on an “unsecured” PC, a rogue user sitting down at someone’s unlocked PC could see <em>all</em>.  I’m not saying this is the <a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> situation, but just what <em>is</em> that situation?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101343</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101343</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 30 Apr 2025 10:49:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Tue, 29 Apr 2025 20:06:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mkupper" aria-label="Profile: mkupper">@<bdi>mkupper</bdi></a> said in <a href="/post/101332">How to disable FindHistory and FileEditViewHistory? auto-clear at exit?</a>:</p>
<blockquote>
<p dir="auto">Notepad++ loads the config.xml file when it’s started and writes it back out when you exit Notepad++. That’s why in step 2 above you needed to use an editor other than Notepad++ to make the changes to config.xml.</p>
</blockquote>
<p dir="auto">The <a href="https://npp-user-manual.org/docs/config-files/#editing-configuration-files" rel="nofollow ugc">Configuration Files documentation</a> also suggests using a portable copy of NP++ to do the editing, but another way to work around the overwrites is to:</p>
<ol>
<li>Copy <code>config.xml</code> to another directory.</li>
<li>Edit the copy with your usual NP++ installation.</li>
<li>Close the session.</li>
<li>Rename the original file to back it up.</li>
<li>Copy over the edited file.</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/101333</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101333</guid><dc:creator><![CDATA[mathlete2]]></dc:creator><pubDate>Tue, 29 Apr 2025 20:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Tue, 29 Apr 2025 19:38:26 GMT]]></title><description><![CDATA[<p dir="auto">(edit as there was a cross post)</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/mathlete2" aria-label="Profile: mathlete2">@<bdi>mathlete2</bdi></a> has answered you for both the file history part and then the search history part. I had posted what’s below not realizing that mathlete2 was also answering the second part. Hopefully between what the two of us wrote you will know your to fix your Notepad++.</p>
<p dir="auto">While Notepad++ is running the history for search/replace seems to be unlimited. However, Notepad++ saves the last 10 things searched for when it exits along with what was searched for.</p>
<p dir="auto">You can configure how many search terms get saved by editing your <code>config.xml</code> file.</p>
<ol>
<li>Exit from Notepad++</li>
<li>Using Microsoft Notepad or an editor other than Notepad++ edit Notepad++'s <code>config.xml</code> file.</li>
<li>Near the very top of the config.xml file you will see a line with:</li>
</ol>
<pre><code class="language-xml">&lt;FindHistory nbMaxFindHistoryPath="10" nbMaxFindHistoryFilter="10" nbMaxFindHistoryFind="10" nbMaxFindHistoryReplace="10" ...&gt;
</code></pre>
<p dir="auto">Change the number 10 to 0 (zero). You will need to change this in four spots on that line.</p>
<pre><code class="language-xml">&lt;FindHistory nbMaxFindHistoryPath="0" nbMaxFindHistoryFilter="0" nbMaxFindHistoryFind="0" nbMaxFindHistoryReplace="0" ...&gt;
</code></pre>
<ol start="4">
<li>Save the config.xml file and restart Notepad++.</li>
</ol>
<p dir="auto">Notepad++ will now be in a mode where the search history still has an unlimited length while Notepad++ is running but when you exit Notepad++ then the search history is not saved.</p>
<p dir="auto">Notepad++ loads the config.xml file when it’s started and writes it back out when you exit Notepad++. That’s why in step 2 above you needed to use an editor other than Notepad++ to make the changes to config.xml.</p>
<p dir="auto">Your config.xml file is normally at <code>%AppData%\Notepad++\config.xml</code>.  If it is not their then post your Notepad++ <code>? / debug info</code> menu  results here and someone will help you find the config.xml file.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101332</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101332</guid><dc:creator><![CDATA[mkupper]]></dc:creator><pubDate>Tue, 29 Apr 2025 19:38:26 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Tue, 29 Apr 2025 19:11:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> as for the <strong>Find</strong> history: I don’t see any settings in the <strong>Preferences</strong> window for this, but if you look in your <code>config.xml</code> file, you will see a <code>FindHistory</code> tag with several <code>nbMaxFindHistory...</code> entries.  On my setup, they are all set to <code>10</code>, and I have 10 <code>Find</code>/<code>Replace</code> entries in that section.  So, in addition to deleting the <code>Find</code>/<code>Replace</code> entries, changing the <code>nbMaxFindHistory..</code> values to <code>0</code> might prevent NP++ from keeping a history going forward.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101330</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101330</guid><dc:creator><![CDATA[mathlete2]]></dc:creator><pubDate>Tue, 29 Apr 2025 19:11:34 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Tue, 29 Apr 2025 18:55:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> in <strong>Settings &gt; Preferences</strong>, there is a <strong>Recent Files History</strong> section that allows you to customize the number of files in your history, and it looks like 0 is a valid option:</p>
<p dir="auto"><img src="/assets/uploads/files/1745952902204-335d8caf-f9e6-4da9-81ad-740e38b0c003-image.png" alt="335d8caf-f9e6-4da9-81ad-740e38b0c003-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/101329</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101329</guid><dc:creator><![CDATA[mathlete2]]></dc:creator><pubDate>Tue, 29 Apr 2025 18:55:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to disable FindHistory and FileEditViewHistory?  auto-clear at exit? on Tue, 29 Apr 2025 10:47:49 GMT]]></title><description><![CDATA[<p dir="auto">The real answer is to lock your PC when you leave it?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/101315</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/101315</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 29 Apr 2025 10:47:49 GMT</pubDate></item></channel></rss>