Skip to content

Releases: BonzaiThePenguin/Loading

1.2.6

17 Nov 20:54
Compare
Choose a tag to compare
Updated to version 1.2.6 (632)

added new graphics for Big Sur (and new app icon)

increased the minimum macOS version from 10.7 to 10.9 due to Xcode 12

changed the logic for detecting non-running processes (QueryAllSources seems to be asynchronous now)

changed the logic for accessing icons for bundles (.car files broke the old logic)

if an icon is not found within the current bundle, check the parent bundle if one exists

switched to templated images and remove dark mode code

added software updates via Sparkle (technically the original app supported this, but the GitHub source code did not)

changed http:// links to https://

removed an unused and invalid CTFrameDraw call

changed some doubles to CFAbsoluteTime

remove build script that auto-incremented build number

added hardened runtime

1.2.4

23 May 08:02
Compare
Choose a tag to compare

Public changes:
ed5c7d0 Added support for showing the iOS Simulator
a568f74 Fixed a bug with the System app disappearing

Source code changes:
801c98c There's now a .gitignore

1.2.3

10 May 20:40
Compare
Choose a tag to compare

Public changes:

  • 3b02a27 Fixed support for OS X 10.9 and older
  • 3c950ce Changed the icon for System so it doesn't look the same as the Finder

1.2.2

09 May 21:10
Compare
Choose a tag to compare
  • 2ca6943 Inactive processes are now colored gray
  • 57445b9 Added an option to visit the website
  • e9dd56e Better layout for Arabic and Hebrew
  • e369b23 Fixed a problem with missing Korean translations
  • d0cb275 Improved German translations

1.2.1

09 May 13:24
Compare
Choose a tag to compare

Public changes:

  • 582489f Made a new menu icon that's a bit smaller and brighter
  • 1a9d633 Fixed an important memory leak
  • 122d745 Fixed a bug with missing app icons
  • b0cc8e3 Improved the French translation

1.2

08 May 14:18
Compare
Choose a tag to compare
1.2

Public changes:

  • 0e97018 Some processes will now show up under Notification Center, Contacts, Calendar, or Flash Player
  • d347354 The checkboxes for disabling the spinning animation are now shown more often
  • Changed the product name to Loading in the About menu
  • Fixed a problem with missing French translations
  • e3eb90f Better Norwegian translations

Source code changes:

  • 65f2ccb 849cb44 Fixed the line endings on the strings files
  • 5415a92 Added the Options menu to make it closer to the release build (only difference now is the removed "Check for Updates" item)
  • ed59010 The mapping property is used to manually map processes to apps, using their file path.