Refactored the HorizontallyScrollableText struct to handle Unicode strings more uniformly and to not rely on byte boundaries but instead to rely on Unicode char boundaries
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "managarr"
|
||||
version = "0.0.22"
|
||||
version = "0.0.26"
|
||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||
description = "A TUI for managing *arr servers"
|
||||
keywords = ["managarr", "tui-rs", "dashboard", "servarr"]
|
||||
keywords = ["managarr", "tui-rs", "dashboard", "servarr", "tui", "terminal"]
|
||||
documentation = "https://github.com/Dark-Alex-17/managarr"
|
||||
repository = "https://github.com/Dark-Alex-17/managarr"
|
||||
homepage = "https://github.com/Dark-Alex-17/managarr"
|
||||
|
||||
Reference in New Issue
Block a user