Releases: ThatsJustCheesy/defaults-edit
Releases · ThatsJustCheesy/defaults-edit
v0.7.0
v0.6.0
v0.5.0
v0.4.0 — URL scheme for defaults tweaks site
Requires macOS 10.12 or later.
New this release:
defaults-edit://
URL scheme! This allows you to apply defaults tweaks by simply clicking a link. Check out the defaults tweaks website for some examples!- Key/value editing opens a popover, instead of a clumsy modal alert window.
- Boolean values show as True and False rather than 1 and 0 in the main defaults list.
- Stay open after last window closed, because the app is now also a URL target.
v0.3.1 — Renamed
Requires macOS 10.12 or later.
New this release:
- The app has been renamed to defaults edit. Dropped the hyphen to more readily resemble the
defaults
command.
v0.3 — Critical fixes and an Open Recent menu
New this release:
- The Open Recent menu is now implemented! It works exactly as you would expect.
- Can now quit while one or more Open sheets are active.
- The default window width has been increased. You may not see this change if you've used a previous version of defaults-edit on the same user account.
Fixed this release:
- Accepting the value displayed after switching type in the value editor now applies that default value correctly. Previously, an empty value would be used instead.
- Large domains (such as
com.apple.finder
) now load consistently due to improved pipe read logic. - Table views now select their first row if tabbed into with no selection. This is in lieu of a focus ring (disabled by the system for table views) to act as visual indication of the current keyboard focus.
Requires macOS 10.12+.
v0.2 — Edit the global domain
New this release:
- Edit the global domain! Just select "Global Domain (NSGlobalDomain)" at the top of the list in the Open Defaults Domain sheet.
- Auto-quit when last window closed. By request: #1.
Requires macOS 10.12+.
v0.1 — Initial release
Requires macOS 10.12+.