Releases: apognu/tuigreet
Releases · apognu/tuigreet
0.9.1
0.9.0
tuigreet version 0.9.0. * Added rebinding of F-key actions. * Added more customization options and coloring support. * Added support for using NSS to retrieve users instead of /etc/passwd. * Better handling of rendering/event loop. * Support for X11 sessions specificities (environment variables, wrappers, etc.). * Better management of non-ASCII strings. * Better handling of smaller screens. * Overall better terminal management to clear screen on startup, exit and error conditions. * Various bugfixes. * Various locale updates.
tip
Trying to only render when necessary to limit CPU usage (#113).
0.8.0
tuigreet version 0.8.0. * Remember last successfully opened session per user * Suppress power command output * Allow customization of time format * Added a user selection list from a defined UID range * Miscellaneous UX improvements * Locales improvements
0.7.2
tuigreet version 0.7.2. * Fixed an issue where CPU would be maxed out when checking for power events (#44, PR #46 by @DjLogozzo). * Fixed an issue where tuigreet would not exit promptly after successfull authentication (#40). * Allow translation of power command labels (#43). * Miscellaneous refactoring, UI enhancements and updated translation.
0.7.1
tuigreet version 0.7.1. * Upgraded greetd_ipc to 0.8.0. * Used async throughout tuigreet to prevent blocking the UI. * Better handle different kinds of PAM prompts (such as fingerprint scanner prompts). * Allow customizing power commands to shut down and reboot the machine. * Miscellaneous UI improvements and typo fixes. * Added Polish and Catalan translations. Since 0.7.0: * Updated man page.
0.7.0
tuigreet version 0.7.0. * Upgraded greetd_ipc to 0.8.0. * Used async throughout tuigreet to prevent blocking the UI. * Better handle different kinds of PAM prompts (such as fingerprint scanner prompts). * Allow customizing power commands to shut down and reboot the machine. * Miscellaneous UI improvements and typo fixes. * Added Polish and Catalan translations.
0.6.1
tuigreet version 0.6.1. No changes to the program since 0.6.0, but a manpage was added.
0.6.0
tuigreet version 0.6.0. Smallish customizations options and new translations: * Added option to remember last selected session between runs. * Add customization of the password redaction character instead of *. * Added translations in Italian and Portugese.
0.5.0
tuigreet version 0.5.0. Major changes, localization and bugfixing: * tuigreet used to terminate on authentication failure, which would pose security issues if greetd was configured to restart automatically with an `initial_session` set. Now, tuigreet loops on failure and keeps running (#24). * Following the previous item, all manual means of exiting tuigreet have been removed (such as hitting the ESC key). * Added localization of the user interface, with initial translations in English, French and German (thanks to @brodi1 for the German translation).