Releases: rharish101/ReGreet
Releases · rharish101/ReGreet
0.2.0
What's Changed
- Some aspects of the clock widget are now customizable. Check the sample config for more information.
- Passwords, OTPs and secrets are no longer exposed in plain text in logs.
Breaking changes
- For packagers: Renamed the
CACHE_DIR
compile-time variable toSTATE_DIR
. Essentially,/var/lib/
is used instead of/var/cache
for the last session cache. See #33 for the motivation.
0.1.3
0.1.2
What's Changed
- X11 session handling with startx
- Demo mode for local testing
- Customizable greeting message
- Customizable path for the
login.defs
file - Customizable log file path
- Add
--verbose
for stdout logging - Upgrade dependencies
- Update CI to use default GitHub runner
- Misc fixes.
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- Fixed bug when entering the password by pressing the login button
- Show ReGreet on a single monitor when running a multi-monitor setup
Full Changelog: 0.1.0...0.1.1
0.1.0
This is the first release of ReGreet!
Breaking changes
- The
background
option is nowbackground.path
, i.e. thepath
option within the[background]
section - The
background_fit
option is nowbackground.fit
, i.e. thepath
option within the[background]
section