Skip to content

Commit

Permalink
Update docs for release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Mar 21, 2024
1 parent 3c26d96 commit 3d478e3
Show file tree
Hide file tree
Showing 3 changed files with 20 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 4)
set(CHIAKI_VERSION_PATCH 5)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})

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

## Releases (Newest First)

### 1.6.5

Graduate DualSense features from experimental status

- Provides quiet haptic rumble for Steam Deck (default) in addition to optional noisy haptics
- Adds haptic rumble for MacOS
- Allow escape key to be selected for key mappings in Settings
- Add option to start the stream with the mic unmuted

### 1.6.4

Enables creating steam shortcut with default controller profile from menu
Expand Down
10 changes: 10 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,16 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-3-20" version="1.6.5">
<description>
<p>This release provides the following improvements:</p>
<ul>
<li>Provides quiet haptic rumble for Steam Deck (default) in addition to optional noisy haptics</li>
<li>Allow escape key to be selected for key mappings in Settings</li>
<li>Add option to start the stream with the mic unmuted</li>
</ul>
</description>
</release>
<release date="2024-3-15" version="1.6.4">
<description>
<p>This release provides the following improvements:</p>
Expand Down

0 comments on commit 3d478e3

Please sign in to comment.