Skip to content

Releases: ITzTravelInTime/CommandSudo

1.1.16

08 Mar 06:40

Choose a tag to compare

  • Fixed a compatibility issue with Xcode 12.

1.1.15

03 Mar 06:11

Choose a tag to compare

  • Updated dependancies.

1.1.14

12 Nov 18:07

Choose a tag to compare

  • Updated dependancies.
  • Updated the legal information across the source files.

1.1.13

24 Sep 08:53

Choose a tag to compare

  • Added an argument to some functions that will avoid having sudo prefixed in front of executed comamnds.
  • Switched to zsh instead of sh for script execution.
  • Fixed a crash occurring when the execution of a command returns nil.
  • Fixed a crash that occurs when parsing some commands.
  • Fixed a crash that could occur when using the library from a program ruinning as root.
  • Updated dependacies.

1.1.8

19 Aug 00:51

Choose a tag to compare

  • Updated dependancies and platform requirements
  • Added a DEMO playground to try the library
  • Updated the README example
  • Library requirements are now pointed to release libraries
  • Updated function names and descriptions
  • Updated the warning message in the playground
  • Fixed some important bugs from the previous release

1.1.0

10 Jul 20:27

Choose a tag to compare

1.1.0 Pre-release
Pre-release
  • Updated for the Command 2.x library
  • Added deprecation messages for the Command.Sudo.getOut functions
  • re-implemented the Command.Sudo.start function for better usage an avoiding issues with system PATH variables
  • Removed the Command.Sudo.run implementation because this function now is implemented inside the CommandExecutor protocol
  • Added assertion inside the Command.Sudo.start function to check for executable file existence
  • Removed the init from Command.Sudo since it's no longer needed
  • Now using the library SwiftLoggedPrint to manage printed messages

1.0.2

27 Jun 21:37

Choose a tag to compare

Removed useless re-initialisation of TINUNotifications.shared for each time the authentication user notification is sent.

1.0.1

27 Jun 21:22

Choose a tag to compare

First publicly available release, check out the README for more info about the project.