Rename Dialog (#113)

Add a rename dialog for longer possible rename text
Also has a rename fix
This commit is contained in:
alexcrea 2026-06-02 17:16:28 +02:00 committed by GitHub
commit f0d53a6ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 485 additions and 27 deletions

View file

@ -22,7 +22,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.16.3"
version = "1.17.0"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"