miliuco Posted May 18, 2025 Share Posted May 18, 2025 Good night. A new version is available in the original About This Hack GitHub repository with fixes for things that weren't working quite right and improvements. Developer: 2009-Nissan-Cube. https://github.com/2009-Nissan-Cube/About-This-Hack 9 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/ Share on other sites More sharing options...
Anto65 Posted May 19, 2025 Share Posted May 19, 2025 (edited) ... bdmesg is not needed for Clover detection 💪 🙏 ... It works! Spoiler Edited May 19, 2025 by Anto65 4 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2832395 Share on other sites More sharing options...
kaoskinkae Posted May 19, 2025 Share Posted May 19, 2025 Thank you very much for the perfect and customized contribution with my favorite series. 3 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2832399 Share on other sites More sharing options...
Max.1974 Posted May 21, 2025 Share Posted May 21, 2025 (edited) Awesome nice !! Works fine without bdmesg Thanks a lot Emilio @miliuco Edited May 21, 2025 by Max.1974 3 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2832465 Share on other sites More sharing options...
XanthraX Posted November 9, 2025 Share Posted November 9, 2025 Why I get this message on Tahoe. It was ok on Sequoia. 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2843440 Share on other sites More sharing options...
miliuco Posted November 16, 2025 Author Share Posted November 16, 2025 (edited) Updates to the official GitHub repo: a lot of code performance (by 0xCUB3) localization functionality (en, es and fr for now), better retrieval of macOS build version, minor UI fixes (by me). 0xCUB3 has the Xcode project updated but the app is not yet. https://github.com/2009-Nissan-Cube/About-This-Hack My repo has the app too: https://github.com/perez987/About-This-Hack/releases @xantrax GitHub sometimes is slow, I guess if you run the app at any other time this warning disappears. Edited November 16, 2025 by miliuco Typo 2 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2843751 Share on other sites More sharing options...
ichelash Posted November 16, 2025 Share Posted November 16, 2025 Why does it show "custom view" Spoiler 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2843754 Share on other sites More sharing options...
miliuco Posted November 16, 2025 Author Share Posted November 16, 2025 (edited) @ichelash It has been fixed in latest commits, I don't know why you see it, download the release again or the Xcode project and compile it. This text must not be shown since it has been removed from Main.storyboard yesterday. Edited November 16, 2025 by miliuco Typo 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2843755 Share on other sites More sharing options...
ichelash Posted November 16, 2025 Share Posted November 16, 2025 (edited) 5 minutes ago, miliuco said: @ichelash It has been fixed in latest commits, I don't know why you see it, download the release again or the Xcode project and compile it. This text must not be shown since it has been removed from Main.storyboard yesterday. Let me redownload EDIT: The latest one is okay...🫡 Edited November 16, 2025 by ichelash 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2843756 Share on other sites More sharing options...
miliuco Posted November 23, 2025 Author Share Posted November 23, 2025 I'm trying to reduce the startup time of this app. In my opinion, the interval between the app launch and the complete loading of information in the main window is too long. Please try this release, not merged yet by the developer (PR 158), and comment if you see better performance. Thank you! 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2844065 Share on other sites More sharing options...
Max.1974 Posted November 24, 2025 Share Posted November 24, 2025 28 minutes ago, miliuco said: I'm trying to reduce the startup time of this app. In my opinion, the interval between the app launch and the complete loading of information in the main window is too long. Please try this release, not merged yet by the developer (PR 158), and comment if you see better performance. Thank you! Hi, my friend. It opens very fast. Thanks @miliuco !! 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2844066 Share on other sites More sharing options...
miliuco Posted January 8 Author Share Posted January 8 (edited) @kaoskinkae and the rest: New custom logo functionality. Introduces a new Preferences window for customizing the macOS logo in the Overview tab Users can drag and drop a 1024x1024 PNG image to set a custom logo, which is persisted in UserDefaults Adds documentation in DOCS/CUSTOM-LOGO.md Code and app available in my repo, the dev has not merged yet the pull request. https://github.com/perez987/About-This-Hack Spoiler Spoiler Edited January 11 by miliuco Typo 4 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2846083 Share on other sites More sharing options...
miliuco Posted January 18 Author Share Posted January 18 Pull request merged with the code of the dev: https://github.com/2009-Nissan-Cube/About-This-Hack But there is no updated release yet in his repo. 1 Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2846590 Share on other sites More sharing options...
miliuco Posted January 20 Author Share Posted January 20 (edited) Improvement in the update check functionality and faster app startup The data loading mechanism is asynchronous but update checking is not. This can slow down app startup, even freezing for several seconds if the internet connection fails or there are difficulties connecting to GitHub. This pull request improves the application's update checking mechanism by making it asynchronous, adding a timeout to prevent blocking app startup. The pull request has been already merged with the original repo. https://github.com/perez987/About-This-Hack/releases/tag/2.5.0 Edited January 20 by miliuco Typo Link to comment https://www.insanelymac.com/forum/topic/361069-about-this-hack-2009-nissan-cube-version/#findComment-2846671 Share on other sites More sharing options...
Recommended Posts