Skip to content

Commit

Permalink
bump v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Jan 4, 2024
1 parent c1d30cd commit b509168
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
Expand Down
4 changes: 3 additions & 1 deletion src/consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
"<a href=\"https://github.com/occ-ai/obs-backgroundremoval/\">Background Removal</a> (%1) by <a href=\"https://github.com/occ-ai\">OCC AI</a>";
"<a href=\"https://github.com/occ-ai/obs-backgroundremoval/\">Background Removal</a> (%1) by "
"<a href=\"https://github.com/occ-ai\">OCC AI</a> ❤️ "
"<a href=\"https://www.patreon.com/RoyShilkrot\">Support & Follow</a>";

#endif /* CONSTS_H */
16 changes: 6 additions & 10 deletions src/update-checker/UpdateDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@
static QString dialogContent =
"<h1>Background Removal - Update available! 🚀</h1>"
"<p>A new version of the Background Removal plugin (<a "
"href=\"https://github.com/obs-ai/obs-backgroundremoval/releases\">v{version}</a>) 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:</p>"
"<p>Download the latest version from GitHub: <a "
"href=\"https://github.com/obs-ai/obs-backgroundremoval/releases\">v{version}</a></p>"
"<p>Once you've downloaded the new version, install the update as usual, there's no need to "
"uninstall the previous version.</p>"
"<p>If you have any questions or need assistance during the update process, feel free to reach out"
" to our <a href=\"https://github.com/obs-ai/obs-backgroundremoval/issues\">support team</a>.</p>"
"<p>Thank you for using our plugin and we hope you enjoy the latest release! 🙏</p>"
"href=\"https://github.com/occ-ai/obs-backgroundremoval/releases\">v{version}</a>) is "
"now available for <a "
"href=\"https://github.com/occ-ai/obs-backgroundremoval/releases\">download</a>.</p>"
"<p>If you have any questions, requests or need assistance, feel free to reach out"
" to our <a href=\"https://github.com/occ-ai/obs-backgroundremoval/issues\">support team</a>.</p>"
"<p>Thank you for using our plugin - enjoy the latest release! 🙏</p>"
"<h2>Changelog</h2>";

UpdateDialog::UpdateDialog(
Expand Down

0 comments on commit b509168

Please sign in to comment.