8000 Tags · Igalia/wolvic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Igalia/wolvic

Tags

v1.8.2

Toggle v1.8.2's commit message
Bump version code for 1.8.2

v1.2.1-chromium

Toggle v1.2.1-chromium's commit message
Set version name + remove minify

v1.8.1

Toggle v1.8.1's commit message
Bump version code for 1.8.1

v1.8.0

Toggle v1.8.0's commit message
Bump version code for 1.8.0

v1.2-chromium

Toggle v1.2-chromium's commit message
[Chromium] Set version name for release

Also disable minification as it still causes many issues with
release packages.

v1.1-chromium-meta

Toggle v1.1-chromium-meta's commit message
[OpenXR] Do not crash if FB keyboard extension does not work

The XR_FB_keyboard_tracking extension is deprecated and won't work
starting on MetaOS v72. We should replace it by others like
XR_META_dynamic_object_tracker for example.

In the meantime we should bailout instead of asserting to avoid
a crash that should not happen anyway.

v1.7.1

Toggle v1.7.1's commit message
Bump version code for 1.7.1

v1.1-chromium

Toggle v1.1-chromium's commit message
Chromium version 1.1 + do not minify

v1.0-chromium

Toggle v1.0-chromium's commit message
Compare semantic versions

Add a method StringUtils.compareVersions() that compares semantic
versions. We assume that versions are defined as integer numbers separated by periods ('.'), but the method also takes into account
empty strings and the possibility that some components can not be
parsed as integers.

Use StringUtils.compareVersions() to check the version of the
PICO operating system when enabling passthrough.

Tests are included.

chromium/v1.0

Toggle chromium/v1.0's commit message
Environments for v1.0

We had to add a different JSON file for the Chromium environments
because it has a different version number. Also the release notes
blog post is different.
0