Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.3.0](https://github.com/Project-Colony/Raven/compare/v0.2.0...v0.3.0) (2026-09-02)


### Features

* **doctor:** report when the system cannot decode a game's media ([23dcbc0](https://github.com/Project-Colony/Raven/commit/23dcbc0e3025b8eba694523c83350cc2becb7828))
* environment sessions - the second launch is thirteen times faster ([d3117e6](https://github.com/Project-Colony/Raven/commit/d3117e633f0ca76427a96712a6edee6090ad5bb2))
* raven env dxvk installs Direct3D-on-Vulkan into an environment ([61fbe3d](https://github.com/Project-Colony/Raven/commit/61fbe3db68bb6f1af90b5af91dae5a70780ff0c3))
* Raven gets a mark - a raven's head cut through the mount stack ([05b0c5f](https://github.com/Project-Colony/Raven/commit/05b0c5f14f01cf1dbdce9f265a1719a361606187))
* the fonts are back - a real Windows with hidden fonts is not one ([eceea7e](https://github.com/Project-Colony/Raven/commit/eceea7e7e8e67f9af7cd1bca9b6c1f24a09eeb2d))
* vkd3d-proton for Direct3D 12, and env start to pay the wait up front ([4b3cb03](https://github.com/Project-Colony/Raven/commit/4b3cb03e40c1f598747e2c368a1455baa8c0c155))


### Bug Fixes

* a launched program starts in its own directory, as Windows gives it ([8d26822](https://github.com/Project-Colony/Raven/commit/8d2682279c2d88c63233665a63450d0f955451e3))
* four defects an adversarial review found in sessions ([0c97b38](https://github.com/Project-Colony/Raven/commit/0c97b385c487d9bd023063ae058e1829c7b2f657))
* restore the mark to concept 36 as it was drawn ([20c2ce8](https://github.com/Project-Colony/Raven/commit/20c2ce8e2417489393469cfa19e9b8306b31d4a6))
* the readiness reader made setns refuse the join ([bd6d650](https://github.com/Project-Colony/Raven/commit/bd6d650b675d8f7109f508f2fe62072ad15fe0de))
* updating DXVK no longer strands the modules the new build dropped ([54ac726](https://github.com/Project-Colony/Raven/commit/54ac7261b14bcd4959f8b6deabeed97690851c2f))

## [0.2.0](https://github.com/Project-Colony/Raven/compare/v0.1.0...v0.2.0) (2026-09-01)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "raven"
description = "Run Windows programs on Linux against a real Windows installation mounted as C:"
version = "0.2.0" # x-release-please-version
version = "0.3.0" # x-release-please-version
license = "GPL-3.0-or-later"
repository = "https://github.com/Project-Colony/Raven"
edition = "2024"
Expand Down