diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f0ca1..bdd58d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(InstallRequiredSystemLibraries) ### The current version number set(LIRI_VERSION_MAJOR 3) set(LIRI_VERSION_MINOR 1) -set(LIRI_VERSION_PATCH 5) +set(LIRI_VERSION_PATCH 6) set(LIRI_VERSION ${LIRI_VERSION_MAJOR}.${LIRI_VERSION_MINOR}.${LIRI_VERSION_PATCH}) set(LIRI_EXECUTABLE_NAME Li-ri) diff --git a/INSTALL b/INSTALL index 4503fc0..488e8ed 100644 --- a/INSTALL +++ b/INSTALL @@ -38,4 +38,4 @@ To create a package, use the *package* target from cmake invocation: `cmake --bu Releasing: ========== Update NEWS.yaml to add a new version and the changelog. -Then, run `./tools/create_release.sh -v 3.1.5` to update all the files necesary for the release. +Then, run `./tools/create_release.sh -v 3.1.5` to update all the files necessary for the release. diff --git a/NEWS.yaml b/NEWS.yaml index 13666a0..f60c0a5 100644 --- a/NEWS.yaml +++ b/NEWS.yaml @@ -1,4 +1,11 @@ --- +Version: 3.1.6 +Date: 2025-12-24 +Description: + - Fix Haiku build + - Add controller support + - Add support for android tv (not tested) +--- Version: 3.1.5 Date: 2024-05-29 Description: diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b5b27d3..1160043 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + + +
    +
  • Fix Haiku build
  • +
  • Add controller support
  • +
  • Add support for android tv (not tested)
  • +
+
+
    @@ -58,7 +67,9 @@ -

    Fix appdata linter errors

    +
      +
    • Fix appdata linter errors
    • +
    @@ -73,7 +84,9 @@ -

    Fix Android start (3.1.0 does not work at all on Android)

    +
      +
    • Fix Android start (3.1.0 does not work at all on Android)
    • +
    @@ -169,12 +182,16 @@ -

    First version for linux and windows

    +
      +
    • First version for linux and windows
    • +
    -

    First automake / autoconf

    +
      +
    • First automake / autoconf
    • +