Skip to content

129.0

Compare
Choose a tag to compare
@i3roly i3roly released this 11 Aug 18:05
· 19691 commits to release since this release
  • fixed the blank tooltip issue when you would mouseover items (for older macs, anything >=10.10 likely worked fine).

  • had to fix a downloading bug that was caused by the @apple @llvm team enjoying their quest to destroy compatibility with older OSes.

this time, instead of not backporting the differences from objectAtIndexedSubscript/objectForKeyedSubscript, which allowed array referencing as of 10.8, to objectAtIndex/objectForKey (etc), they now aren't backporting enums from newer OSes either.

i learned this from hunting down the crash in pre 10.10 macs that was caused by the use of a newer enum for quarantine than before. yet the compiler gives no warning and makes you think they have it handled.

clearly they do not have it handled.

Screen.Recording.2024-08-11.at.12.02.22.PM.mp4

edit: 12 august 2024, fixed the "troubleshooting information" crashes for <10.11 OSes caused by a metal library call.