mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
chore: update version to 1.0.0
This commit is contained in:
parent
4638ac1bf4
commit
355ad050f0
3 changed files with 30 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "envision"
|
||||
version = "0.0.2"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -18,6 +18,34 @@
|
|||
<url type="bugtracker">@REPO_URL@/issues</url>
|
||||
<content_rating type="oars-1.0" />
|
||||
<releases>
|
||||
<release version="1.0.0" date="2024-11-27">
|
||||
<description>
|
||||
<p>Breaking changes</p>
|
||||
<ul>
|
||||
<li>wivrn pairing support</li>
|
||||
</ul>
|
||||
<p>What's new</p>
|
||||
<ul>
|
||||
<li>send desktop notification instead of showing alert when failing to inhibit screen lock</li>
|
||||
<li>split cmake var into name and value when it contains =</li>
|
||||
</ul>
|
||||
<p>Fixes</p>
|
||||
<ul>
|
||||
<li>disable wivrn launch options instructions in debug view</li>
|
||||
<li>lower wivrn default foveation to 0.5</li>
|
||||
<li>separate debugbuild option to build in debug mode</li>
|
||||
<li>openhmd: add meson as a dependency</li>
|
||||
<li>dependencies: correct packages for GL/gl.h</li>
|
||||
<li>appimage: build for devel releases</li>
|
||||
<li>monado dependencies: add libxrandr</li>
|
||||
</ul>
|
||||
<p>Other changes</p>
|
||||
<ul>
|
||||
<li>format</li>
|
||||
<li>ci: conventional commit check</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.0.2" date="2024-11-02">
|
||||
<description>
|
||||
<p>Fixes</p>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'envision',
|
||||
'rust',
|
||||
version: '0.0.2', # version number row
|
||||
version: '1.0.0', # version number row
|
||||
meson_version: '>= 0.59',
|
||||
license: 'AGPL-3.0',
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue