Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Mar 30, 2024
1 parent 35340e7 commit 330d007
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 26 deletions.
4 changes: 2 additions & 2 deletions docs/domain-server/host/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Internet.
2. Run the following command to download the server package:

```sh
wget https://github.com/vircadia/vircadia-native-core/releases/download/2022.1.2/vircadia-server_1750-20230922-50b2485-0ubuntu1-1_amd64.deb
wget https://github.com/vircadia/vircadia-native-core/releases/download/2024.1.0/vircadia-server_2024.1.0-20240303-9761de1-0ubuntu1-1_amd64.deb
```
3. Then run this command to update the package index and install the server:

```sh
sudo apt-get update && sudo apt-get install ./vircadia-server_1750-20230922-50b2485-0ubuntu1-1_amd64.deb
sudo apt-get update && sudo apt-get install ./vircadia-server_2024.1.0-20240303-9761de1-0ubuntu1-1_amd64.deb
```

4. Go to *http://[IP address of your server]:40100/* in your web
Expand Down
4 changes: 2 additions & 2 deletions docs/domain-server/host/server_setup/linux-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ You can run these same commands on an existing Vircadia domain to upgrade it if

#### Download
```sh
wget https://github.com/vircadia/vircadia-native-core/releases/download/2022.1.2/vircadia-server_1750-20230922-50b2485-0ubuntu1-1_amd64.deb
wget https://github.com/vircadia/vircadia-native-core/releases/download/2024.1.0/vircadia-server_2024.1.0-20240303-9761de1-0ubuntu1-1_amd64.deb
```
#### Update System & Install
```sh
sudo apt-get update && sudo apt-get install ./vircadia-server_1750-20230922-50b2485-0ubuntu1-1_amd64.deb
sudo apt-get update && sudo apt-get install ./vircadia-server_2024.1.0-20240303-9761de1-0ubuntu1-1_amd64.deb
```

### Unlisted Distribution
Expand Down
60 changes: 38 additions & 22 deletions docs/sdks/web/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Release Notes

## v2023.1.3 (21 Oct 2023)
## 2024.1.0 (03 Mar 2024)

### What's Changed
* GHA ubuntu 20.04 build fixes. by @namark in https://github.com/vircadia/vircadia-native-core/pull/1752
* Workaround for GHA Ubuntu 20.04 grub-efi-amd64-signed package issue. by @namark in https://github.com/vircadia/vircadia-native-core/pull/1757
* Bump axios from 0.21.4 to 1.6.0 in /domain-server/resources/web/web-new by @dependabot in https://github.com/vircadia/vircadia-native-core/pull/1763
* Bump @babel/traverse from 7.19.3 to 7.23.2 in /domain-server/resources/web/web-new by @dependabot in https://github.com/vircadia/vircadia-native-core/pull/1761
* Bump @babel/traverse from 7.9.0 to 7.23.2 in /scripts/system/inventory by @dependabot in https://github.com/vircadia/vircadia-native-core/pull/1762
* Bump electron from 22.3.24 to 22.3.25 in /screenshare by @dependabot in https://github.com/vircadia/vircadia-native-core/pull/1753
* Bump postcss from 8.4.17 to 8.4.31 in /domain-server/resources/web/web-new by @dependabot in https://github.com/vircadia/vircadia-native-core/pull/1754
* Settings for WebRTC signaling server port and ICE server list. by @namark in https://github.com/vircadia/vircadia-native-core/pull/1768
* Verbose logging for SSL errors in Domain Server Metaverse API requests. by @namark in https://github.com/vircadia/vircadia-native-core/pull/1759


**Full Changelog**: https://github.com/vircadia/vircadia-native-core/compare/2022.1.2...2024.1.0

## 2023.1.3 (21 Oct 2023)

### What's Changed

- Fix handling of metaverse base URL that doesn't have a path. by @ctrlaltdavid in [274](https://github.com/vircadia/vircadia-web-sdk/pull/274)

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2023.1.2...v2023.1.3)

## v2023.1.2 (17 Oct 2023)
## 2023.1.2 (17 Oct 2023)

### What's Changed

Expand All @@ -20,7 +36,7 @@

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2023.1.1...v2023.1.2)

## v2023.1.1 (22 Mar 2023)
## 2023.1.1 (22 Mar 2023)

### What's Changed

Expand All @@ -29,7 +45,7 @@

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2023.1.0...v2023.1.1)

## v2023.1.0 (8 Feb 2023)
## 2023.1.0 (8 Feb 2023)

### What's Changed

Expand All @@ -49,7 +65,7 @@

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.18...v2023.1.0)

## v2022.1.18 (15 Nov 2022)
## 2022.1.18 (15 Nov 2022)

Audio output improvements and an entity reading bug fix.

Expand All @@ -60,7 +76,7 @@ Audio output improvements and an entity reading bug fix.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.17...v2022.1.18)

