Skip to content

Commit

Permalink
Merge branch 'release/1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 30, 2024
2 parents 2b02698 + c11b8a0 commit 45a24b6
Show file tree
Hide file tree
Showing 317 changed files with 26,152 additions and 24,922 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
Expand All @@ -32,6 +32,11 @@ jobs:
run: npm run set-flavour DEV
- name: Set build id
run: npm run set-build-id
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
github-token: ${{ github.token }}
llvm-version: 17
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
- name: Set flavour to STANDALONE
run: npm run set-flavour STANDALONE
- name: Set build id
run: npm run set-build-id
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
llvm-version: 17
github-token: ${{ github.token }}
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-steam-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
llvm-version: 17
github-token: ${{ github.token }}
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-steam-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
- name: Setup LLVM
uses: ZhongRuoyu/setup-llvm@v0
with:
llvm-version: 17
github-token: ${{ github.token }}
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
39 changes: 2 additions & 37 deletions .github/workflows/pr-and-feature-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,52 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-latest]
platform: [ windows-latest ]
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.15
cache: npm
- name: Initialize the project
run: npm run ci
- name: Lint Angular project
run: npm run lint
- name: Set app version to DEV version
run: npm run set-version DEV
- name: Set flavour to DEV
run: npm run set-flavour DEV
- name: Set build id
run: npm run set-build-id
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.2
default: true
override: true
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: |
src-shared-rust
src-elevated-sidecar
src-core
# - name: Install development Tauri CLI
# run: cargo install --git https://github.com/tauri-apps/tauri --branch 1.x tauri-cli
- name: Test if OyasumiVR compiles
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# tauriScript: cargo-tauri
includeDebug: true
includeRelease: false
includeUpdaterJson: false
args: -b "{\"tauri\":{\"bundle\":{\"active\":false}}}"
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.14.0]

### Added

- Display color temperature control for native SteamVR headsets (e.g. Vive (Pro), Valve Index, Bigscreen Beyond)
- Automations for display color temperature
- Sunset/Sunrise based automations for brightness and color temperature.
- Support for V1 Lighthouses (Vive Base stations)
- Option for the shutdown sequence to only trigger for being alone in your instance while the sleep mode is enabled
- Option for audio volume automations to apply on start
- Support for VRChat parameters in OSC scripts that have been automatically renamed by VRCFury or Modular Avatar
- Event log filters
- Workaround for VRChat not automatically reloading your avatar after all trackers have been turned off
- German language support (thanks to community contributions by [Nicer Dicer](https://github.com/XNicerDicerX) and [Aron](https://github.com/imaron85))
- Exposed HMD activity level over MQTT

### Changed

- Automations for brightness/CCT, render resolution, chaperone fade distance, BSB fan speed and BSB led color now automatically apply their set values when a HMD is connected.
- (Headset specific) brightness and color temperature settings were moved to their own settings page.
- OSC scripts will automatically convert spaces in addresses to underscores to match VRChat behaviour for parameter renaming.
- Various notification sounds

### Removed

- Option for the brightness automations based on sleep mode to run on SteamVR launch. This now happens automatically when a HMD is connected.

### Fixed

- Duration inputs for shutdown sequence triggers being broken on systems using a 12-hour clock.
- Shutdown sequence being triggered over and over by the sleep mode trigger, when not using it to shut down or reboot the PC.
- Issue where leave notifications would trigger for every other player when leaving a world.

## [1.13.3]

### Fixed
Expand All @@ -13,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Certain types of selection in input fields (e.g. Ctrl+A) being blocked

### Changed

- Window titlebar icons

## [1.13.2]
Expand Down
34 changes: 20 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,26 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "scss",
"standalone": false
}
},
"root": "",
"sourceRoot": "src-ui",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/oyasumivr",
"outputHashing": "media",
"outputPath": {
"base": "dist/oyasumivr",
"browser": ""
},
"index": "src-ui/index.html",
"main": "src-ui/main.ts",
"polyfills": "src-ui/polyfills.ts",
"polyfills": [
"src-ui/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
Expand All @@ -44,7 +50,8 @@
],
"stylePreprocessorOptions": {
"includePaths": [
"src-ui/styles"
"src-ui/styles",
"."
]
},
"allowedCommonJsDependencies": [
Expand All @@ -54,7 +61,8 @@
"cookie",
"set-cookie-parser",
"typescript-debounce-decorator"
]
],
"browser": "src-ui/main.ts"
},
"configurations": {
"production": {
Expand All @@ -68,9 +76,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand All @@ -79,21 +85,21 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"browserTarget": "oyasumivr:build:production"
"buildTarget": "oyasumivr:build:production"
},
"development": {
"browserTarget": "oyasumivr:build:development"
"buildTarget": "oyasumivr:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"browserTarget": "oyasumivr:build"
"buildTarget": "oyasumivr:build"
}
},
"lint": {
Expand Down
Loading

0 comments on commit 45a24b6

Please sign in to comment.