diff --git a/CMakeLists.txt b/CMakeLists.txt index 90529e0..08a0e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ option(CHIAKI_GUI_ENABLE_SDL_GAMECONTROLLER "Use SDL Gamecontroller for Input" O option(CHIAKI_CLI_ARGP_STANDALONE "Search for standalone argp lib for CLI" OFF) set(CHIAKI_VERSION_MAJOR 1) -set(CHIAKI_VERSION_MINOR 1) -set(CHIAKI_VERSION_PATCH 3) +set(CHIAKI_VERSION_MINOR 2) +set(CHIAKI_VERSION_PATCH 0) set(CHIAKI_VERSION ${CHIAKI_VERSION_MAJOR}.${CHIAKI_VERSION_MINOR}.${CHIAKI_VERSION_PATCH}) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/README.md b/README.md index 83de09e..3f60122 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Travis Build Status](https://travis-ci.com/thestr4ng3r/chiaki.svg?branch=master)](https://travis-ci.com/thestr4ng3r/chiaki) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/dnj9cmx5mmaaawer?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?) Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play -for Linux, Android, macOS, Windows and potentially even more platforms. +for Linux, FreeBSD, OpenBSD, Android, macOS, Windows and potentially even more platforms. ![Screenshot](assets/screenshot.png) @@ -19,8 +19,9 @@ registration and wakeup of the console, is supported. The following features however are yet to be implemented: * Congestion Control * H264 Error Concealment (FEC and active error recovery however are implemented) -* Touchpad support (Triggering the Touchpad Button is currently possible by pressing `T` on the keyboard) +* Touchpad support (Triggering the Touchpad Button is currently possible from the keyboard though) * Rumble +* Accelerometer/Gyroscope ## Installing diff --git a/android/app/build.gradle b/android/app/build.gradle index 1b0bb56..b5285c0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -24,7 +24,7 @@ android { applicationId "com.metallic.chiaki" minSdkVersion 21 targetSdkVersion 29 - versionCode 4 + versionCode 5 versionName chiakiVersion externalNativeBuild { cmake {