<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/forge/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/forge/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 21 Apr 2026 01:21:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forge/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>How to find M3u iptv addresses</title><link>https://sourceforge.net/p/forge/feature-requests/946/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Field</dc:creator><pubDate>Tue, 21 Apr 2026 01:21:22 -0000</pubDate><guid>https://sourceforge.net152f71b2175faa56e2d46d5bf1545cae76f2d497</guid></item><item><title>#927 Add dark theme support</title><link>https://sourceforge.net/p/forge/feature-requests/927/?limit=250#1960</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is an important request!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neustradamus</dc:creator><pubDate>Thu, 09 Apr 2026 11:47:30 -0000</pubDate><guid>https://sourceforge.net6a40a6150ccd19101675eb3d9ff3be9cec9b3b5b</guid></item><item><title>#936 Bring back .htaccess support for project web</title><link>https://sourceforge.net/p/forge/feature-requests/936/?limit=25#a65f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would love at least a way to provide custom 404 page or HTTP 301 redirects. My old site had many URLs, which are now broken, and replacing the old URLs with static .html pages is not a good solution.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Ziem</dc:creator><pubDate>Mon, 30 Mar 2026 14:17:04 -0000</pubDate><guid>https://sourceforge.netaf06f820b301407941689a451f21aa6261932d37</guid></item><item><title>Hosting Go modules</title><link>https://sourceforge.net/p/forge/feature-requests/945/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Unable to use SourceForge repositories as Go modules&lt;/p&gt;
&lt;p&gt;Description:&lt;br/&gt;
Hello,&lt;/p&gt;
&lt;p&gt;I am trying to publish a Go module using a SourceForge Git repository. When running:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;go&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;get&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;https&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;git&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;tracetypes&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;tracetypes&lt;/span&gt;&lt;span class="nv"&gt;@v0&lt;/span&gt;&lt;span class="mf"&gt;.1.0&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;or importing in Go code:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"sourceforge.net/p/tracetypes/tracetypes"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;the Go toolchain fails with an error:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;no&lt;/span&gt; &lt;span class="n"&gt;go&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="kn"&gt;import&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nn"&gt;meta&lt;/span&gt; &lt;span class="n"&gt;tags&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Go’s module system requires that the import path resolve to an HTML page containing a &lt;code&gt;&amp;lt;meta name="go-import"&amp;gt;&lt;/code&gt; tag specifying the repository location, e.g.:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;meta&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;name&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"go-import"&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;content&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"sourceforge.net/p/tracetypes/tracetypes git https://git.code.sf.net/p/tracetypes/tracetypes.git"&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;It seems like SourceForge currently does not provide a way to serve or configure these tags on repository pages. As a result, Go modules cannot be published or consumed directly from SourceForge.&lt;/p&gt;
&lt;p&gt;Could SourceForge provide support for &lt;code&gt;&amp;lt;meta name="go-import"&amp;gt;&lt;/code&gt; tags, or an alternative mechanism to allow Go module discovery from SourceForge-hosted Git repositories?&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Forshtat</dc:creator><pubDate>Sat, 14 Mar 2026 15:38:43 -0000</pubDate><guid>https://sourceforge.netfbd575675e1afe363439cea16f7f670b345fa623</guid></item><item><title>#944 Mouse Keyboard Clicker Holder</title><link>https://sourceforge.net/p/forge/feature-requests/944/?limit=25#26ae</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/projects/keyboard-clicker-holder/"&gt;https://sourceforge.net/projects/keyboard-clicker-holder/&lt;/a&gt;&lt;br/&gt;
The link of what I'm talking about&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tayvon Co</dc:creator><pubDate>Thu, 12 Mar 2026 09:10:28 -0000</pubDate><guid>https://sourceforge.net6c6df78de1a5c9762a960d884894987fe752e86f</guid></item><item><title>Mouse Keyboard Clicker Holder</title><link>https://sourceforge.net/p/forge/feature-requests/944/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add a feature where we can use multiple keys in a sequence order instead of one please. You can feel free to experiment with it to perfect it and even maybe have ads or something else that I'm not aware of if making it free isn't an option. Don't get me wrong the keyboard clicker is really good, it's just I think it has potential if more was added-on&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tayvon Co</dc:creator><pubDate>Thu, 12 Mar 2026 09:09:16 -0000</pubDate><guid>https://sourceforge.net2cd701109b9e038237daae5ed31f862ac00fb90d</guid></item><item><title>#943 User activity</title><link>https://sourceforge.net/p/forge/feature-requests/943/?limit=25#f001</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have deleted all my projects and (after 26 years) disabled my account.&lt;/p&gt;
&lt;p&gt;This webpage leaks informations about my activity and that is not acceptable to me.&lt;/p&gt;
&lt;p&gt;Please delete my account permanently. Thank you.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 04 Feb 2026 23:01:54 -0000</pubDate><guid>https://sourceforge.net2d814eb56363673a48f2524df6ad55aabfce0410</guid></item><item><title>#943 User activity</title><link>https://sourceforge.net/p/forge/feature-requests/943/?limit=25#bfef</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I hate this. &lt;/p&gt;
&lt;p&gt;Bye.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 04 Feb 2026 22:57:21 -0000</pubDate><guid>https://sourceforge.net81037c99b6bdaadd0a36528e125297c1a0265fbe</guid></item><item><title>#943 User activity</title><link>https://sourceforge.net/p/forge/feature-requests/943/?limit=25#71ed</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Will all this be gone if I delete my account?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 04 Feb 2026 22:53:12 -0000</pubDate><guid>https://sourceforge.net3f09378f7ed1589652f197138a773df21432b757</guid></item><item><title>#943 User activity</title><link>https://sourceforge.net/p/forge/feature-requests/943/?limit=25#0973</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Same for tickets. Why are tickets public? Can I delete a ticket?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 04 Feb 2026 22:52:45 -0000</pubDate><guid>https://sourceforge.net61999cec22f09292982ff0cb34b86dce949a0bd0</guid></item></channel></rss>