chore: update version to 3.1.0
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
Gabriele Musco 2025-04-08 15:49:55 +02:00
parent 7a02fcc5d1
commit 139f72e294
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
3 changed files with 22 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "envision"
version = "3.0.1"
version = "3.1.0"
edition = "2021"
authors = [
"Gabriele Musco <gabmus@disroot.org>",

View file

@ -30,6 +30,26 @@
<url type="bugtracker">@REPO_URL@/issues</url>
<content_rating type="oars-1.0" />
<releases>
<release version="3.1.0" date="2025-04-08">
<description>
<p>What's new</p>
<ul>
<li>don&#x27;t set openvrpaths as read only during profile startup</li>
<li>small design changes to build window ui</li>
<li>add support for vapor openvr compatibility module</li>
<li>remove monado vulkan layers check for nvidia</li>
</ul>
<p>Fixes</p>
<ul>
<li>disable and blacklist wayvr dashboard plugin</li>
<li>monado dependencies: use wayland-protocols-devel on Fedora</li>
</ul>
<p>Other changes</p>
<ul>
<li>clippy</li>
</ul>
</description>
</release>
<release version="3.0.1" date="2025-03-02">
<description>
<p>Fixes</p>

View file

@ -1,7 +1,7 @@
project(
'envision',
'rust',
version: '3.0.1', # version number row
version: '3.1.0', # version number row
meson_version: '>= 0.59',
license: 'AGPL-3.0-or-later',
)