Skip to content

Commit

Permalink
Update documentation and version for 1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Oct 1, 2023
1 parent 887367e commit 4bd87c3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tri_option(CHIAKI_USE_SYSTEM_NANOPB "Use system-provided nanopb instead of submo

set(CHIAKI_VERSION_MAJOR 1)
set(CHIAKI_VERSION_MINOR 3)
set(CHIAKI_VERSION_PATCH 3)
set(CHIAKI_VERSION_PATCH 4)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})

set(CPACK_PACKAGE_NAME "chiaki4deck")
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Ultimately, the performance will depend on the capability of your wireless route

!!! Example "My Wireless Connection by the Numbers"

I'm using the $5GHz$ band for `chiaki4deck` on my Steam Deck, meaning the total bandwidth for all devices on my local network is $1,300 Mbps$ (remember Internet connection itself doesn't matter since we're only using our wireless router for local streaming). Since I am using the settings in [Choosing Your Remote Play Settings](#choosing-your-remote-play-settings), I'm using $(30,000 + 19,200) Kbps \approx 50 Mbps$ out of the total of $1,300 Mbps$. This means I'm using about $4\%$ of my $5GHz$ band. In other words, I still have plenty of bandwidth for watching Netflix :zany_face: while I play on my Steam Deck!
I'm using the $5GHz$ band for `chiaki4deck` on my Steam Deck, meaning the total bandwidth for all devices on my local network is $1,300 Mbps$ (remember Internet connection itself doesn't matter since we're only using our wireless router for local streaming). Since I am using the settings in [Choosing Your Remote Play Settings](#choosing-your-remote-play-settings), I'm using $30,000 Kbps$ or $30 Mbps$ out of the total of $1,300 Mbps$. This means I'm using about $2\%$ of my $5GHz$ band. In other words, I still have plenty of bandwidth for watching Netflix :zany_face: while I play on my Steam Deck!

!!! Question "What Performance Can I Expect?"

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

## Releases (Newest First)

### 1.3.4

Small patch release

- Adds lowpass filter for haptics and tweaks haptic response => reduced noise while using Steam Deck haptics
- Automatic connection option for GUI
- Update automation script to work for PS4 remote connection

### 1.3.3

Small cosmetic release
Expand Down
1 change: 1 addition & 0 deletions gui/io.github.streetpea.Chiaki4deck.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<update_contact>streetpea@proton.me</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2023-9-30" version="1.3.4" />
<release date="2023-7-16" version="1.3.3" />
<release date="2023-6-14" version="1.3.2" />
<release date="2023-1-17" version="1.3.1" />
Expand Down

0 comments on commit 4bd87c3

Please sign in to comment.