About This Hack Changelog

What's new in About This Hack 1.1.1

Feb 13, 2024
  • No changes, just notarization! As you may know, as a student, I don't have the funds to buy an Apple Developer License and properly sign my apps. As a result, my apps often get revoked or blocked by Gatekeeper. Hopefully this will change, but for the foreseeable future, I will have to make do with a free apple dev account.
  • Thanks to someone on my Discord, however, we have a notarized build of v1.1.0 that I am calling v1.1.1!

New in About This Hack 1.1.0 (Nov 12, 2023)

  • Fixed time delay issues that caused certain values to not appear
  • Sped up launch time by as much as 50%
  • #60 issue resolved by @matxpa in #67
  • Little changes by @matxpa in #68
  • French translation updated
  • #73 issue fix by @matxpa in #75
  • Modifications to fix issues 39 (part of not High Sierra) 72 (2 distinct cases) and 78 by @matxpa in #80

New in About This Hack 1.0.0 (Oct 8, 2023)

  • Implemented a custom updater that is 2x faster and 10x lighter than the outgoing Sparkle framework
  • Optimized the app, reducing loading times from 10 bounces to 2 (very scientific, I know)
  • Simplified OpenCore output
  • Added more detailed bootloader info
  • Added nearly a dozen tooltips to view more hardware details
  • Added metal version when applicable
  • Reworked the entire storyboard for low-level optimizations
  • Re-added support for macOS 10.12 Sierra
  • Squashed over 200 bugs, including but not limited to Clover errors, data not loading, focus ring and button issues, initialization problems, memory leaks, and lag when switching views
  • Probably like 100 more things, but I honestly forget at this point since so much has changed

New in About This Hack 0.9.1 Beta (Jul 28, 2023)

  • Fixed some formatting issues with dual-GPUs
  • The "Bootloader" category now shows "Apple iBoot" for Apple Silicon Macs
  • Resolved a bunch of pesky errors

New in About This Hack 0.9.0 Beta (Jul 21, 2023)

  • CUT LAUNCH TIME BY OVER 90%
  • Added Dual-GPU Support
  • Cleaned Up the Code by @nocontent06 in #36
  • Temporarily Removed Localizations to Improve Performance
  • Changed How Commands are Handled
  • Added Model Identifier by @nocontent06 in #35

New in About This Hack 0.8.1 Beta (Jun 23, 2023)

  • Fixed the minimum required version of macOS to 10.12 (previously set incorrectly to 10.14.6)

New in About This Hack 0.8.0 Beta (Jun 18, 2023)

  • HardwareCollector.swift now determines what Mac you have much more efficiently, cutting down 300 lines of code!
  • macOS 14 Sonoma is now fully-supported, including a new icon
  • A cool attribution line now appears at the bottom of the main tab
  • "Apple UEFI" now shows up as the bootloader when not using OpenCore/Clover
  • Other minor bug fixes and improvements that aren't important enough to mention

New in About This Hack 0.7.1 Beta (Mar 9, 2023)

  • Added ES, FR, RO (Spanish, French, Romanian) localizations
  • Fixed small UI bugs

New in About This Hack 0.7.0 Beta (Mar 3, 2023)

  • Added Clover Bootloader Support
  • Added Button on Main Screen for System Report
  • Added Button on Main Screen for Software Updates
  • Added support for the new Mac Mini and MacBook Pro 14 and 16 inch models
  • Substantially Cut Down the Size of the App (You're Welcome)

New in About This Hack 0.6.0 Beta (Jan 17, 2023)

  • Crashing resolved due to out of bounds error
  • Async replaced in favor of a more backwards-compatible and lighter-weight option