Skip to content

Commit 503278b

Browse files
committed
update
1 parent c24d230 commit 503278b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,17 @@ <h1 class="header-name">Aegis Code Forge</h1>
2525

2626
<div>
2727

28-
<blockquote><i>NOTE: This project has no relations with <a href="https://aegis.sourceforge.net">the original Aegis</a>.</i></blockquote>
29-
3028
<p>Aegis is a self-hosted <a href="https://en.wikipedia.org/wiki/Forge_(software)">code forge</a> that mainly supports the <a href="https://git-scm.com">Git distributed version control system</a>.</p>
3129

32-
<p><b>Latest Release: <a href="https://github.com/AegisCodeForge/aegis/releases/tag/v0.1.4">v0.1.4 (2025-09-24)</a></b><br />
33-
<b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/d2c55389efc65fa6c67b899d60c571a4fc9f1358">v0.1.5-alpha,170 (2025-11-27)</a></b></p>
30+
<p><b>Latest Release: <a href="https://github.com/AegisCodeForge/aegis/releases/tag/v0.1.5">v0.1.5 (2025-11-30)</a></b><br />
31+
<b>Latest Nightly: <a href="https://github.com/AegisCodeForge/aegis/tree/6204d5b95de97755e1f2b0d60cf8c73741b9018e">v0.1.5.build_0 (2025-11-30)</a></b></p>
3432

3533
<ul>
3634
<li>Simple, functional UI;</li>
37-
<li>Support read-only clone by HTTP and read/write access through SSH;</li>
38-
<li>Support for issue tracking and pull requests;</li>
39-
<li>Support for namespaces (which you can turn off at installation time);</li>
40-
<li>Support for per-namespace and per-repository user access control;</li>
35+
<li><b>No JavaScript</b> - works all major browsers and a lot of minor ones, including <a href="https://ladybird.org">Ladybird</a>, <a href="http://kmeleonbrowser.org">K-Meleon</a> and <a href="https://www.netsurf-browser.org">NetSurf</a>.</li>
36+
<li>Proper web installer for easy installation;</li>
37+
<li>Read/write access through SSH with per-namespace and/or per-repository user access control;</li>
38+
<li>Issue tracking and pull requests;</li>
4139
<li>Webhooks for external CI/CD (experimental feature; subject to change)</li>
4240
<li>Support for snippets (à la GitHub snippets)</li>
4341
<li>Multiple operation mode for different needs:
@@ -49,20 +47,21 @@ <h1 class="header-name">Aegis Code Forge</h1>
4947
</li>
5048
<li>And many tiny things:
5149
<ul>
52-
<li>Support labels for repositories;</li>
50+
<li>Labels for repositories;</li>
5351
<li>UI for Git Blame;</li>
5452
<li>UI for directly editing files;</li>
55-
<li>2-factor authentication</li>
53+
<li>2-Factor Authentication</li>
5654
<li><code>Co-Authored-By</code></li>
5755
</ul>
5856
</li>
59-
<li>No JavaScript - works all major browsers and a lot of minor ones, including <a href="https://ladybird.org">Ladybird</a>, <a href="http://kmeleonbrowser.org">K-Meleon</a> and <a href="https://www.netsurf-browser.org">NetSurf</a>.</li>
60-
<li>Proper web installer for easy(-er) installation;</li>
6157
</ul>
6258

6359
<p>While we don't have a demo yet, <a href="./screenshot.html">here are a few screenshot from the latest nightly (v0.1.3-b1)</a>.</p>
6460
<p>The code repository can currently be found on <a href="https://github.com/AegisCodeForge/aegis">GitHub</a>.</p>
6561

62+
<blockquote><i>NOTE: This project has no relations with <a href="https://aegis.sourceforge.net">the original Aegis</a>.</i></blockquote>
63+
64+
6665
</div>
6766

6867
<hr />

0 commit comments

Comments
 (0)