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
+42
View File
@@ -1,3 +1,45 @@
MontaukOS 0.1.4 (June 21, 2026)
(4cda83aa58aa22431ec64893b7960f871729dab4)
New
====
* Shell tab completion for executables, built-in commands, and files in the working directory
* New console session mode for text-mode operation
* New shell commands:
* proclist - list running processes
* btlist - list connected Bluetooth devices
* btbonds - list bonded (paired) Bluetooth devices
* Bluetooth app now shows paired devices, and the Bluetooth stack supports MAC address spoofing
* Bluetooth audio (A2DP) playback reliability improvements
* Crash reporting now works from console sessions as well as the desktop
* New bootloader-agnostic Boot Contract, decoupling the kernel from the bootloader
* C API syscall numbers for the bundled TCC compiler are now auto-generated and verified at build time
Fixed
=====
* Fixed an NVMe completion-queue desync that could break all disk reads
* Fixed TCP/IP stack bugs
* Fixed an SMP race in the kernel crash-report ring buffer, and guarded against crash-handler crash loops
* Fixed Terminal scrolling and zoom inconsistencies
* Fixed scrolling cutoff for the last entry in Device Explorer
* Fixed UI issues in Files app dialogs
* Fixed a TLS (secure networking) bug affecting system programs
* Performance improvement in the kernel string-stream helper
* Numerous additional kernel, shell, and desktop bug fixes
Included in ISO
================
* MontaukOS SMP kernel
* Userspace bootstrap (0:/os/init.elf) and other essential system utilities
* MontaukOS desktop environment and graphical apps
* Manual pages (0:/man), readable via man command
* System CA certificates (0:/os/certs/ca-certificates.crt)
* Flat Remix icon pack
* JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts
* DOOM Shareware game with SDL_mixer audio support
* Experimental HTTP server (httpd) and default page (0:/www/index.html)
MontaukOS 0.1.3 (June 7, 2026)
(0642d930df6eee66b40423c6e621327b1e3d5c0e)