diff --git a/buildspec.json b/buildspec.json index 4ec40165..336de788 100644 --- a/buildspec.json +++ b/buildspec.json @@ -39,7 +39,7 @@ } }, "name": "obs-backgroundremoval", - "version": "1.1.8", + "version": "1.1.9", "author": "Roy Shilkrot", "website": "https://github.com/royshil/obs-backgroundremoval", "email": "roy.shil@gmail.com", diff --git a/src/consts.h b/src/consts.h index 60c6617b..603cd82c 100644 --- a/src/consts.h +++ b/src/consts.h @@ -25,6 +25,8 @@ const char *const KAWASE_BLUR_EFFECT_PATH = "effects/kawase_blur.effect"; const char *const BLEND_EFFECT_PATH = "effects/blend_images.effect"; const char *const PLUGIN_INFO_TEMPLATE = - "Background Removal (%1) by OCC AI"; + "Background Removal (%1) by " + "OCC AI ❤️ " + "Support & Follow"; #endif /* CONSTS_H */ diff --git a/src/update-checker/UpdateDialog.cpp b/src/update-checker/UpdateDialog.cpp index fffc4ce8..16379bb4 100644 --- a/src/update-checker/UpdateDialog.cpp +++ b/src/update-checker/UpdateDialog.cpp @@ -12,16 +12,12 @@ static QString dialogContent = "

Background Removal - Update available! 🚀

" "

A new version of the Background Removal plugin (v{version}) is " - "now available for download. We've made some exciting updates and improvements that we think " - "you'll love. To get the latest features and enhancements, please follow the link below:

" - "

Download the latest version from GitHub: v{version}

" - "

Once you've downloaded the new version, install the update as usual, there's no need to " - "uninstall the previous version.

" - "

If you have any questions or need assistance during the update process, feel free to reach out" - " to our support team.

" - "

Thank you for using our plugin and we hope you enjoy the latest release! 🙏

" + "href=\"https://github.com/occ-ai/obs-backgroundremoval/releases\">v{version}) is " + "now available for download.

" + "

If you have any questions, requests or need assistance, feel free to reach out" + " to our support team.

" + "

Thank you for using our plugin - enjoy the latest release! 🙏

" "

Changelog

"; UpdateDialog::UpdateDialog(