Skip to content

Releases: aysiu/offset

2.0.0

15 Jul 16:25
a942471
Compare
Choose a tag to compare

Supports Python 3, using Munki's Python. Feel free to update the shebang to use another Python 3, but it may or may not work.

1.4.2

28 Feb 23:55
d1849a4
Compare
Choose a tag to compare

Applies 10.13 workaround to 10.14 as well.

1.4.1

31 May 22:37
9042f70
Compare
Choose a tag to compare

Removes first attempt at 10.13 fix that involved a time delay (which worked only some of the time).

1.4.0

31 May 18:36
ae945d4
Compare
Choose a tag to compare

Release notes: Dirty workaround to get it to work in 10.13 again. It works now, but it doesn't check whether the "last user" is logged out or reboot, so it's essentially a login window trigger for 10.13 instead of a logout trigger. It should still prevent the double-running, though, in the case of a reboot.

1.3.3

26 Mar 18:52
572d5b9
Compare
Choose a tag to compare

Release Notes:

Bug fix for 10.13 not running at logout. It's a dirty hack but seems to work... just delaying the check for login/logout status by a few seconds.

1.2.0

09 Mar 18:51
Compare
Choose a tag to compare

New feature: will not run scripts twice if run at logout and then computer rebooted and at login screen again with no user logging in in between.

1.1.2

08 Mar 18:43
Compare
Choose a tag to compare

Added back in ignored_users list option.

1.0.9

08 Mar 18:09
Compare
Choose a tag to compare

Fixed indentation issues in Python. Seems to be all good.

1.0.5

04 Mar 19:47
Compare
Choose a tag to compare

Thanks to Greg Neagle for the suggestion to check first that a Login Hook may already exist. Checks, and then moves the existing script to the new location.

1.0.4

01 Mar 23:51
Compare
Choose a tag to compare

Release Notes

Fixed issue of console user not being defined. Should be a working release, but you may want to heavily test before rolling out into production.