Skip to content

Commit

Permalink
Bump release v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altspaceautobot committed Nov 22, 2016
1 parent a08315a commit a4116ae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The AltspaceVR SDK can be used together with [three.js] to create holographic, multi-user web apps for virtual reality. When running inside [AltspaceVR](http://altvr.com/) they can be experienced with consumer VR hardware including the Oculus Rift DK2.

**Latest Version: v0.24.0 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.24.0)**
**Latest Version: v0.24.1 -- [See Changes](https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.24.1)**

<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down Expand Up @@ -32,7 +32,7 @@ Many APIs are present in the client without loading `altspace.js`, but please st

Include the latest version of Altspace in your app with:

`<script src="http://sdk.altvr.com/libs/altspace.js/0.24.0/altspace.min.js"></script>`
`<script src="http://sdk.altvr.com/libs/altspace.js/0.24.1/altspace.min.js"></script>`

If you use npm, you can install altspace.js with:

Expand Down Expand Up @@ -93,6 +93,7 @@ Altspace supports Three.js r73 to r74. r74 is recommended.
* Object3D transformation and hierarchy
* Most Geometries
* MeshBasicMaterial
* Face and vertex colors

**Not currently supported:**
* Three.js r75
Expand All @@ -102,7 +103,6 @@ Altspace supports Three.js r73 to r74. r74 is recommended.
* VideoTexture
* Material blending, depthTest, depthWrite, alphaTest, clippingPlanes
* Wireframes
* Face and vertex colors
* Other material types including LineBasicMateral/MeshFaceMaterial/MultiMaterial
* Line Geometries
* Quad faces
Expand All @@ -125,7 +125,7 @@ Altspace supports Three.js r73 to r74. r74 is recommended.
* Texture wrap mode is ignored on the `wrapT` property. The value of `wrapS` is used for both axes.

## Browser Feature Support
Altspace's browser is based on Chromium version 28.
Altspace's browser is based on Chromium version 40.

**Currently supported:**
* Libre audio and video codecs (ogg, webm)
Expand Down
2 changes: 1 addition & 1 deletion dist/altspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -11292,7 +11292,7 @@ window.altspace.utilities.behaviors.SteamVRTrackedObject = SteamVRTrackedObjectB

(function () {

var version = '0.24.0';
var version = '0.24.1';

if (window.altspace && window.altspace.requestVersion) {
window.altspace.requestVersion(version);
Expand Down
2 changes: 1 addition & 1 deletion dist/altspace.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/maps/altspace.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-al

<section class="readme">
<article><h1>AltspaceVR SDK</h1><p>The AltspaceVR SDK can be used together with <a href="http://threejs.org/">three.js</a> to create holographic, multi-user web apps for virtual reality. When running inside <a href="http://altvr.com/">AltspaceVR</a> they can be experienced with consumer VR hardware including the Oculus Rift DK2.</p>
<p><strong>Latest Version: v0.24.0 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.24.0">See Changes</a></strong></p>
<p><strong>Latest Version: v0.24.1 -- <a href="https://github.com/AltspaceVR/AltspaceSDK/releases/tag/v0.24.1">See Changes</a></strong></p>
<!--
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
THIS FILE IS GENERATED FROM README.md.template. EDIT THAT INSTEAD
Expand All @@ -67,7 +67,7 @@ <h2>altspace.js</h2><p><code>altspace.js</code> should be included whenever you
<p>Many APIs are present in the client without loading <code>altspace.js</code>, but please still include it, as this may change in the future.</p>
<p><strong>The version baked into the altspace.js script you include will determine which version of the entire SDK that the client will provide your app.</strong> This means that if we make any breaking internal changes to things like rendering or cursor events, and you are using an older version of <code>altspace.js</code> we will try to return legacy behavior appropriate to your version of <code>altspace.js</code>. Versioning will follow <a href="http://semver.org/">SEMVER</a> as closely as possible. Details for each version can be found in the <a href="https://github.com/AltspaceVR/AltspaceSDK/releases">Release Notes</a>.</p>
<p>Include the latest version of Altspace in your app with:</p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.24.0/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p><code>&lt;script src=&quot;http://sdk.altvr.com/libs/altspace.js/0.24.1/altspace.min.js&quot;&gt;&lt;/script&gt;</code></p>
<p>If you use npm, you can install altspace.js with:</p>
<p><code>npm install altspace</code></p>
<h2>API Overview</h2><p><strong>See the <a href="http://altspacevr.github.io/AltspaceSDK/doc">API Reference</a> for full details and a complete list of APIs and utilities.</strong></p>
Expand Down Expand Up @@ -119,6 +119,7 @@ <h2>Three.js Feature Support</h2><p>Altspace supports Three.js r73 to r74. r74 i
<li>Object3D transformation and hierarchy</li>
<li>Most Geometries</li>
<li>MeshBasicMaterial</li>
<li>Face and vertex colors</li>
</ul>
<p><strong>Not currently supported:</strong></p>
<ul>
Expand All @@ -129,7 +130,6 @@ <h2>Three.js Feature Support</h2><p>Altspace supports Three.js r73 to r74. r74 i
<li>VideoTexture</li>
<li>Material blending, depthTest, depthWrite, alphaTest, clippingPlanes</li>
<li>Wireframes</li>
<li>Face and vertex colors</li>
<li>Other material types including LineBasicMateral/MeshFaceMaterial/MultiMaterial</li>
<li>Line Geometries</li>
<li>Quad faces</li>
Expand All @@ -153,7 +153,7 @@ <h2>Three.js Feature Support</h2><p>Altspace supports Three.js r73 to r74. r74 i
You can work around this by recursively setting the visibility on an object and its children.</li>
<li>Texture wrap mode is ignored on the <code>wrapT</code> property. The value of <code>wrapS</code> is used for both axes.</li>
</ul>
<h2>Browser Feature Support</h2><p>Altspace's browser is based on Chromium version 28.</p>
<h2>Browser Feature Support</h2><p>Altspace's browser is based on Chromium version 40.</p>
<p><strong>Currently supported:</strong></p>
<ul>
<li>Libre audio and video codecs (ogg, webm)</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altspace",
"version": "0.24.0",
"version": "0.24.1",
"repository": "AltspaceVR/AltspaceSDK",
"main": "dist/altspace.js",
"scripts": {
Expand Down

0 comments on commit a4116ae

Please sign in to comment.