Skip to content

Commit

Permalink
Update for release 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Apr 7, 2024
1 parent 13dd1fb commit 63d83bf
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tri_option(CHIAKI_USE_SYSTEM_NANOPB "Use system-provided nanopb instead of submo

set(CHIAKI_VERSION_MAJOR 1)
set(CHIAKI_VERSION_MINOR 6)
set(CHIAKI_VERSION_PATCH 5)
set(CHIAKI_VERSION_PATCH 6)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})

set(CPACK_PACKAGE_NAME "chiaki4deck")
Expand Down
1 change: 1 addition & 0 deletions docs/setup/controlling.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Unmute microphone with either ++ctrl+m++ or the mic button on the PlayStation co
| `L1` | `L1` |
| `L2` | `L2` |
| `L3` | `L3` (left-stick click) |
| `stream menu` | `L1+R1+L3+R3` |

## Using a DualSense and/or DualShock4 Controller with `chiaki4deck`

Expand Down
14 changes: 14 additions & 0 deletions docs/updates/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,20 @@ In order to update your already installed `chiaki4deck` to the newest version, e

## Releases (Newest First)

### 1.6.6

Lowers required mtu from 1435 to 576

- Enable using mtu as low as 576
- Enable gyro on Steam Deck automatically (can now set gyro to none in Steam Settings and still use native gyro)
- Adjust haptic rumble to work better with rumble motors
- Add variable zoom (accessible via Stream Menu)
- Enable mic support on MacOS (now on all platforms)
- Fix issues with address when registering manual consoles
- Update steam shortcut creation to cover additional edge cases
- Add option to reset key mappings to default in Settings
- Add Steam shortcut option to Windows build

### 1.6.5

Graduate DualSense features from experimental status
Expand Down
14 changes: 14 additions & 0 deletions gui/io.github.streetpea.Chiaki4deck.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-4-06" version="1.6.6">
<description>
<p>This release provides the following improvements:</p>
<ul>
<li>Enable using mtu as low as 576</li>
<li>Enable gyro on Steam Deck automatically (can now set gyro to none in Steam Settings and still use native gyro)</li>
<li>Adjust haptic rumble to work better with rumble motors</li>
<li>Add variable zoom (accessible via Stream Menu)</li>
<li>Fix issues with address when registering manual consoles</li>
<li>Update steam shortcut creation to cover additional edge cases</li>
<li>Add option to reset key mappings to default in Settings</li>
</ul>
</description>
</release>
<release date="2024-3-20" version="1.6.5">
<description>
<p>This release provides the following improvements:</p>
Expand Down

0 comments on commit 63d83bf

Please sign in to comment.