feat: release notes for 0.1.4; archive 0.1.4 iso; bump version to 0.1.5

This commit is contained in:
2026-06-21 12:46:48 +02:00
parent 4cda83aa58
commit 4596f8d708
5 changed files with 93 additions and 4 deletions
+48 -1
View File
@@ -96,6 +96,7 @@
<hr>
<ul>
<li><a href="#latest">Latest Release</a></li>
<li><a href="#v014">v0.1.4</a></li>
<li><a href="#v013">v0.1.3</a></li>
<li><a href="#v012">v0.1.2</a></li>
<li><a href="#v011">v0.1.1</a></li>
@@ -111,6 +112,53 @@
<hr>
<h2 id="latest">Latest Release</h2>
<div class="box release-card" id="v014">
<h3>MontaukOS 0.1.4</h3>
<p class="release-meta">June 21, 2026</p>
<h4>New</h4>
<ul>
<li>Shell tab completion for executables, built-in commands, and files in the working directory</li>
<li>New console session mode for text-mode operation</li>
<li>New shell commands:
<ul>
<li><code>proclist</code> - list running processes</li>
<li><code>btlist</code> - list connected Bluetooth devices</li>
<li><code>btbonds</code> - list bonded (paired) Bluetooth devices</li>
</ul>
</li>
<li>Bluetooth app now shows paired devices, and the Bluetooth stack supports MAC address spoofing</li>
<li>Bluetooth audio (A2DP) playback reliability improvements</li>
<li>Crash reporting now works from console sessions as well as the desktop</li>
<li>New bootloader-agnostic Boot Contract, decoupling the kernel from the bootloader</li>
<li>C API syscall numbers for the bundled TCC compiler are now auto-generated and verified at build time</li>
</ul>
<h4>Fixed</h4>
<ul>
<li>Fixed an NVMe completion-queue desync that could break all disk reads</li>
<li>Fixed TCP/IP stack bugs</li>
<li>Fixed an SMP race in the kernel crash-report ring buffer, and guarded against crash-handler crash loops</li>
<li>Fixed Terminal scrolling and zoom inconsistencies</li>
<li>Fixed scrolling cutoff for the last entry in Device Explorer</li>
<li>Fixed UI issues in Files app dialogs</li>
<li>Fixed a TLS (secure networking) bug affecting system programs</li>
<li>Performance improvement in the kernel string-stream helper</li>
<li>Numerous additional kernel, shell, and desktop bug fixes</li>
</ul>
<h4>Included in ISO</h4>
<ul>
<li>MontaukOS SMP kernel</li>
<li>Userspace bootstrap (<code>0:/os/init.elf</code>) and other essential system utilities</li>
<li>MontaukOS desktop environment and graphical apps</li>
<li>Manual pages (<code>0:/man</code>), readable via <code>man</code> command</li>
<li>System CA certificates (<code>0:/os/certs/ca-certificates.crt</code>)</li>
<li>Flat Remix icon pack</li>
<li>JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts</li>
<li>DOOM Shareware game with SDL_mixer audio support</li>
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
</ul>
</div>
<h2>Release Archive</h2>
<div class="box release-card" id="v013">
<h3>MontaukOS 0.1.3</h3>
<p class="release-meta">June 7, 2026</p>
@@ -187,7 +235,6 @@
</ul>
</div>
<h2>Release Archive</h2>
<div class="box release-card" id="v012">
<h3>MontaukOS 0.1.2</h3>
<p class="release-meta">May 2, 2026</p>