diff --git a/ChangeLog b/ChangeLog index 97a63f4..d0e5364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mosaic 2.7b6~flatpak3 + * Mosaic now detects if it's in a Flatpak environment and stores its files accordingly. + +Mosaic 2.7b6~flatpak1 + * Homepage is now info.cern.ch + * Version changed from 2.7b6 to 2.7b6~flatpak1 + * Uses Flatpak's data directory instead of $HOME. + Mosaic 2.7b6 * ported to modern Linux diff --git a/meson.build b/meson.build index 1a6a161..7423058 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'ncsa-mosaic', 'c', - version: '2.7b6-flatpak2' + version: '2.7b6-flatpak3' ) cc = meson.get_compiler('c') diff --git a/mosaic.png b/mosaic.png index 55e073d..1905d1e 100644 Binary files a/mosaic.png and b/mosaic.png differ diff --git a/src/com.github.fries1234.ncsa-mosaic.appdata.xml b/src/com.github.fries1234.ncsa-mosaic.appdata.xml index 59687a8..f1b8900 100644 --- a/src/com.github.fries1234.ncsa-mosaic.appdata.xml +++ b/src/com.github.fries1234.ncsa-mosaic.appdata.xml @@ -17,6 +17,9 @@ + +

Mosaic now detects if it's in a Flatpak environment and stores its files accordingly.

+
diff --git a/src/mosaic.h b/src/mosaic.h index a0bb21b..1e0759b 100644 --- a/src/mosaic.h +++ b/src/mosaic.h @@ -120,7 +120,7 @@ typedef enum /* -------------------------------- MACROS -------------------------------- */ /* ------------------------------------------------------------------------ */ -#define MO_VERSION_STRING "2.7b6~flatpak2" // SAM +#define MO_VERSION_STRING "2.7b6~flatpak3" // SAM #define MO_GO_NCSA_COUNT 3 /* Go to the NCSA home page thrice*/ #define MO_HELP_ON_VERSION_DOCUMENT \ mo_assemble_help_url ("help-on-version-2.7b5.html")