Skip to content

Releases: rharish101/ReGreet

0.2.0

06 Jan 17:59
0.2.0
c75486b
Compare
Choose a tag to compare

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 to STATE_DIR. Essentially, /var/lib/ is used instead of /var/cache for the last session cache. See #33 for the motivation.

0.1.3

24 Dec 20:56
0.1.3
6625ea7
Compare
Choose a tag to compare

What's Changed

  • Bump MSRV to 1.75.
  • Compilation fixes for Rust 1.75.

Full Changelog: 0.1.2...0.1.3

0.1.2

22 Dec 13:48
0.1.2
Compare
Choose a tag to compare

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

08 Jun 10:44
0.1.1
0fb4245
Compare
Choose a tag to compare

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

03 Apr 19:42
0.1.0
1353d2a
Compare
Choose a tag to compare

This is the first release of ReGreet!

Breaking changes

  • The background option is now background.path, i.e. the path option within the [background] section
  • The background_fit option is now background.fit, i.e. the path option within the [background] section