diff --git a/Cargo.toml b/Cargo.toml index d1889a0..086978b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "epic_asset_manager" -version = "3.8.5" +version = "3.8.6" authors = ["Milan Stastny "] edition = "2021" license-file = "LICENSE" @@ -17,7 +17,7 @@ byte-unit = "5.1" chrono = "0.4" diesel = { version = "2", features = ["sqlite", "r2d2"] } diesel_migrations = { version = "2", features = ["sqlite"] } -egs-api = "0.7" +egs-api = "0.7.1" env_logger = "0.11" fs2 = "0.4.3" gtk4 = { version = "0.7.3", features = ["v4_8"] } diff --git a/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in b/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in index e3a3a62..6b47a73 100644 --- a/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in +++ b/data/io.github.achetagames.epic_asset_manager.metainfo.xml.in.in @@ -64,6 +64,16 @@ https://ko-fi.com/achetagames + + +

Quick fix

+
    +
  • Fix Json download manifest parsing
  • +
  • Set run_command check parameter to true in Meson build
  • +
  • Replace deprecated meson build functions
  • +
+
+

Fix asset downloading

diff --git a/meson.build b/meson.build index bc0a84f..659e98b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('epic_asset_manager', 'rust', - version: '3.8.5', + version: '3.8.6', license: 'MIT', meson_version: '>= 0.59')