diff --git a/Cargo.toml b/Cargo.toml index 575b302..600ce85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envision" -version = "3.0.1" +version = "3.1.0" edition = "2021" authors = [ "Gabriele Musco ", diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in index 8925605..2584ddb 100644 --- a/data/org.gabmus.envision.metainfo.xml.in.in +++ b/data/org.gabmus.envision.metainfo.xml.in.in @@ -30,6 +30,26 @@ @REPO_URL@/issues + + +

What's new

+
    +
  • don't set openvrpaths as read only during profile startup
  • +
  • small design changes to build window ui
  • +
  • add support for vapor openvr compatibility module
  • +
  • remove monado vulkan layers check for nvidia
  • +
+

Fixes

+
    +
  • disable and blacklist wayvr dashboard plugin
  • +
  • monado dependencies: use wayland-protocols-devel on Fedora
  • +
+

Other changes

+
    +
  • clippy
  • +
+
+

Fixes

diff --git a/meson.build b/meson.build index 7e406b2..25b7ecc 100644 --- a/meson.build +++ b/meson.build @@ -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', )