Skip to content

Commit

Permalink
Update for release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Jun 9, 2024
1 parent c74069a commit a49c69d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tri_option(CHIAKI_USE_SYSTEM_CURL "Use system-provided curl instead of submodule

set(CHIAKI_VERSION_MAJOR 1)
set(CHIAKI_VERSION_MINOR 7)
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
6 changes: 5 additions & 1 deletion cmake/FindCURL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ Hints
#]=======================================================================]

cmake_policy(PUSH)
cmake_policy(SET CMP0159 NEW) # file(STRINGS) with REGEX updates CMAKE_MATCH_<n>
if (CMAKE_VERSION VERSION_LESS 3.29)
message("Not setting CMP0159")
else()
cmake_policy(SET CMP0159 NEW) # file(STRINGS) with REGEX updates CMAKE_MATCH_<n>
endif()

include(FindPackageHandleStandardArgs)

Expand Down
2 changes: 1 addition & 1 deletion docs/setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Here are different settings you can use for Chiaki/`chiaki4deck` depending on yo

4. **Stream Settings**

(choose the **PS5/1080p HDR** tab if you have a PS5 connected to a HDR TV/monitor ([see HDR section below for more details](#hdr-high-dynamic-range)), **PS5/1080p** if you have a PS5 not connected to an HDR TV/monitor, and **PS4/720p** if you have a PS4). If you are having issues with your PS5 connection, please try the **PS4/720p** settings with your PS5 since they require significantly less bandwidth from your wireless router.
(choose the **PS5 HDR** tab if you have a PS5 connected to a HDR TV/monitor ([see HDR section below for more details](#hdr-high-dynamic-range)), **PS5** if you have a PS5 not connected to an HDR TV/monitor, and **PS4** if you have a PS4). If you are having issues with your PS5 connection, please try switching to 720P following with its default bitrate of 10,000 with your PS5 since that requires significantly less bandwidth from your wireless router.

=== "PS5 HDR"

Expand Down
Binary file modified docs/setup/images/AudioSettings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion docs/updates/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,19 @@ In order to update your already installed `chiaki4deck` to the newest version, e

## Releases (Newest First)

### 1.7.2

Provides unique remote and local Stream Settings for each console (PS4/PS5)

- Separate Local and Remote and PS4/PS5 settings so you can set appropriate settings for each type of connection
- Enable more network types to work with remote connection via PSN (Note: some can only be made to work a % of the time due to limitations with remote play imposed by Sony)
- Export/import option for settings to transfer across devices/platforms
- Adds `auto` hw decoder option which is now the default. It chooses the best decoder for your platform from the available decoders
- Make Chiaki4deck ipv6 compatible (ipv6 not yet supported by remote play on the console [i.e., in Sony's PlayStation firmware] so can't be used yet)

### 1.7.1

Improves remote connection via PSN + adds PS4 support
Improves + adds PS4 support to remote connection via PSN

- remote connection via PSN now supports PS4 consoles
- remote connection via PSN now supports more network types
Expand Down
12 changes: 12 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,18 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-6-09" version="1.7.2">
<description>
<p>This release provides the following improvements:</p>
<ul>
<li>Separate Local and Remote and PS4/PS5 settings so you can set appropriate settings for each type of connection</li>
<li>Enable more network types to work with remote connection via PSN (Note: some can only be made to work a % of the time due to limitations with remote play imposed by Sony)</li>
<li>Export/import option for settings to transfer across devices/platforms</li>
<li>Adds auto hw decoder option which is now the default. It chooses the best decoder for your platform from the available decoders</li>
<li>Make Chiaki4deck ipv6 compatible (ipv6 not yet supported by remote play on the console [i.e., in Sony's PlayStation firmware] so can't be used yet)</li>
</ul>
</description>
</release>
<release date="2024-5-26" version="1.7.1">
<description>
<p>This release provides the following improvements:</p>
Expand Down

0 comments on commit a49c69d

Please sign in to comment.