Skip to content

Release 0.4.0#59

Merged
KlaasWhite merged 8 commits intomainfrom
dev
Feb 21, 2026
Merged

Release 0.4.0#59
KlaasWhite merged 8 commits intomainfrom
dev

Conversation

@KlaasWhite
Copy link
Member

No description provided.

KlaasWhite and others added 8 commits December 23, 2025 21:58
* Add dependencies to mods and use them for mod loading order

* Allow mods to define what assemblies they want to export

* Add StarMap hook for after onFrame

* Fix package release

* Onframepatch clean (#47)

* Do not try to unload the assembly load contexts (#44)

* Program.OnFrame Harmony patch

* Updated the API readme

---------

Co-authored-by: KlaasWhite <45828001+KlaasWhite@users.noreply.github.com>

---------

Co-authored-by: mihe <mihemihe@hotmail.com>

* Alter dependency config to work using the mod.toml instead of static properties

* Add StarMap section to mod.toml and improve API documentation

* Merge pull request #49 from StarMapLoader/dev

Do not try to unload the assembly load contexts (#44)
Add StarMap hook for after onFrame

* Add dependencies to mods and use them for mod loading order

* Allow mods to define what assemblies they want to export

* Alter dependency config to work using the mod.toml instead of static properties

* Add StarMap section to mod.toml and improve API documentation

* Merge pull request #49 from StarMapLoader/dev

Do not try to unload the assembly load contexts (#44)
Add StarMap hook for after onFrame

* Add OnFrame documentation to API

* Update dummy version

* Fix spelling issues in README.md

---------

Co-authored-by: mihe <mihemihe@hotmail.com>
* Refactor projects and add rc-build workflow

* Fix build issues

* Fix pr-build
KSA r3646 added `Directory.SetCurrentDirectory(AppDomain.CurrentDomain.BaseDirectory)`
at the top of Program.Main() to fix a Linux startup crash. When launched via StarMap,
AppDomain.CurrentDomain.BaseDirectory resolves to StarMap's directory instead of the
game directory, causing the game to look for assets in the wrong location.

Fix by setting APP_CONTEXT_BASE_DIRECTORY to the game directory, which is the backing
store for AppDomain.CurrentDomain.BaseDirectory in .NET.

Fixes #55

Co-authored-by: Maximilian Neßlauer <maximiliannesslauer@gmail.com>
@github-actions
Copy link

Next version: v0.3.7

@github-actions
Copy link

Next version: v0.4.0

@KlaasWhite KlaasWhite changed the title Release 4.0.0 Release 0.4.0 Feb 21, 2026
@github-actions
Copy link

Next version: v0.4.0

@KlaasWhite KlaasWhite merged commit 0ef4388 into main Feb 21, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant