feat: autocomplete in template editor

This commit is contained in:
2025-12-17 11:45:46 +03:00
parent 899a5d50c4
commit b4ca5e1912
6 changed files with 665 additions and 81 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.4+git.g2813a8b";
const std::string GIT_SEMVER = "0.1.4+git.g899a5d5";
const std::string version_string();
} // namespace clrsync::core