Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 20:30
· 34 commits to master since this release

More fixes! Previous 1.5.0 version did have a cross-compilation issue due to [email protected] as it didn't provide prebuilt binaries and didn't compile at all, so armv7l and i686 packages for void-linux were unavailable. Now, this is solved by forcing the use of [email protected] in the newest electron-rebuild version.

Also, added a --api-version command line argument, which could help to document different versions at web-greeter-page/docs. This version variable starts from 1.0.0, which covers nody-greeter v1.5.0 and web-greeter v3.5.0.

Changes

  • Added --api-version command line argument, starting at 1.0.0
  • Fix some typings issues.
  • Forced JavaScript naming convention through ESLint.
  • Removed themes in favor of web-greeter-themes submodule.
  • Upgraded node-abi to v3.24.0
  • Downgraded lzma-native to v6.0.1