Jump to content
14 posts in this topic

Recommended Posts

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

  • Like 9
  • Thanks 1
  • 5 months later...

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 by miliuco
Typo
  • Like 2

@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 by miliuco
Typo
  • Like 1
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 by ichelash
  • Like 1

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!

 

  • Thanks 1
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.   :superman: 
Thanks @miliuco !!  

 

 

 

image.thumb.png.9be22dc210eab24113c8f5f146be1403.png

  • Like 1
  • 1 month later...
Posted (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

 

Custom.thumb.png.40ece9f0d94d8e30756f0817b9835dbe.png

 

Default.thumb.png.6e94d5d6f59571b9f5eb92db46f0a90a.png

 

 

Spoiler

Wrong-size.thumb.png.0b5d53349fe4a2220eb6bfa818a0a81e.png

 

No-png.thumb.png.8dcc8f01a6b037b5c8769ba312c0e4b0.png

 

No-image.thumb.png.5abb32aae5d7941f7ea581abe951a701.png

 

 

 

Edited by miliuco
Typo
  • Like 4
  • 2 weeks later...

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 by miliuco
Typo
×
×
  • Create New...