Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 30, 2024
2 parents 45a24b6 + bcc2eb1 commit ad1fd94
Show file tree
Hide file tree
Showing 24 changed files with 239 additions and 73 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [1.14.0]

### Added
Expand Down
25 changes: 20 additions & 5 deletions docs/readmes/generated/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ OyasumiVR拥有自己的SteamVR叠加层界面,可以让你在VR里玩游戏
</table>

### 🎮 设备控制

<table>
<tr>
<td>
Expand Down Expand Up @@ -323,17 +324,26 @@ Oyasumi VR 支持在你准备睡觉时,或者检测到你睡着、睡醒时自
</tr>
</table>

### 🔅 亮度自动化
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
你可以设置睡着和醒来时的亮度自动化。
OyasumiVR 可以平滑地过渡您的头显亮度,在你睡着时渐渐调暗亮度而不会惊醒你。
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
OyasumiVR 支持调节软件和硬件亮度(如果你的头显支持,例如Valve Index或者Bigscreen Beyond)。除了一些预设以外,你也可以在SteamVR覆盖层上自定义具体的亮度等级。
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -568,6 +578,11 @@ OyasumiVR针对显卡的功耗限制功能只支持NVIDIA显卡。AMD用户必

头显亮度控制功能目前只支持 Valve Index 和 Bigscreen Beyond。

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## 使用的技术和工具

OyasumiVR的使用技术与工具包括:
Expand Down
20 changes: 18 additions & 2 deletions docs/readmes/generated/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Have OyasumiVR turn your base stations on and off together with SteamVR. A bit l
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 Brightness Automations
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -587,6 +598,11 @@ Controlling the hardware brightness of the VR headset's display is currently onl

Image brightness control is available on all headsets.

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## Built With

OyasumiVR's has been built with:
Expand Down
20 changes: 18 additions & 2 deletions docs/readmes/generated/README_ID.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Mintalah OyasumiVR untuk menghidupkan dan mematikan base station Anda bersama de
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 Otomatisasi Brightness
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -587,6 +598,11 @@ Controlling the hardware brightness of the VR headset's display is currently onl

Image brightness control is available on all headsets.

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## Pembuatan

OyasumiVR telah dibuat dengan:
Expand Down
24 changes: 20 additions & 4 deletions docs/readmes/generated/README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ SteamVRと共にベースステーションの電源を操作します。SteamVR
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 明るさの自動化
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
睡眠時と起床時の明るさを自動化します。HMDの輝度を徐々に落とすことができるので、急な明るさの変化で目を覚ます心配もありません!
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
ソフトウェアの明るさだけでなく、HMDが対応している場合はハードウェア輝度も制御できます(Valve Index, Bigscreen Beyond)。オーバーレイから輝度レベルを簡単にコントロールすることも可能です!
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -588,6 +599,11 @@ HMDのハードウェア輝度のコントロールはValve IndexとBigscreen Be

ソフトウェアの明るさは全てのHMDで利用可能です。

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## ビルド

OyasumiVRは以下により構築されています。
Expand Down
20 changes: 18 additions & 2 deletions docs/readmes/generated/README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ OyasumiVR이 SteamVR과 함께 베이스 스테이션을 키거나 끄도록 할
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 밝기 자동화
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -587,6 +598,11 @@ Controlling the hardware brightness of the VR headset's display is currently onl

Image brightness control is available on all headsets.

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## 기반 기술

OyasumiVR은 다음을 기반으로 만들어졌어요:
Expand Down
24 changes: 20 additions & 4 deletions docs/readmes/generated/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ OyasumiVR может включать и выключать Ваши базов
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 Автоматизация Яркости
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
Автоматизируйте яркость, когда вы спите и просыпаетесь. OyasumiVR может плавно изменять яркость вашей VR-гарнитуры, поэтому она постепенно снижается, пока вы спите, не разбудив вас.
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
Это позволяет Вам контролировать как программную яркость, так и аппаратную яркость, если ваша гарнитура это поддерживает (например, Valve Index или Bigscreen Beyond). Помимо предоставления вам нескольких средств автоматизации, вы можете легко управлять уровнями яркости прямо из оверлея SteamVR!
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -587,6 +598,11 @@ _(\*) Tundra трекеры имеют большую задержу отчет

Управление яркостью изображения доступно на всех гарнитурах.

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## ПО использованное при разработке

OyasumiVR's был сделан при помощи:
Expand Down
20 changes: 18 additions & 2 deletions docs/readmes/generated/README_TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ OyasumiVR 配備了自己的 SteamVR 疊層畫面,允許你在虛擬實境中
</table>

### 🎮 Device Control

<table>
<tr>
<td>
Expand Down Expand Up @@ -336,16 +337,26 @@ With the shutdown sequence configured, you can fall asleep soundly in VR, knowin
</tr>
</table>

### 🔅 亮度自動化
### 🔅 Display Brightness & Color Temperature Automations

<table>
<tr>
<td>
🌆 <b>Brightness</b>
<br>
Automate your brightness for when you sleep and wake up. OyasumiVR can smoothly transition your VR headset's brightness, so it falls down gradually as you sleep without waking you up.
<br><br>
It allows you to control both software brightness, as well as hardware brightness if your headset supports it (e.g. Valve Index or Bigscreen Beyond). In addition to providing you with several automations, you can easily control your brightness levels right from the SteamVR overlay menu!
<br><br>
🌡️ <b>Color Temperature</b>
<br>
OyasumiVR can also control the color temperature of your VR headset's display. By reducing blue light, it can help reduce eye strain during the late hours, and make it easier to fall asleep.
<br><br>
With the sunset and sunrise triggers, you can have OyasumiVR automatically adjust the color temperature of your display to match the time of day.
<br><br>
<i>Note that this feature is only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).</i>
</td>
<td width="380"><img src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/6b901813-d8b9-41c3-bfaf-59b0a11bf2a8"></td>
<td width="380"><img src="https://github.com/user-attachments/assets/bfa3fd71-9ec1-4d61-8255-8a716b2ea09c"></td>
</tr>

</table>
Expand Down Expand Up @@ -587,6 +598,11 @@ Controlling the hardware brightness of the VR headset's display is currently onl

Image brightness control is available on all headsets.

### Color Temperature Automations

Controlling the color temperature of the VR headset's display is currently only supported on some native SteamVR headsets, such as the Valve Index, Bigscreen Beyond, and HTC Vive (Pro).
It might work on other headsets, but your mileage may vary.

## 使用的技術

OyasumiVR 是使用以下技術構建的:
Expand Down
Loading

0 comments on commit ad1fd94

Please sign in to comment.