From 355ad050f019bf161012dae51ca021de2bf62d8c Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 27 Nov 2024 19:48:44 +0100 Subject: [PATCH] chore: update version to 1.0.0 --- Cargo.toml | 2 +- data/org.gabmus.envision.metainfo.xml.in.in | 28 +++++++++++++++++++++ meson.build | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78bf2cd..c303998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in index df6ef64..160afd7 100644 --- a/data/org.gabmus.envision.metainfo.xml.in.in +++ b/data/org.gabmus.envision.metainfo.xml.in.in @@ -18,6 +18,34 @@ @REPO_URL@/issues + + +

Breaking changes

+
    +
  • wivrn pairing support
  • +
+

What's new

+
    +
  • send desktop notification instead of showing alert when failing to inhibit screen lock
  • +
  • split cmake var into name and value when it contains =
  • +
+

Fixes

+
    +
  • disable wivrn launch options instructions in debug view
  • +
  • lower wivrn default foveation to 0.5
  • +
  • separate debugbuild option to build in debug mode
  • +
  • openhmd: add meson as a dependency
  • +
  • dependencies: correct packages for GL/gl.h
  • +
  • appimage: build for devel releases
  • +
  • monado dependencies: add libxrandr
  • +
+

Other changes

+
    +
  • format
  • +
  • ci: conventional commit check
  • +
+
+

Fixes

diff --git a/meson.build b/meson.build index 66d7375..fece6b2 100644 --- a/meson.build +++ b/meson.build @@ -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', )