## v2022.1.17 (20 Oct 2022)
## 2022.1.17 (20 Oct 2022)

Audio output improvements.

Expand All @@ -71,7 +87,7 @@ Audio output improvements.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.16...v2022.1.17)

## v2022.1.16 (10 Oct 2022)
## 2022.1.16 (10 Oct 2022)

Fixed audio input sampling for Firefox.

Expand All @@ -81,7 +97,7 @@ Fixed audio input sampling for Firefox.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.15...v2022.1.16)

## v2022.1.15 (5 Oct 2022)
## 2022.1.15 (5 Oct 2022)

Improve audio output buffering for better quality audio.

Expand All @@ -91,7 +107,7 @@ Improve audio output buffering for better quality audio.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.14...v2022.1.15)

## v2022.1.14 (26 Sep 2022)
## 2022.1.14 (26 Sep 2022)

Fix avatar skeleton data handling.

Expand All @@ -101,7 +117,7 @@ Fix avatar skeleton data handling.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.13...v2022.1.14)

## v2022.1.13 (15 Sep 2022)
## 2022.1.13 (15 Sep 2022)

Add AudioMixer avatar orientation getter property.

Expand All @@ -111,7 +127,7 @@ Add AudioMixer avatar orientation getter property.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.12...v2022.1.13)

## v2022.1.12 (31 Aug 2022)
## 2022.1.12 (31 Aug 2022)

Improves making a connection to a domain.

Expand All @@ -121,7 +137,7 @@ Improves making a connection to a domain.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.11...v2022.1.12)

## v2022.1.11 (30 Aug 2022)
## 2022.1.11 (30 Aug 2022)

Improves network connectivity.

Expand All @@ -132,7 +148,7 @@ Improves network connectivity.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.10...v2022.1.11)

## v2022.1.10 (30 Aug 2022)
## 2022.1.10 (30 Aug 2022)

Provides non-admin facilities for the "People" app: users' audio loudness, set volumes for each user, mute a user, ignore a user, request data continue to be provided for muted / ignored users.

Expand All @@ -143,7 +159,7 @@ Provides non-admin facilities for the "People" app: users' audio loudness, set v

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.9...v2022.1.10)

## v2022.1.9 (25 Aug 2922)
## 2022.1.9 (25 Aug 2922)

Improves connectivity to the domain server — domain server restarts, assignment client restarts, network interruptions.

Expand All @@ -158,7 +174,7 @@ Improves connectivity to the domain server — domain server restarts, assig

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.8...v2022.1.9)

## v2022.1.8 (17 Aug 2022)
## 2022.1.8 (17 Aug 2022)

Provides the Material, Zone, and ParticleEffect entities in the domain.

Expand All @@ -174,7 +190,7 @@ Provides the Material, Zone, and ParticleEffect entities in the domain.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.7...v2022.1.8)

## v2022.1.7 (9 Aug 2022)
## 2022.1.7 (9 Aug 2022)

Provides the Image, Light, Text, and Web entities in the domain.

Expand All @@ -190,7 +206,7 @@ Provides the Image, Light, Text, and Web entities in the domain.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.6...v2022.1.7)

## v2022.1.6 (1 Aug 2022)
## 2022.1.6 (1 Aug 2022)

Provides the Model and Shape entities in the domain.

Expand All @@ -206,7 +222,7 @@ Provides the Model and Shape entities in the domain.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.5...v2022.1.6)

## v2022.1.5 (5 Jul 2022)
## 2022.1.5 (5 Jul 2022)

Handles the default domain viewpoint path (/) when connecting to a domain, Additionally, a path can be specified in the URL being connected to, e.g., `wss://n.n.n.n:40102/somewhere`.

Expand All @@ -218,7 +234,7 @@ Handles the default domain viewpoint path (/) when connecting to a domain, Addit

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.4...v2022.1.5)

## v2022.1.4 (28 Jun 2022)
## 2022.1.4 (28 Jun 2022)

Fixes bad build of 2022.1.3 release.

Expand All @@ -229,7 +245,7 @@ Fixes bad build of 2022.1.3 release.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.3...v2022.1.4)

## v2022.1.3 (27 Jun 2022)
## 2022.1.3 (27 Jun 2022)

### What's Changed

Expand Down Expand Up @@ -262,7 +278,7 @@ Fixes bad build of 2022.1.3 release.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.2...v2022.1.3)

## v2022.1.2 (6 Feb 2022)
## 2022.1.2 (6 Feb 2022)

### What's Changed

Expand All @@ -278,7 +294,7 @@ Fixes bad build of 2022.1.3 release.

[Full Changelog](https://github.com/vircadia/vircadia-web-sdk/compare/v2022.1.0...v2022.1.2)

## v2022.1.0 (3 Dec 2021)
## 2022.1.0 (3 Dec 2021)

### Enhancements

Expand Down

0 comments on commit 330d007

Please sign in to comment.