Commit4da74583Recorded17 Feb 2026Repositorysigil-app

Release v0.5.0

Message

Packages with changes: - sigil-build - sigil-changes - sigil-format - sigil-app - sigil-lib - sigil-web - sigil-crypto - sigil-tls - sigil-graphics - sigil-socket - sigil-websocket - sigil-mcp - sigil-hooks - sigil-sxml - sigil-version - sigil-jwt - sigil-stdlib - sigil-cli - sigil-markdown - sigil-sqlite - sigil-ansi - sigil-run - sigil-audio - sigil-git - sigil-test

Changed
 CHANGELOG.md | 23 +++++++++++++++++++++++
 package.sgl  |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)
Diff
CHANGELOG.mdadded
@@ -0,0 +1,23 @@
+1
# Changelog
+2
+3
All notable changes to this project will be documented in this file.
+4
+5
The format is based on [Keep a Changelog](https://keepachangelog.com/),
+6
and this project adheres to [Semantic Versioning](https://semver.org/).
+7
+8
## [0.5.0] - 2026-02-17
+9
+10
### Added
+11
+12
- Added test harness generation and build support for packages with native dependencies. Improved native package handling, added c-flags field to library struct. Fixed stdlib inclusion in bundles with custom native runtimes, directory structure preservation in compile-c-sources, and absolute sigil-lib include path resolution.
+13
- Added test coverage.
+14
- Added test coverage.
+15
+16
### Fixed
+17
+18
- Fixed random seed initialization crash caused by flonum-to-bignum promotion in modulo. Fixed status command crash when displaying projected versions for packages without changes.
+19
+20
### Other
+21
+22
- New packages split from sigil-studio. Font and image modules moved to (sigil graphics *) namespace.
+23
package.sglmodified
@@ -5,7 +5,7 @@
5
6
(package
7
name: "sigil-app"
8
version: "0.4.0"
+8
version: "0.5.0"
9
description: "Application framework for Sigil (windowing, input, lifecycle)"
10
url: "https://codeberg.org/sigil/sigil"
11
license: "BSD-3-Clause"