fix: GECOS subfield trimming and trailing backslash handling (v0.3.1)

display_name() now returns only the first GECOS subfield (before comma)
instead of the full GECOS string with room numbers and phone extensions.

split_shell_words() returns None for trailing backslashes instead of
silently ignoring them.
This commit is contained in:
2026-03-28 00:07:29 +01:00
parent 658328b39b
commit 4fa0dd0ead
3 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "moongreet"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
description = "A greetd greeter for Wayland with GTK4 and Layer Shell"
license = "MIT"