mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-31 13:18:46 +00:00
chore: update version to 2.0.0
This commit is contained in:
parent
380f800fa8
commit
9711c257a6
4 changed files with 37 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -554,7 +554,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "envision"
|
||||
version = "1.1.1"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ash",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "envision"
|
||||
version = "1.1.1"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Gabriele Musco <gabmus@disroot.org>",
|
||||
|
|
|
@ -18,6 +18,40 @@
|
|||
<url type="bugtracker">@REPO_URL@/issues</url>
|
||||
<content_rating type="oars-1.0" />
|
||||
<releases>
|
||||
<release version="2.0.0" date="2024-12-09">
|
||||
<description>
|
||||
<p>Breaking changes</p>
|
||||
<ul>
|
||||
<li>enable support for different openvr compatibility modules other than opencomposite</li>
|
||||
</ul>
|
||||
<p>What's new</p>
|
||||
<ul>
|
||||
<li>add metadata to Cargo.toml; get developers from Cargo.toml authors; rectify SPDX id for license as AGPL-3.0-or-later</li>
|
||||
<li>refactor builders cmake vars and env to use inner blocks</li>
|
||||
<li>disable wivrnctl; refactor cmake vars in wivrn builder</li>
|
||||
<li>make left and right qwerty controllers appear as no controller detected</li>
|
||||
<li>try to find libmonado and openxr shared objects by reading openxr config</li>
|
||||
<li>prefer symlinks over generating files for openxr active runtime json file</li>
|
||||
<li>move steam library folders parser to own module; function to find steam openxr json; format</li>
|
||||
<li>proper logging framework</li>
|
||||
</ul>
|
||||
<p>Fixes</p>
|
||||
<ul>
|
||||
<li>build profile can be specified manually</li>
|
||||
<li>update wivrn libmonado path to wirvn/libmonado_wivrn.so</li>
|
||||
<li>create openxr config dir when starting profile</li>
|
||||
<li>add libnotify-dev dependency for wivrn</li>
|
||||
<li>openssl dep is an include</li>
|
||||
<li>add openssl-devel dep for wivrn</li>
|
||||
<li>negative logic and early return in start xrservice func</li>
|
||||
<li>use let err instead of match in restore xr files func</li>
|
||||
</ul>
|
||||
<p>Other changes</p>
|
||||
<ul>
|
||||
<li>format</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.1.1" date="2024-11-29">
|
||||
<description>
|
||||
<p>Fixes</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'envision',
|
||||
'rust',
|
||||
version: '1.1.1', # version number row
|
||||
version: '2.0.0', # version number row
|
||||
meson_version: '>= 0.59',
|
||||
license: 'AGPL-3.0-or-later',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue