diff --git a/Cargo.lock b/Cargo.lock index cb2d639..5ff232c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ dependencies = [ [[package]] name = "envision" -version = "3.1.1" +version = "3.2.0" dependencies = [ "anyhow", "ash", diff --git a/Cargo.toml b/Cargo.toml index 4ecd109..ac94097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "envision" -version = "3.1.1" +version = "3.2.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 76b4dd4..e7088b7 100644 --- a/data/org.gabmus.envision.metainfo.xml.in.in +++ b/data/org.gabmus.envision.metainfo.xml.in.in @@ -30,6 +30,50 @@ @REPO_URL@/issues + + +

What's new

+
    +
  • button to launch monado-gui
  • +
  • inject env vars in soldier runtime
  • +
  • allow specifying arguments for custom plugins
  • +
  • add some messages related to setcap output to build window; add build completed message to build window
  • +
  • theme manager
  • +
  • account for getcap/setcap being found in /sbin and not in $PATH
  • +
  • checkbox to delete profile dirs along with profile
  • +
  • remove old logs on startup, keep a max of 1GB and 3 files
  • +
+

Fixes

+
    +
  • missing checkmark icon
  • +
  • rename WivrnConfig tcp_only to tcp-only
  • +
  • rely on system packages for onnxruntime
  • +
  • ensure _v2-entry-point is marked as executable
  • +
  • specify cmake policy version in basalt build
  • +
  • add cargo as xrizer dependency
  • +
  • properly build and install vapor
  • +
  • builders/basalt: limit to at most 6 build processes
  • +
  • detect cachyos as arch
  • +
  • add more libclang library paths
  • +
  • add wayland-dev to xrizer dependencies
  • +
  • add gentoo library paths for libclang to search paths
  • +
  • deduplicate glslc dependency
  • +
  • refactor and optimize missing dependency filtering
  • +
  • xrizer deps
  • +
  • opensuse dep libusb-1_0 is now libusb-1_0-0
  • +
  • opensuse dep SDL2-devel is now sdl2-compat-devel
  • +
  • account for opi packages for opensuse
  • +
  • remove 2 thread limit when building basalt
  • +
+

Other changes

+
    +
  • clippy
  • +
  • fix unit test
  • +
  • fix clippy
  • +
  • format
  • +
+
+

Fixes

diff --git a/meson.build b/meson.build index d58f4ed..9dfbf36 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'envision', 'rust', - version: '3.1.1', # version number row + version: '3.2.0', # version number row meson_version: '>= 0.59', license: 'AGPL-3.0-or-later', )