diff --git a/README.md b/README.md index 6c1a93853..6c455a5ef 100644 --- a/README.md +++ b/README.md @@ -25,18 +25,24 @@ Translation - - Documentation - Plugins

+ + Download the latest version of ImHex! + + + Download the latest nightly pre-release version of ImHex + Use the Web version of ImHex right in your browser! + + Read the documentation of ImHex! +

## Supporting diff --git a/plugins/builtin/source/content/data_processor_nodes/other_nodes.cpp b/plugins/builtin/source/content/data_processor_nodes/other_nodes.cpp index d3df0e975..b75c71958 100644 --- a/plugins/builtin/source/content/data_processor_nodes/other_nodes.cpp +++ b/plugins/builtin/source/content/data_processor_nodes/other_nodes.cpp @@ -10,6 +10,7 @@ #include #include +#include namespace hex::plugin::builtin { @@ -389,8 +390,10 @@ namespace hex::plugin::builtin { if (outVars.contains(m_name)) { std::visit(wolv::util::overloaded { - [](const std::string &) {}, - [](pl::ptrn::Pattern *) {}, + [this](const std::string &) { + }, + [this](const std::shared_ptr &) { + }, [this](auto &&value) { std::vector buffer(std::min(sizeof(value), 8)); std::memcpy(buffer.data(), &value, buffer.size()); diff --git a/resources/dist/common/get_nightly_banner.png b/resources/dist/common/get_nightly_banner.png new file mode 100644 index 000000000..e2d3818d1 Binary files /dev/null and b/resources/dist/common/get_nightly_banner.png differ diff --git a/resources/dist/common/get_release_banner.png b/resources/dist/common/get_release_banner.png new file mode 100644 index 000000000..7024ae46f Binary files /dev/null and b/resources/dist/common/get_release_banner.png differ diff --git a/resources/dist/common/read_docs_banner.png b/resources/dist/common/read_docs_banner.png new file mode 100644 index 000000000..24aefeda4 Binary files /dev/null and b/resources/dist/common/read_docs_banner.png differ diff --git a/resources/dist/common/try_online_banner.png b/resources/dist/common/try_online_banner.png index 4ef4a483c..3e23ada67 100644 Binary files a/resources/dist/common/try_online_banner.png and b/resources/dist/common/try_online_banner.png differ diff --git a/resources/projects/readme_banners.xcf b/resources/projects/readme_banners.xcf new file mode 100644 index 000000000..001bb1b7a Binary files /dev/null and b/resources/projects/readme_banners.xcf differ