Skip to content

Releases: coastalwhite/lemurs

Version 0.3.2

20 Sep 16:07
Compare
Choose a tag to compare

Hello everyone!

Here is a new release of Lemurs. Now, finally, with a pre-compiled version.

Major changes:

  • Pre-compiled binary (#174)
  • Support for musl platforms (#163)
  • Use of the ratatui crate instead of the unmaintained tui-rs (#161).
  • Variable interpolation for the configuration file (#167).
  • Many stability fixes!

All changes can be found below.

What's Changed

Features

New Contributors

Full Changelog: v0.3.1...v0.3.2

Download lemurs 0.3.2

File Platform Checksum
lemurs-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

Version 0.3.1

03 Mar 19:49
c64f69c
Compare
Choose a tag to compare

This version contains many quality-of-life changes along with some features. This is the final release before a larger refactor.

  • Remove many unnecessary dependencies (clap, lazy_static, regex, fern, chrono, chvt, hex)
  • Fix .Xauthority ownership bug
  • Fix XDG_SESSION_ID bug
  • Fix input field crashing on certain UTF-8 characters
  • Configurable pam_service and own lemurs.pam service
  • Better error handling and logging. Thus, easier debugging.

Version 0.3.0

22 Nov 15:41
bd2d827
Compare
Choose a tag to compare

Lemurs v0.3.0 adds many of the features that make lemurs more useful to more people. This includes Wayland support, UTMPX support, improved focus behavior, a fallback TTY shell and an AUR package. We also switch away from the nightly toolchain to the stable toolchain thanks to @tranzystorek-io.

Full changelog

Features

  • Caching of entered info (#75)
  • Wayland support (#84)
  • UTMPX support (#90)
  • Improved and customizable focus behavior (#74)
  • --tty flag to overwrite default tty (#81)
  • Add fallback TTY shell (#82, #83, #89)
  • Add documentation about the AUR package (#87)

Improvements

  • Switch to the stable toolchain (#79)

Any many other small changes and fixes!

Thanks to @tranzystorek-io for help with the current release.

v0.2.0

30 Jul 17:51
Compare
Choose a tag to compare

This release is mainly focused on major refactors. This transforms it from a proof of concept to a more serious project.

New features:

  • Massively improved stability
  • Automatically remember previously entered username
  • Add an option for a maximum width of input fields

Release v0.1.0

02 Jan 12:26
Compare
Choose a tag to compare

The release of the first version of Lemurs. This release includes:

  • A basic TUI
  • PAM Authentication
  • Preview flag
  • Selector of different xinitrcs
  • Installation script