Adriconf Versions Save

Advanced DRI Configurator

v1.6.1

4 years ago

This is a bug-fix release to address small issues with the latest release.

  • Make EGL mandatory for building. @jlHertel
  • Update translation files with latest text. @jlHertel
  • Fix incorrect flag usage during GBM device creation. @jlHertel
  • Always build Wayland support. @jlHertel

v1.6

4 years ago

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

ATTENTION DISTRO PACKAGERS: Due to a bug in the way mesa was handling GBM devices we had to update our requirement to mesa 19.3+. If you try to run adriconf with a mesa version previous to 19.3, adriconf will segfault and not report any issue. Please keep this in mind when packaging this new version.

v1.5.1

4 years ago

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

v1.5

4 years ago

This release is mostly bug-fixes and improvements to the general stability of the program. The source code has also been re-organized to make maintenance easier.

  • Improve error handling for missing configurations and extensions. @jlHertel
  • Restructure project to make it easier to maintain. @jlHertel
  • Add support to read new MESA system-wide configuration path. @jlHertel
  • Add initial Latvian translation. @Linards
  • Add simplified Chinese translation. @wsxy162
  • Improve unit tests. @jlHertel
  • Add new debug option. @jlHertel

v1.4

5 years ago

This release finally brings the Wayland support along with some other fixes.

  • Fix for AppStream validation @har9862
  • Remove DEBIAN build instructions and any debian packaging related artifact as we now provide a flatpak package @jlHertel
  • Remove glXQueryRendererIntegerMESA usage @velurimithun
  • Update the translation files @velurimithun
  • Allow to build with LibXML++ 3.0 @City-busz
  • Add XWayland support to adriconf @velurimithun
  • Don't bind the textdomain, so that we can properly get translations inside flatpak @jlHertel
  • Add a AUTHORS and CONTRIBUTING file @jlHertel

v1.3

5 years ago

This is mostly a bug-fixing release.

  • Make changes to packaging files @velurimithun
  • Add pt_BR translation to flatpak data. Fixes #40
  • Fixes incorrect image urls on flatpak metadata
  • Fix uncaught exception when no user defined config file exists

v1.2

5 years ago

This release has the following improvements:

  • Improve README and use the oficial GPL notice by @Calinou

  • Fix minor issues with the debian package build

  • Add an icon and desktop entry file by @velurimithun

  • Add initial Flatpak support by @velurimithun

v1.1

5 years ago
  • Add shorcuts for the common action in the menu (save, quit, new app, etc..)
  • Fix build issues
    • properly link against GLVND-enabled systems
    • make GTKmm mandatory
    • make Boost.locale mandatory
    • explicitly declare dependencies of glib-compile-resources
  • Add various test cases
  • Properly handle closed-source drivers

Note: The debian package attached is for testing only. In the future we plan to remove this package and provide the software in flatpak packages.

v1.0

6 years ago

First stable release.

v0.1-beta.1

6 years ago
  • Don't build units tests by default
  • Fix installation of translations
  • Added more unit tests
  • Some cleanups to CMakeLists.txt to make it more readable