feat: bump version; release notes for 0.1.2; archive 0.1.2 iso
This commit is contained in:
@@ -96,9 +96,9 @@
|
||||
<hr>
|
||||
<ul>
|
||||
<li><a href="#latest">Latest Release</a></li>
|
||||
<li><a href="#v040">v0.4.0</a></li>
|
||||
<li><a href="#v032">v0.3.2</a></li>
|
||||
<li><a href="#v030">v0.3.0</a></li>
|
||||
<li><a href="#v012">v0.1.2</a></li>
|
||||
<li><a href="#v011">v0.1.1</a></li>
|
||||
<li><a href="#v010">v0.1.0</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -110,54 +110,110 @@
|
||||
<hr>
|
||||
|
||||
<h2 id="latest">Latest Release</h2>
|
||||
<div class="box release-card" id="v040">
|
||||
<h3>MontaukOS v0.4.0 Preview</h3>
|
||||
<p class="release-meta">Released April 12, 2026 | Preview channel | Tested in QEMU, VirtualBox, and select Intel desktop hardware</p>
|
||||
<p>
|
||||
This preview build focuses on desktop stability and broadens the hardware story for audio, storage, and graphics.
|
||||
It is the recommended sample build for screenshots, demos, and early testing on new machines.
|
||||
</p>
|
||||
<div class="box release-card" id="v012">
|
||||
<h3>MontaukOS 0.1.2</h3>
|
||||
<p class="release-meta">May 2, 2026</p>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Improved Intel graphics bring-up during desktop startup</li>
|
||||
<li>Reduced audio glitches in the HDA playback path</li>
|
||||
<li>Added more complete PDF Viewer and Weather App integration</li>
|
||||
<li>Refined installer messaging and first-boot desktop defaults</li>
|
||||
<li>Symmetric Multiprocessing (SMP) support</li>
|
||||
<li>New Time Zone Configuration applet in System Configuration with full time zone database</li>
|
||||
<li>Message box dialogs (OK, Yes/No, OK/Cancel) as a shared library (see Docs > Desktop Internals > Dialogs)</li>
|
||||
<li>Open/Save file dialogs as a shared library (see Docs > Desktop Internals > Dialogs)</li>
|
||||
<li>Copy and Move file operations in Files app</li>
|
||||
<li>Standard MTK GUI toolkit; the following apps were ported:
|
||||
<ul>
|
||||
<li>Calculator</li>
|
||||
<li>Weather</li>
|
||||
<li>Wikipedia</li>
|
||||
<li>Bluetooth</li>
|
||||
<li>Disks</li>
|
||||
<li>Printers</li>
|
||||
<li>Process Manager</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>New formatting options added to Wikipedia</li>
|
||||
<li>New Screenshot app for capturing desktop images</li>
|
||||
<li>New Paint app</li>
|
||||
<li>New Video Player app with AVI format support</li>
|
||||
<li>Ported Lua scripting language interpreter</li>
|
||||
<li>Terminal app ported to Window Server from being desktop built-in app</li>
|
||||
<li>Terminal app now supports zoom shortcuts</li>
|
||||
<li>Process Manager (<code>procmgr</code>) ported to Window Server, UI revamped, Windows tab added</li>
|
||||
<li>New Word Processor app; PDF export included</li>
|
||||
<li>New Spreadsheet app</li>
|
||||
<li>Text Editor app ported to Window Server from being desktop built-in app</li>
|
||||
<li>Text Editor now supports C and Lua syntax highlighting</li>
|
||||
<li>Audio visualizer added to Music app</li>
|
||||
<li>New Window Server helpers for standalone GUI apps (<code>win_create</code>, <code>win_poll</code>, <code>win_present</code>, etc.)</li>
|
||||
<li>Files app now has virtual folders to expose system components (System Configuration, Apps folders)</li>
|
||||
<li>Drive labels displayed in Files app</li>
|
||||
<li>Process crash popups (CrashReport)</li>
|
||||
<li>Expanded ACPI support</li>
|
||||
<li>Primitive S3 sleep/wake support</li>
|
||||
<li>Support for Internet Printing Protocol (IPP) printing</li>
|
||||
<li>Print dialog and test page printing</li>
|
||||
<li>Primitive clipboard support</li>
|
||||
<li>ELF shared library support with PIC code model</li>
|
||||
<li>Login screen improvements</li>
|
||||
<li>PDF viewer rendering improvements</li>
|
||||
<li>Super + Space keyboard shortcut for desktop search panel</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:/etc/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>
|
||||
<li>Desktop wallpaper - Lake and mountains by Stephen Walker, Unsplash</li>
|
||||
</ul>
|
||||
<p><strong>Package details:</strong> Raw disk image bundle, sample size 84 MB, includes release notes and checksum placeholder.</p>
|
||||
<p class="release-actions"><a href="downloads/montaukos-v0.4.0-preview.txt" download>Download sample package</a></p>
|
||||
</div>
|
||||
|
||||
<h2>Release Archive</h2>
|
||||
<div class="box release-card" id="v032">
|
||||
<h3>MontaukOS v0.3.2 Stable</h3>
|
||||
<p class="release-meta">Released December 18, 2025 | Stable channel | Maintenance update</p>
|
||||
<p>
|
||||
This stable release is aimed at repeatable demos and development setups. It bundles the same core desktop
|
||||
environment as the preview builds, but with fewer experimental kernel and driver changes enabled by default.
|
||||
</p>
|
||||
<div class="box release-card" id="v011">
|
||||
<h3>MontaukOS 0.1.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Fixed several ext2 edge cases during larger file copies</li>
|
||||
<li>Improved network driver recovery after emulator resets</li>
|
||||
<li>Shipped a more reliable default audio mixer configuration</li>
|
||||
<li>Quality of life improvements in Wikipedia Client and Image Viewer apps</li>
|
||||
<li>Fixed memory leaks</li>
|
||||
<li>Fixed ghost shell.elf process bug in terminal emulator</li>
|
||||
<li>Fixed File Manager rendering bug</li>
|
||||
</ul>
|
||||
<h4>Included in ISO</h4>
|
||||
<ul>
|
||||
<li>MontaukOS 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:/etc/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 and Montauk DOOM runtime (<code>0:/games/doom.elf</code>)</li>
|
||||
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
|
||||
<li>Desktop wallpaper - Lake and mountains by Stephen Walker, Unsplash</li>
|
||||
</ul>
|
||||
<p><strong>Notes:</strong> Best starting point for users who want a conservative baseline before trying preview releases.</p>
|
||||
<p class="release-actions"><a href="downloads/montaukos-v0.3.2-stable.txt" download>Download sample package</a></p>
|
||||
</div>
|
||||
|
||||
<div class="box release-card" id="v030">
|
||||
<h3>MontaukOS v0.3.0 Alpha</h3>
|
||||
<p class="release-meta">Released September 29, 2025 | Alpha channel | Early public image</p>
|
||||
<p>
|
||||
The first broadly shared build of MontaukOS. It remains useful as a reference point for tracking how the
|
||||
kernel, desktop environment, and bundled applications have evolved over time.
|
||||
</p>
|
||||
<div class="box release-card" id="v010">
|
||||
<h3>MontaukOS 0.1.0</h3>
|
||||
<p>(first release)</p>
|
||||
<h4>Included in ISO</h4>
|
||||
<ul>
|
||||
<li>Introduced the initial desktop environment and application launcher</li>
|
||||
<li>Added Terminal, File Manager, Weather App, and DOOM to the base image</li>
|
||||
<li>Established the first multi-user session and filesystem workflow</li>
|
||||
<li>MontaukOS 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:/etc/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 and Montauk DOOM runtime (<code>0:/games/doom.elf</code>)</li>
|
||||
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
|
||||
<li>Desktop wallpaper - pine forest by Gustav Gullstrand, Unsplash</li>
|
||||
</ul>
|
||||
<p><strong>Notes:</strong> Keep for archival purposes and regression testing rather than daily use.</p>
|
||||
<p class="release-actions"><a href="downloads/montaukos-v0.3.0-alpha.txt" download>Download sample package</a></p>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user