Recent Releases of https://github.com/coastalwhite/lemurs
https://github.com/coastalwhite/lemurs - v0.4.0
Changelog
- customize power controls in config by @bits0rcerer (#185)
- Configurize X11 binary paths by @coastalwhite
- Configurize the X11 and Wayland scripts directory by @coastalwhite
- Configurize the system shell by @coastalwhite
- Configurize xsetup.sh path by @coastalwhite
- Configurize cache path by @coastalwhite
- Add deentry to load xsessions and wlsessions by @coastalwhite
- Move
XAUTHORIYto home dir by @h-leth (#205) - Fix system shell and use it everywhere by @Stunkymonkey (#208).
- Add CLI flags for paths to xsessions and wlsessions by @coastalwhite
- Add CLI flag and configuration option to change initial
PATHvalue by @coastalwhite
- Rust
Published by github-actions[bot] over 1 year ago
https://github.com/coastalwhite/lemurs - Version 0.3.2
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
- Add
shell_login_flagoption in config by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/129 - Allow function key input when focused on text box by @luke-else in https://github.com/coastalwhite/lemurs/pull/138
- Fix: Include KeyModifier ALT for BackTab detection in TTY by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/143
- Fix the errors causes by the working directory in EnvContainer by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/141
- Signal defined X server boot up by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/144
- Properly handle client exiting by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/145
- remove hardcoded .xinitrc from install.sh by @atropos1789 in https://github.com/coastalwhite/lemurs/pull/146
- Feat: Add Control Keybindings by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/151
- Add timestamps to logs (fix #132) by @funnyboy-roks in https://github.com/coastalwhite/lemurs/pull/154
- Add config option to change the visibility of the switcher (#70) by @funnyboy-roks in https://github.com/coastalwhite/lemurs/pull/155
- Update Dependencies: Ratatui and Crossterm by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/161
- Draft: Add log file size limit by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/162
- Draft: Perform CFG for musl platforms by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/163
- initial background widget code(#157) by @danma3x in https://github.com/coastalwhite/lemurs/pull/165
- Remove dependency on pgs_files by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/172
- Fix: Do not overwrite XDG vars if written by PAM by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/173
- Add a binary release by @coastalwhite in https://github.com/coastalwhite/lemurs/pull/174
- Variable interpolation in the configuration file #71 by @danma3x in https://github.com/coastalwhite/lemurs/pull/167
New Contributors
- @luke-else made their first contribution in https://github.com/coastalwhite/lemurs/pull/138
- @atropos1789 made their first contribution in https://github.com/coastalwhite/lemurs/pull/146
- @funnyboy-roks made their first contribution in https://github.com/coastalwhite/lemurs/pull/154
- @danma3x made their first contribution in https://github.com/coastalwhite/lemurs/pull/165
Full Changelog: https://github.com/coastalwhite/lemurs/compare/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 |
- Rust
Published by github-actions[bot] almost 3 years ago
https://github.com/coastalwhite/lemurs - Version 0.3.1
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.
- Rust
Published by coastalwhite over 3 years ago
https://github.com/coastalwhite/lemurs - Version 0.3.0
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)
--ttyflag 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.
- Rust
Published by coastalwhite over 3 years ago
https://github.com/coastalwhite/lemurs - v0.2.0
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
- Rust
Published by coastalwhite almost 4 years ago
https://github.com/coastalwhite/lemurs - Release v0.1.0
The release of the first version of Lemurs. This release includes:
- A basic TUI
- PAM Authentication
- Preview flag
- Selector of different
xinitrcs - Installation script
- Rust
Published by coastalwhite over 4 years ago