Skip to content

Releases: JezerM/nody-greeter

v1.3.0

23 Dec 05:20
Compare
Choose a tag to compare

Nody-greeter is so simple and easier to mantain than web-greeter, so no updates were needed in a long time. Also, a v.1.2.1 was expected to be released, but I forgot to do it and kept adding things, therefore v1.3.0 is here!

Changes

  • Bugfixes
  • Added make-like scripts (with node) to build and install/uninstall
  • Added bash and zsh completions
  • Replaced xset calls with proper c++ addons

v1.2.0

12 Sep 02:51
Compare
Choose a tag to compare

Changes

  • Logger system refactored
  • Themes got formatted with prettier
  • Added password reveal eye to gruvbox and dracula
  • Added error message in case an error occurs when connecting to LightDM daemon

v1.1.0

21 Aug 16:53
Compare
Choose a tag to compare

Changes

  • Lots of bugfixes
  • Backlight control now based on acpilight
  • Everything is TypeScript! (except themes)
  • It's just much better :D

v1.0.0

14 Aug 18:54
Compare
Choose a tag to compare

Nody-greeter

This is a "rewrite"/adaptation of web-greeter in Node.js!

Differences with web-greeter

There are no major differences.

  • This should be faster, as it's not using Python but Node.js with Electron.
  • icon_theme config do not work, as GTK doesn't allow setting a different cursor theme for apps. It will remain as your default cursor theme.
  • No bash and zsh tab completion. No man-pages.
  • Shouldn't break so easily as web-greeter with Python
  • A little extra feature: --theme flag can be a real path, instead of a theme's name~