Skip to content

Releases: apognu/tuigreet

0.9.1

02 Jun 10:35
0.9.1
Compare
Choose a tag to compare
tuigreet v0.9.1.

 * Fixed display issue where remembered session would display command instead of session name
 * Fixed issue with greetd IPC when no session is selected
 * Automatically select first session in list

0.9.0

06 May 14:58
0.9.0
96f7d28
Compare
Choose a tag to compare
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

29 Jun 06:30
158a98e
Compare
Choose a tag to compare
tip Pre-release
Pre-release
Trying to only render when necessary to limit CPU usage (#113).

0.8.0

09 May 09:10
0.8.0
Compare
Choose a tag to compare
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

22 Jan 22:43
0.7.2
77be52a
Compare
Choose a tag to compare
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

05 Oct 12:52
0.7.1
f8905cf
Compare
Choose a tag to compare
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

04 Oct 20:54
0.7.0
1784c00
Compare
Choose a tag to compare
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

05 Jul 09:00
0.6.1
686c57c
Compare
Choose a tag to compare
tuigreet version 0.6.1.

No changes to the program since 0.6.0, but a manpage was added.

0.6.0

04 Jul 09:39
0.6.0
93a6456
Compare
Choose a tag to compare
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

28 Jun 15:13
0.5.0
2dc86f7
Compare
Choose a tag to compare
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).