{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":52422583,"defaultBranch":"master","name":"BackgroundMusic","ownerLogin":"kyleneideck","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-02-24T07:19:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2290968?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714092659.0","currentOid":""},"activityList":{"items":[{"before":"48bdcd1a6433d185b482b5ae9521c2d68df9b123","after":"610f15c556c262b6ca23c13d3aae64bd74370350","ref":"refs/heads/master","pushedAt":"2024-05-26T15:05:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Merge pull request #741 from manzick/arc-support\n\nAdd arc browser support","shortMessageHtmlLink":"Merge pull request #741 from manzick/arc-support"}},{"before":"cb6f38821e8602aff3753321c5b4194a6eeb9e79","after":"48bdcd1a6433d185b482b5ae9521c2d68df9b123","ref":"refs/heads/master","pushedAt":"2024-05-13T03:42:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Allow installation when Rosetta 2 isn't installed.\n\nIf you didn't have Rosetta 2 installed, the Background Music installer\nwould tell you that it's required and prompt you to install it.\nBackground Music doesn't actually need Rosetta 2; macOS just assumes\nthat it does unless told otherwise.","shortMessageHtmlLink":"Allow installation when Rosetta 2 isn't installed."}},{"before":"b96fcb7a47e282e4a70f57b443cf7c3f424e3da3","after":"cb6f38821e8602aff3753321c5b4194a6eeb9e79","ref":"refs/heads/master","pushedAt":"2024-04-26T05:50:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"README.md: Make v0.4.3 the current version.","shortMessageHtmlLink":"README.md: Make v0.4.3 the current version."}},{"before":"ad14e1b0a45686555c7b568b2942a1afd108a8ed","after":"b96fcb7a47e282e4a70f57b443cf7c3f424e3da3","ref":"refs/heads/master","pushedAt":"2024-04-25T23:57:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Fix BGMXPCHelper not launching due to Gatekeeper in macOS 14.5.\n\nThe previous fix was removing the quarantine attribute from the\nBGMXPCHelper.xpc dir, but in 14.5 its contents also get the attribute.\n(I haven't tested in earlier versions.) This new fix removes the\nattribute from the contents as well.","shortMessageHtmlLink":"Fix BGMXPCHelper not launching due to Gatekeeper in macOS 14.5."}},{"before":"e655d571e05a7d7b91084076841508dc22d5fea1","after":"ad14e1b0a45686555c7b568b2942a1afd108a8ed","ref":"refs/heads/master","pushedAt":"2024-04-24T23:20:15.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Fix BGMDevice not immediately removed after uninstall on macOS 14.4.\n\nThe uninstall script was failing to restart `coreaudiod`.\n\n`launchctl kickstart -k` is no longer permitted for `coreaudiod`. See\n\n(thanks to @gchilds) and commit\n3097f4b6210e3ee4fedb28a23066dd90fce69f4c.\n\nFixes #731.","shortMessageHtmlLink":"Fix BGMDevice not immediately removed after uninstall on macOS 14.4."}},{"before":"9257d50b15a011fc32142257a21039433f23c5a7","after":"e655d571e05a7d7b91084076841508dc22d5fea1","ref":"refs/heads/master","pushedAt":"2024-04-24T08:00:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Fix the About panel not always opening on macOS 14.4+.","shortMessageHtmlLink":"Fix the About panel not always opening on macOS 14.4+."}},{"before":"3097f4b6210e3ee4fedb28a23066dd90fce69f4c","after":"9257d50b15a011fc32142257a21039433f23c5a7","ref":"refs/heads/master","pushedAt":"2024-04-24T04:00:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"In the About panel, link to the contributors page on GitHub.\n\nAlso, bump the patch version number and copyright years. (Should have\ndone that before tagging v0.4.1, so jump to v0.4.2.)","shortMessageHtmlLink":"In the About panel, link to the contributors page on GitHub."}},{"before":"73f221e4239fb3fe686ab0810efb6667e04f875d","after":"3097f4b6210e3ee4fedb28a23066dd90fce69f4c","ref":"refs/heads/master","pushedAt":"2024-04-23T07:16:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Fix installer failing in macOS 14.5.\n\n`launchctl kickstart -k` is no longer permitted for `coreaudiod`. See\n.\n(Thanks to @gchilds.)\n\nAs explained in those release notes, `kill` still works. `postinstall`\nwas using `killall coreaudiod` if `launchctl kickstart -k` failed, but\nthat was failing as well because it had to be `sudo killall coreaudiod`.\n\nI haven't been able to reproduce this on macOS 14.4, only 14.5. Not sure\nwhy.\n\nSee #705.","shortMessageHtmlLink":"Fix installer failing in macOS 14.5."}},{"before":"014a6eecc87d7d8add114b46f9ba62844cd5f588","after":"73f221e4239fb3fe686ab0810efb6667e04f875d","ref":"refs/heads/master","pushedAt":"2024-03-06T21:45:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"skip-ui-tests.py: Update the path to Python as macOS dropped Python 2.","shortMessageHtmlLink":"skip-ui-tests.py: Update the path to Python as macOS dropped Python 2."}},{"before":"5000c640840553a66d8aeda6f707fe8cbc67ce0a","after":"014a6eecc87d7d8add114b46f9ba62844cd5f588","ref":"refs/heads/master","pushedAt":"2024-02-20T11:11:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Merge pull request #721 from mrbaloghakos/master\n\nFix Login Items path in README","shortMessageHtmlLink":"Merge pull request #721 from mrbaloghakos/master"}},{"before":"4fc776e4a67d54a23ecc25785d999e50e5aa01bf","after":"5000c640840553a66d8aeda6f707fe8cbc67ce0a","ref":"refs/heads/master","pushedAt":"2024-01-23T12:48:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kyleneideck","name":"Kyle Neideck","path":"/kyleneideck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2290968?s=80&v=4"},"commit":{"message":"Fix build errors in XCode 15.2.\n\nIgnore deprecation warnings in PublicUtility and drop support for macOS\n10.12 and earlier.\n\nSee #712.","shortMessageHtmlLink":"Fix build errors in XCode 15.2."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVDLw6QA","startCursor":null,"endCursor":null}},"title":"Activity ยท kyleneideck/BackgroundMusic"}