diff --git a/VERSION b/VERSION index 8e03717..dc39e58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 \ No newline at end of file +1.6 \ No newline at end of file diff --git a/flatpak/br.com.jeanhertel.adriconf.appdata.xml b/flatpak/br.com.jeanhertel.adriconf.appdata.xml index 765cf04..751d097 100644 --- a/flatpak/br.com.jeanhertel.adriconf.appdata.xml +++ b/flatpak/br.com.jeanhertel.adriconf.appdata.xml @@ -26,6 +26,20 @@ + + +

This release has some bug-fixes but mostly is a rework in the code structure to better handle future changes

+
    +
  • Make sure we don't crash in case the new system-wide xml path is not available. @jlHertel
  • +
  • Generate version in about dialog at compile time. @jlHertel
  • +
  • Create EGL displays using GBM during gpu listing to avoid kernel driver names. @jlHertel
  • +
  • Rework code for easy unit testing. @jlHertel
  • +
  • Lower minimum desktop specification version for increased compatibility. @akien-mga
  • +
  • Improve documentation around releasing new versions. @jlHertel
  • +
  • +
+
+

This release is just a small bug-fix to disable building unit tests on flatpak builds.

diff --git a/flatpak/br.com.jeanhertel.adriconf.json b/flatpak/br.com.jeanhertel.adriconf.json index 50b299b..100f528 100644 --- a/flatpak/br.com.jeanhertel.adriconf.json +++ b/flatpak/br.com.jeanhertel.adriconf.json @@ -183,7 +183,7 @@ { "type": "git", "url": "https://github.com/jlHertel/adriconf", - "tag": "v1.5.1" + "tag": "v1.6" }, { "type": "file",