Skip to content

Commit

Permalink
Update for release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed May 12, 2024
1 parent a76c19d commit fdafdd2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ tri_option(CHIAKI_USE_SYSTEM_NANOPB "Use system-provided nanopb instead of submo
tri_option(CHIAKI_USE_SYSTEM_CURL "Use system-provided curl instead of submodule. Has to be built with experimental WebSocket support!" AUTO)

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

set(CPACK_PACKAGE_NAME "chiaki4deck")
Expand Down
5 changes: 5 additions & 0 deletions docs/updates/done.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Completed (Done) Updates


## Remote Connection Via PSN

Enabled remote connection via PSN so users can use this instead of port forwarding on their routers as an option.

## Touch Friendly and Controller Navigable GUI

QML based user interface that is better suited for handheld computers such as the Steam Deck and more user-friendly in general.
Expand Down
6 changes: 1 addition & 5 deletions docs/updates/planned.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# Future Updates Planned

## Enable Remote Connection Using PSN

Enable remote connection using PSN so users can use this instead of port forwarding on their routers.
# Future Updates Planned
11 changes: 11 additions & 0 deletions docs/updates/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ In order to update your already installed `chiaki4deck` to the newest version, e

## Releases (Newest First)

### 1.7.0

Enables remote connection via PSN

- Remote connection via PSN now available without the need for port forwarding ([see remote connection docs for more details](../setup/remoteconnection.md#remote-connection-via-psn){target="_blank" rel="noopener"}) on how to setup and use.
- Allow zooming out from resolution for users targeting a resolution beyond their screen resolution (i.e., 1080p on Steam Deck)
- Enable don't fragment for MacOS Big Sur and later for more accurate MTU readings during Senkusha
- Create a fallback session id when session id isn't received instead of erroring out
- Workaround patch for vulkan ffmpeg hw decoder bug affecting Nvidia 30 series graphics card users
- Add additional option for obtaining the PSN AccountId via logging in with your psn username and password (in addition to the public lookup)

### 1.6.6

Lowers required mtu from 1435 to 576
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-5-12" version="1.7.0">
<description>
<p>This release provides the following improvements:</p>
<ul>
<li>Remote connection via PSN now available without the need for port forwarding</li>
<li>Allow zooming out from resolution for users targeting a resolution beyond their screen resolution (i.e., 1080p on Steam Deck)</li>
<li>Create a fallback session id when session id isn't received instead of erroring out</li>
<li>Workaround patch for vulkan ffmpeg hw decoder bug affecting Nvidia 30 series graphics card users</li>
<li>Fix issues with address when registering manual consoles</li>
<li>Update steam shortcut creation to cover additional edge cases</li>
<li>Add additional option for obtaining the PSN AccountId via logging in with your psn username and password (in addition to the public lookup)</li>
</ul>
</description>
</release>
<release date="2024-4-06" version="1.6.6">
<description>
<p>This release provides the following improvements:</p>
Expand Down
6 changes: 4 additions & 2 deletions scripts/flatpak/chiaki4deck-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@ modules:
- --enable-hwaccel=hevc_vulkan
sources:
- type: archive
url: https://ffmpeg.org/releases/ffmpeg-6.1.tar.xz
sha256: 488c76e57dd9b3bee901f71d5c95eaf1db4a5a31fe46a28654e837144207c270
url: https://ffmpeg.org/releases/ffmpeg-7.0.tar.xz
sha256: 4426a94dd2c814945456600c8adfc402bee65ec14a70e8c531ec9a2cd651da7b
- type: patch
path: 0001-lavc-vaapi_hevc-Fixup-invalid-references.patch
- type: patch
path: 0001-lavc-vaapi_h264-Fixup-invalid-references.patch
- type: patch
path: 0001-vulkan-ignore-frames-without-hw-context

- name: python3-google
buildsystem: simple
Expand Down

0 comments on commit fdafdd2

Please sign in to comment.