Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.07 KB

changelog.md

File metadata and controls

34 lines (23 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project attempts to adhere to Semantic Versioning.

v1.0.0 - 2024-02-28

Added

  • User() class which contains user details
  • primary() function to supersede console()
  • admins() function to return a list of admin User()
  • group_member() function to check if a user is in a group
  • fv_access() function to check if a user has FileVault access
  • apfs_owner() function to check if a user is an APFS volume owner
  • secure_token_status() function to check if the user has a secure token
  • users() function can now filter by primary group IDs
  • This changelog

Changed

  • users() now finds users by finding users with a shell
  • users() now returns a list of User class
  • Deprecated console() function, use primary().username for similar functionality

Fixed

  • users() now returns more than just "root"

v0.0.3 - 2021-02-05

Initial release