Releases: macmule/ADPassMon
2.20.10
Release Notes
This release fixes a bug that caused the preferences window to appear every time ADPassMon was launched, unless you have prefsLocked
enabled. The preferences window is only supposed to appear the first time you launch ADPassMon when preferences aren't locked.
2.20.9
Summary
- Local account checking now works properly.
- The command that adds ADPassMon to the TCC.db (which grants permission for applications that control UI elements) now works with OS 10.11.
Notes
While starting, ADPassMon now checks whether the current user account is local. If it is local, by default it will halt all further processes, but will otherwise stay loaded (using minimal resources). This is by design since some environments launch ADPassMon via a KeepAlive LaunchAgent which would just keep launching it if it were to quit.
You may wish to override this default behavior for a local account -- for example, if you have a local account on a bound computer with the same name as your AD account and you want to see your password expiration info. To do this, set the runIfLocal
property to true to tell ADPassMon to run normally:
defaults write org.pmbuko.ADPassMon runIfLocal -bool true
2.20.7
2.20.6
2.20.5
Changes in this release
- Resolved: Create New Keychain button not showing
2.20.4
Changes in this release
- Resolved: Missing value prompt when attempting new keychain creation on 10.10
- Resolved: Error when updating password check interval
- General spiffing: Removed pre 10.8 code, polished other code, cleaned up comments, user feedback, and logging.
2.20.3
2.20.2
This is a pre-release so we can get wider testing of our updated code after the much-anticipated 😆 merger of the macmule and pmbuko ADPassMon forks.
In addition to bringing together features and bugfixes from both forks, a few old and new bugs have been (hopefully?) squashed, and some new features have been introduced, namely
Notification alerts now include a Change button, which lets you click through directly to your selected change password method.
The menu item will now show the correct number of days remaining even if your computer has been away from the work network for a while.
2.20.2 - Changes:
- Resolved: Change Password button on ADPassMon method doing nowt #5
2.20.1 - The big merge is here!
This is a pre-release so we can get wider testing of our updated code after the much-anticipated 😆 merger of the macmule and pmbuko ADPassMon forks.
In addition to bringing together features and bugfixes from both forks, a few old and new bugs have been (hopefully?) squashed, and some new features have been introduced, namely
- Notification alerts now include a Change button, which lets you click through directly to your selected change password method.
- The menu item will now show the correct number of days remaining even if your computer has been away from the work network for a while.
2.10.1 - 1st commit to merge with main
2.10.1 - 1st commit to merge with main.
Should have all the options from my fork + the options/settings from the main branch