Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Releases: thestr4ng3r/chiaki

v1.3.0

18 Oct 13:04
702d31e
Compare
Choose a tag to compare

This update brings compatibility for PS4 Firmware 8.0 while still staying backwards-compatible.

Changes:

  • PS4 Firmware 8.0 Compatibility (Fix #328)
  • Fix MTU detection (Fix #303) (#304)
  • Add partial Touchpad support (currently ONLY functional on Linux when building from source and only when using a physical DualShock 4 Controller!)
  • Drop Support for QtGamepad in favor of SDL2
  • Expose videotoolbox hardware decoder (#261, macOS only)
  • Fix build on newer Qt versions (#254, Fix #253)

v1.2.1

30 May 17:51
89c9bd4
Compare
Choose a tag to compare

Changes:

  • AppImage: Enable VAAPI (NOTE: this will not work on most systems, see #214 (comment))
  • Qt GUI: Fix Surface for EGL (Fix #71)
  • Qt GUI: Fix L2/R2 conversion (#243, Fix #189)
  • Qt GUI: Fix a deprecated Qt API usage
  • Library: Experimental mbed TLS and Nintendo Switch support (No app yet, only library!)

v1.2.0

26 Apr 20:49
f3e9178
Compare
Choose a tag to compare

Changes:

  • Qt GUI: Support for FreeBSD and OpenBSD (#212)
  • Qt GUI: Add VAAPI Support (Fix #26) (#205)
  • Qt GUI: Add Settings for Keyboard Mappings (#174)
  • Qt GUI: Use Mouse Click for Touchpad Button in GUI (#167)
  • CLI: Add Wakeup Command (#168)
  • Build: Build SDL2 with udev on Linux (Fix #32)
  • Android: Updated Dependencies

v1.1.3

27 Jan 21:01
bac4ad3
Compare
Choose a tag to compare

Changes

Android:

  • Prevent screen turning off during streaming (#149)
  • Stream Display Options: Normal, Zoom and Stretch (#146)
  • Touchpad Only Control Option (#130)
  • Export and Import Settings as JSON
  • Adjust Android Analog Stick Dimensions for better Usability

Desktop:

  • Fix H264 codec finding for libavcodec < 58.10.100 (#143)
  • Add Pyramid/Box buttons to keybindings (#118)
  • Fix Icon Install Path (Fix #92)

Common:

  • Make psn-account-id.py Script easier for Windows

v1.1.2

20 Nov 17:41
60db918
Compare
Choose a tag to compare

Changes:

  • Fix Ctrl recv after Sending Login PIN (Fix #104)
  • Android: Fix a Crash in Regist
  • Qt GUI: Hide Mouse after Timeout

v1.1.1

06 Nov 21:06
febdaa3
Compare
Choose a tag to compare

Changes:

  • Fix some Alignment Issues (especially for 32-bit ARM)

v1.1.0

02 Nov 19:21
274d71a
Compare
Choose a tag to compare

This release brings Android Support.

v1.0.4

12 Oct 14:46
v1.0.4
523191c
Compare
Choose a tag to compare

This release brings PS4 7.0 compatibility along with some other minor changes. About Registration on 7.0 using an AccountID, see https://github.com/thestr4ng3r/chiaki#obtaining-your-psn-accountid.

Changes:

  • Add Regist with Np-AccountId (Fix #51)
  • Bump RP-Version to 9.0 for Session and Ctrl, #51
  • Add more logging to Ctrl, for #36
  • Add Audio Buffer Size Setting
  • Send one Feedback History Packet per Event (#41)
  • Use Qt MacExtras on macOS
  • Refactor Opus Decoding
  • Make YUV/RGB conversion more accurate

v1.0.3

13 Sep 15:22
2b6a419
Compare
Choose a tag to compare

Changes:

  • Add Login PIN Support (Fix #10)
  • Fix Build on FreeBSD
  • Add Fullscreen Mode on F11 (Fix #9)
  • Add " | Stream" to StreamWindow Title
  • Switch to Xenial for AppImage Releases (#29) (Fix #25)
  • Fix Box and Pyramid Buttons being swapped (Fix #5)
  • Fix frame_fg Initialization
  • Free Mutexes in Takion
  • Free Cond and Mutex of GKCrypt
  • Fix Crash if Frame Uploader Thread not started
  • Fix sending Cumulative DATA ACK
  • Fix Regist Search Non-Broadcast Send (Fix #11)
  • Fix a Leak in ChiakiRegist

v1.0.2

21 Aug 17:07
a2b9de0
Compare
Choose a tag to compare

Changes:

  • Add Bitrate Setting
  • Create Tarball including git submodules
  • Disable Windows Thread Name by default (#7)