Skip to content

Releases: ThatsJustCheesy/defaults-edit

v0.7.0

27 Aug 19:31
Compare
Choose a tag to compare

Changes:

  • App icon!
  • Default window size is now larger.
  • Fixed various issues with switching between data types.
  • Fixed opening a new window by clicking app in dock.

v0.6.0

26 Aug 16:26
Compare
Choose a tag to compare

Changes:

  • New button to quickly relaunch an app while editing its domain.

    Screenshot 2024-08-26 at 12 11 16 PM

v0.5.0

14 Jun 16:10
Compare
Choose a tag to compare

Changes:

  • Can add empty arrays and dictionaries at the root level.
    • No more "bugs" section in the README!
  • Can edit existing values in arrays and dictionaries.
    • But still can't add new entries for now.
  • Changed the app's bundle identifier.
  • PR #5: Height Uncapped, Fixed Fullscreen

v0.4.0 — URL scheme for defaults tweaks site

24 Jan 01:17
Compare
Choose a tag to compare

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

06 Jun 22:43
Compare
Choose a tag to compare

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

20 Aug 00:29
Compare
Choose a tag to compare

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

11 Aug 04:22
df9d0b0
Compare
Choose a tag to compare

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

17 Jul 18:53
Compare
Choose a tag to compare

Requires macOS 10.12+.