Nightfall

A macOS menu bar utility for quickly toggling dark mode, written in Swift.

MIT License

Stars
482

Bot releases are hidden (Show)

Nightfall - v3.1.0 Latest Release

Published by r-thomson about 1 year ago

  • Improved keyboard shortcut support. You can now set a keyboard shortcut directly in Nightfall, and it should work more consistently across all apps now. The default is ^⌥⌘T.
    • The old services-based implementation has been removed
  • Nightfall is now signed and notarized, so you no longer need to bypass Gatekeeper to run Nightfall.
  • Added an indicator to the settings panel if Nightfall lacks screen recording permissions
  • Replaced “Preferences” with “Settings” to follow modern macOS conventions
Nightfall - Version 3.0.0

Published by r-thomson over 2 years ago

  • Nightfall now uses private system APIs for dark mode. Because of this, "Automation" permissions are no longer required to use the app, and the animated transition automatically adjusts its timing to prevent visible flicker.
  • You can now hide Nightfall's icon in the menu bar without quitting the app. This is mostly useful if you prefer to use Nightfall through the keyboard shortcut.
  • Nightfall has a redesigned icon to match the refreshed style in Big Sur/Monterey
  • Nightfall now has an app-specific accent color for Big Sur/Monterey
  • Increased frequency of update polling (if enabled)
  • Clicking "Requires screen recording permissions" in preferences now opens the relevant System Preferences page

Nightfall's bundle identifier has been changed in this release, so your existing preferences won't be saved.

Nightfall - Version 2.1.3

Published by r-thomson almost 3 years ago

  • Fix code signing issues

If you have issues launching this version, please report them in #13

Nightfall - Version 2.1.2

Published by r-thomson about 3 years ago

  • Release app as universal binary
Nightfall - Version 2.1.1

Published by r-thomson over 4 years ago

  • Updated app icon
  • Fixed a link in the About window not using the correct cursor
Nightfall - Version 2.1.0

Published by r-thomson over 4 years ago

  • Added an option to start Nightfall automatically at login
  • Added automatic update checking
Nightfall - Version 2.0.2

Published by r-thomson over 4 years ago

  • Fix foreground application losing focus when activating Nightfall
Nightfall - Version 2.0.1

Published by r-thomson almost 5 years ago

  • Improved handling of system permission dialogs
  • Fade duration fields in Preferences are now disabled if fading is disabled
Nightfall - Version 2.0.0

Published by r-thomson almost 5 years ago

Version 2.0.0 is a rewrite and restructuring of most of the app's code, including converting all of the view code to SwiftUI.

Requires macOS Catalina