Skip to content

Commit

Permalink
Update for release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jan 21, 2024
1 parent c3f2283 commit 6a4c7cb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 1)
set(CHIAKI_VERSION_PATCH 2)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})

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

## Releases (Newest First)

### 1.6.2

Small patch release

- Fixes framepacing regression introduced in 1.6.0
- Dualsense haptics now work again on Linux
- Corrects stretch and zoom when using stream command
- Stop stream freezing on close on Windows
- Stop stream crashing on close on Windows
- Report corrupted frames earlier resulting in less frames dropped when a corrupted frame occurs
- Fix mac arm build not opening and reporting as damaged due to not being signed (was also backported to 1.6.1)

### 1.6.1

Small patch release
Expand Down
11 changes: 11 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,17 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-1-21" version="1.6.2">
<description>
<p>This release provides the following bug fixes:</p>
<ul>
<li>Fixes framepacing regression introduced in 1.6.0</li>
<li>Dualsense haptics now work again</li>
<li>Corrects stretch and zoom when using stream command</li>
<li>Report corrupted frames earlier resulting in less frames dropped when a corrupted frame occurs</li>
</ul>
</description>
</release>
<release date="2024-1-17" version="1.6.1">
<description>
<p>This release provides the following bug fixes:</p>
Expand Down

0 comments on commit 6a4c7cb

Please sign in to comment.