From 3fc1b4756f72e5845c518e284d4baaffdcff148c Mon Sep 17 00:00:00 2001 From: Johnny Jazeix Date: Tue, 23 Dec 2025 20:19:50 +0100 Subject: [PATCH 1/2] bump version to 3.1.6 --- CMakeLists.txt | 2 +- android/app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/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 @@ Date: Tue, 23 Dec 2025 20:19:50 +0100 Subject: [PATCH 2/2] update changelog for 3.1.6 --- INSTALL | 2 +- NEWS.yaml | 7 ++++++ .../android/en-US/changelogs/30106.txt | 3 +++ io.github.petitlapin.Li-ri.appdata.xml | 25 ++++++++++++++++--- 4 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/30106.txt 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/fastlane/metadata/android/en-US/changelogs/30106.txt b/fastlane/metadata/android/en-US/changelogs/30106.txt new file mode 100644 index 0000000..24182f5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/30106.txt @@ -0,0 +1,3 @@ +Fix Haiku build +Add controller support +Add support for android tv (not tested) diff --git a/io.github.petitlapin.Li-ri.appdata.xml b/io.github.petitlapin.Li-ri.appdata.xml index 5b99f06..ea39f80 100644 --- a/io.github.petitlapin.Li-ri.appdata.xml +++ b/io.github.petitlapin.Li-ri.appdata.xml @@ -39,6 +39,15 @@ + + +
    +
  • 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
    • +