Skip to content

Commit

Permalink
Update for release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 13, 2024
1 parent c215bca commit 21fdc17
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
echo -e "Linux Flatpak Release on Flathub as io.github.streetpea.Chiaki4deck\n" > release_notes.md
echo -e "Use brew to manage updates for the MacOS release with:\n" >> release_notes.md
echo -e "brew install --cask streetpea/streetpea/chiaki-ng\n" >> release_notes.md
echo -e "Windows Release, MacOS Release, and Linux Appimage Release attached.\n" >> release_notes.md
echo -e "Windows Release (x86_64), MacOS Release (arm64 and x86_64), and Linux Appimage Release (arm64 and x86_64) attached.\n" >> release_notes.md
echo -e "Note: Pipewire required for appimage. For Linux pipewire is required for DualSense haptics.\nFor flatpak you can run with --env=SDL_AUDIODRIVER=pulse to use pulse instead of pipewire if you really want that (doing this means DualSense haptics won't work)\n" >> release_notes.md
echo -e "Note2: Appimage requires the following libraries to be installed on your system (these files need to be the correct ones for your system to work properly so can't be packaged with the appimage):\n```\nlibhidapi\nlibvulkan\nlibva\n```\n" >> release_notes.md
echo -e "## Updates\n" >> release_notes.md
git tag -l --format='%(contents)' ${GITHUB_REF_NAME} >> release_notes.md
Expand Down
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 9)
set(CHIAKI_VERSION_PATCH 2)
set(CHIAKI_VERSION_PATCH 3)
set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH})

set(CPACK_PACKAGE_NAME "chiaki-ng")
Expand Down
6 changes: 3 additions & 3 deletions docs/diy/steamdeckdev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is for contributors that want to make/test updates to the codebase without
1. Install flatpak with debug extension and/or build a new one with any added dependencies following [Building the Flatpak Yourself](buildit.md){target="_blank" rel="noopener"}

``` bash
flatpak install --include-debug -y https://raw.githubusercontent.com/streetpea/chiaki-ng/main/scripts/flatpak/io.github.streetpea.Chiaki4deck-devel.flatpakref
flatpak install --user --include-debug -y https://raw.githubusercontent.com/streetpea/chiaki-ng/main/scripts/flatpak/io.github.streetpea.Chiaki4deck-devel.flatpakref
```

!!! Info "Creating local flatpak builds"
Expand Down Expand Up @@ -42,13 +42,13 @@ This is for contributors that want to make/test updates to the codebase without
3. Install the SDK

``` bash
flatpak install org.kde.Sdk//6.8
flatpak install --user org.kde.Sdk//6.8
```

4. Install the `Debug` extensions for the SDK

``` bash
flatpak install org.kde.Sdk.Debug//6.8
flatpak install --user org.kde.Sdk.Debug//6.8
```

5. Clone the project onto your Steam Deck with:
Expand Down
7 changes: 7 additions & 0 deletions docs/updates/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ In order to update your already installed `chiaki-ng` to the newest version, eit

## Releases (Newest First)

### 1.9.3

Small patch update

- add Linux arm64 appimage
- fix bug that can cause chiaki-ng to fail to start after new PlayStation firmware update if user has a login pin adn some other edge cases

### 1.9.2

Small patch update:
Expand Down
8 changes: 8 additions & 0 deletions gui/io.github.streetpea.Chiaki4deck.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2024-12-12" version="1.9.3">
<description>
<p>This release provides the following improvements:</p>
<ul>
<li>fix bug that can cause chiaki-ng to fail to start after new PlayStation firmware update if user has a login pin adn some other edge cases</li>
</ul>
</description>
</release>
<release date="2024-12-03" version="1.9.2">
<description>
<p>This release provides the following improvements:</p>
Expand Down

0 comments on commit 21fdc17

Please sign in to comment.