{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":76838017,"defaultBranch":"develop","name":"iina","ownerLogin":"iina","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-12-19T07:18:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/35151645?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716431708.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"e4dce4c3ec7e16c618a9deabff9c713e3c624a51","ref":"refs/heads/remove-ununsed-strings","pushedAt":"2024-05-23T02:35:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"},"commit":{"message":"Remove unused strings (don't translate)\n\n- Remove strings like \"Box\", \"Text Cell\" which will not displayed in the UI\n- Remove Chrome and Firefox in the localization\n- Remove \"strip\" in `PrefSubViewController`, which will be replaced in\n in UI in runtime (#4893)\n- Added `NSHumanReadableCopyright` in `InfoPlist.strings`","shortMessageHtmlLink":"Remove unused strings (don't translate)"}},{"before":"9d7086139ad7fc849d4129285d7a825fdec92160","after":null,"ref":"refs/heads/libass-version","pushedAt":"2024-05-22T08:13:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"}},{"before":"a976a49ffb83e3b6b47a7605cb373bfcaf331c3b","after":"a5824f1012ca7ad78860ace776bd45801aaaedb1","ref":"refs/heads/develop","pushedAt":"2024-05-22T08:13:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"},"commit":{"message":"Log libass version (#4805)\n\nThis commit will:\r\n- Add a new libassVersion computed property to MPVController\r\n- Change the MPVController mpvVersion property to be a computed property\r\n- Change AppDelegate.applicationDidFinishLaunching to include the libass\r\n version when logging the mpv version","shortMessageHtmlLink":"Log libass version (#4805)"}},{"before":"347da925cada08bd3db40a52bf0578b5796ad5b9","after":null,"ref":"refs/heads/add-audio","pushedAt":"2024-05-22T06:14:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"}},{"before":"a9a6004e621e802e9d260a5a4ff22557f6c71fe1","after":"a976a49ffb83e3b6b47a7605cb373bfcaf331c3b","ref":"refs/heads/develop","pushedAt":"2024-05-22T06:14:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"},"commit":{"message":"Close provide a Load External Audio menu item, #4843 (#4844)\n\nThis commit will:\r\n- Add a \"Load External Audio\" menu item to the MainMenu XIB\r\n- Add a loadExternalAudio outlet to MenuController\r\n- Add a menuLoadExternalAudio method to MainMenuActionHandler","shortMessageHtmlLink":"Close provide a Load External Audio menu item, #4843 (#4844)"}},{"before":"b702268761d411df02d79ead8cd0b00f4cc884a9","after":null,"ref":"refs/heads/sleep-pause","pushedAt":"2024-05-22T06:11:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"}},{"before":"e73925059215de1038030471a2e6674d90cee18f","after":"a9a6004e621e802e9d260a5a4ff22557f6c71fe1","ref":"refs/heads/develop","pushedAt":"2024-05-22T06:11:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"},"commit":{"message":"Fix can't disable pause when machine goes to sleep, #4917 (#4918)\n\nThis commit will add to PrefGeneralViewController.xib the missing\r\nbinding from the \"Pause when machine goes to sleep\" checkbox to the\r\npauseWhenGoesToSleep user defaults value.","shortMessageHtmlLink":"Fix can't disable pause when machine goes to sleep, #4917 (#4918)"}},{"before":"006d0e08591d54cb9225f035e0013f5572cd32a6","after":null,"ref":"refs/heads/sub-level","pushedAt":"2024-05-22T06:07:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"e73925059215de1038030471a2e6674d90cee18f","ref":"refs/heads/develop","pushedAt":"2024-05-22T06:07:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uiryuu","name":"Yuze Jiang","path":"/uiryuu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20237141?s=80&v=4"},"commit":{"message":"Fix subtitles override level not localized, #4892 (#4893)\n\nThis commit will:\r\n- Add key-value pairs for the yes, force and strip override levels to\r\n the base and en Localizable.strings files\r\n- Change the transformedValue method in the ASSOverrideLevelTransformer\r\n class to return a localized string instead of the enum value string\r\n\r\nThis localizes the value displayed for the Override level setting found\r\nin the ASS Subtitles section on the Subtitle tab in IINA's settings.","shortMessageHtmlLink":"Fix subtitles override level not localized, #4892 (#4893)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"3bbf278753b4f5b0e7febb917fa9c08f5ff2276c","ref":"refs/heads/replaygain","pushedAt":"2024-05-19T17:58:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Close ReplayGain support, #4915\n\nThis commit will:\n- Add new the settings replayGain, replayGainPreamp, replayGainClip and\n replayGainFallback to the Preferences class\n- Add support for the new settings to the mpvInit method in the\n MPVController class\n- Add a ReplayGain section to the Video/Audio tab of IINA's settings\n\nThese changes allow the user to control mpv's support for ReplayGain\ntags.","shortMessageHtmlLink":"Close ReplayGain support, #4915"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/replaygain","pushedAt":"2024-05-19T17:31:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"3a08b3b5be1f422d91260001ea67811bffc72daa","after":"5a34bdb10fa0fb1e26db90006e5e2074368ca877","ref":"refs/heads/history-animations","pushedAt":"2024-05-13T22:36:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix playback history window doesn't respect reduce motion, #4870\n\nThis commit will change IINA to adhere to the Apple Human Interface\nGuidelines with respects to the macOS \"Reduce motion\" setting. With\nthese changes IINA will reduce, not eliminate, animations when the macOS\nreduce motion setting is enabled. When this setting is enabled IINA will\nfade in the sidebar instead of sliding it into view. All other changes\nto animation behavior, such as how IINA transitions in and out of full\nscreen mode, are provide by AppKit.\n\nFor users who are hyper sensitive to motion this commit adds an\n\"Enable animations\" setting to the UI settings tab in a new \"Animations\"\nsection at the bottom of the panel. Disabling this setting will\neliminate many, but not all, animated transition effects.","shortMessageHtmlLink":"Fix playback history window doesn't respect reduce motion, #4870"}},{"before":"5519589067b8d5871a99cbbb5eeda03a668e19b7","after":"3a08b3b5be1f422d91260001ea67811bffc72daa","ref":"refs/heads/history-animations","pushedAt":"2024-05-13T22:10:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix playback history window doesn't respect reduce motion, #4870\n\nThis commit will change IINA to adhere to the Apple Human Interface\nGuidelines with respects to the macOS \"Reduce motion\" setting. With\nthese changes IINA will reduce, not eliminate, animations when the macOS\nreduce motion setting is enabled. When this setting is enabled IINA will\nfade in the sidebar instead of sliding it into view. All other changes\nto animation behavior, such as how IINA transitions in and out of full\nscreen mode, are provide by AppKit.\n\nFor users who are hyper sensitive to motion this commit adds an\n\"Enable animations\" setting to the UI settings tab in a new \"Animations\"\nsection at the bottom of the panel. Disabling this setting will\neliminate many, but not all, animated transition effects.","shortMessageHtmlLink":"Fix playback history window doesn't respect reduce motion, #4870"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"92c7e30b26999c5b239da04e385c441105f0f25b","ref":"refs/heads/sub-ass-override","pushedAt":"2024-05-11T19:21:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix sub ass style overrides always applied, #4927\n\nThis commit will:\n- Change the subOverrideHandler Transformer in MPVController.mpvInit to\n return \"no\" when \"Ignore ASS styles\" is disabled\n- Change PrefSubViewController.xib to only enable the \"Override level\"\n slider when \"Ignore ASS styles\" is enabled\n- Add 20 to the horizontal location of the \"Override level\" label to\n indent this setting under the \"Ignore ASS styles\" setting\n\nThis changes IINA to set the mpv option \"sub-ass-override\" to \"no\" when\nthe setting for overriding styles in Advanced Substation Alpha subtitles\nis not enabled. This commit also indents the \"Override level\" setting to\nindicate it is a subordinate option and disables the slider if\n\"Ignore ASS styles\" is not enabled.","shortMessageHtmlLink":"Fix sub ass style overrides always applied, #4927"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/sub-ass-override","pushedAt":"2024-05-11T19:17:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"58170fd16fe7de6c4b82854edb3ae84a0067cb0e","after":"91d241774fded075cd807612bf42bf01061690d2","ref":"refs/heads/mpv-logging","pushedAt":"2024-05-11T02:30:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Log running commands and setting options and properties\n\nThis commit will:\n- Change PlayerCore to pass the value of playerCoreCounter when creating\n the MPVController object\n- Change MPVController to use a logger subsystem name that includes the\n counter to identify the player the instance is associated with\n- Change MPVController to log commands sent to mpv\n- Change MPVController to log setting of mpv options and properties","shortMessageHtmlLink":"Log running commands and setting options and properties"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"58170fd16fe7de6c4b82854edb3ae84a0067cb0e","ref":"refs/heads/mpv-logging","pushedAt":"2024-05-11T02:27:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Log running commands and setting options and properties\n\nThis commit will:\n- Change PlayerCore to pass the value of playerCoreCounter when creating\n the MPVController object\n- Change MPVController to use a logger subsystem name that includes the\n counter to identify the player the instance is associated with\n- Change MPVController to log commands sent to mpv\n- Change MPVController to log setting of mpv options and properties","shortMessageHtmlLink":"Log running commands and setting options and properties"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/mpv-logging","pushedAt":"2024-05-11T01:56:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"0af2340b648146e8c8a3ed713d17f0ac1d627af0","ref":"refs/heads/he-equalizer","pushedAt":"2024-05-09T03:13:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix RTL language causes misalignment of equalizer label, #4923\n\nThis commit will correct the centerX constraint for the 31.25 label.","shortMessageHtmlLink":"Fix RTL language causes misalignment of equalizer label, #4923"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/he-equalizer","pushedAt":"2024-05-09T02:35:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"c5110acdc8878c918957403b8920ee0ef76cc5a3","ref":"refs/heads/he-speed-slider","pushedAt":"2024-05-08T17:43:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix RTL language causes misalignment of slider labels, #4904\n\nThis commit will:\n- Add outlets for speed slider labels and other components to the\n QuickSettingViewController class\n- Add outlets for constraints controlling the position of speed slider\n labels to the QuickSettingViewController class\n- Add methods awakeFromNib, calculateSliderLabelMultiplier and\n viewWillLayout to the QuickSettingViewController class to replace\n constraints when in a right to left layout\n- Add a convertSpeedToSliderValue method to the\n QuickSettingViewController class to eliminate duplication of a\n formula\n\nThese changes cause IINA to replace the layout constraints that control\nthe position of the labels under the speed slider in the video panel\nthat identify the speed associated with particular slider tick marks\nwith constraints that properly position the slider labels when the user\ninterface layout direction is right to left.","shortMessageHtmlLink":"Fix RTL language causes misalignment of slider labels, #4904"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/he-speed-slider","pushedAt":"2024-05-08T17:41:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"b702268761d411df02d79ead8cd0b00f4cc884a9","ref":"refs/heads/sleep-pause","pushedAt":"2024-05-05T20:29:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix can't disable pause when machine goes to sleep, #4917\n\nThis commit will add to PrefGeneralViewController.xib the missing\nbinding from the \"Pause when machine goes to sleep\" checkbox to the\npauseWhenGoesToSleep user defaults value.","shortMessageHtmlLink":"Fix can't disable pause when machine goes to sleep, #4917"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/sleep-pause","pushedAt":"2024-05-05T20:10:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"c7367399bc0de3e26e1f429e8ce8440e65d7c6dd","ref":"refs/heads/he-aspect-ratio","pushedAt":"2024-05-05T02:08:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix RTL language causes clipped aspect ratio button, #4913\n\nThis commit will change the constraint on the CustomAspectRatio text\nfield from \"width == 60\" to \"width >= 30\". This allows this field to be\ncompressed allowing the segmented control to expand enough to avoid\nclipping the default button.","shortMessageHtmlLink":"Fix RTL language causes clipped aspect ratio button, #4913"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/he-aspect-ratio","pushedAt":"2024-05-05T01:55:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"87abafff120296beae6f6089d5813621eb748533","ref":"refs/heads/spatial-audio","pushedAt":"2024-05-04T01:33:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Add support for Spatial Audio, #3444\n\nThis commit will add setting the mpv ao property to avfoundation in the\nmpvInit method of the MPVController class. This causes IINA to use the\nAVFoundation framework for audio (which supports spatial audio) instead\nof the Core Audio framework.","shortMessageHtmlLink":"Add support for Spatial Audio, #3444"}},{"before":null,"after":"73c960842cc0002eaa0783f893802056f7638c50","ref":"refs/heads/spatial-audio","pushedAt":"2024-05-04T01:31:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)\n\n* fix: avoid double percent-encode for url scheme\r\n\r\nRemove manual percent-encoding for URL opened in URL scheme. This will\r\nmake URLs with special characters no longer be encoded twice and thus\r\nopenable.\r\n\r\nSee: https://developer.apple.com/documentation/foundation/url/3126806-init\r\n\r\n* fix: make URL parsing backward compatible with older macos\r\n\r\nCo-authored-by: low-batt <86170219+low-batt@users.noreply.github.com>","shortMessageHtmlLink":"Fix: avoid double percent-encode for url scheme, #4861 (#4860)"}},{"before":"73c960842cc0002eaa0783f893802056f7638c50","after":"8d692902eeaa917c805971c5b3eee240b4cfd36b","ref":"refs/heads/he-history","pushedAt":"2024-05-03T03:29:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix RTL language causes history indicator to flip, #4906\n\nThis commit will add an awakeFromNib method to the\nHistoryProgressCellView class that sets the progress indicator property\nuserInterfaceLayoutDirection to be leftToRight. This prevents the\nindicator from reversing direction when a RTL language is configured.","shortMessageHtmlLink":"Fix RTL language causes history indicator to flip, #4906"}},{"before":"a85c30000932af8a3f4340bb47283515552a34c3","after":"9b851c7a3a2106c5c749264761a9149240626c71","ref":"refs/heads/he-audio-delay","pushedAt":"2024-05-03T02:40:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"low-batt","name":null,"path":"/low-batt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86170219?s=80&v=4"},"commit":{"message":"Fix audio delay units uses two lines in Hebrew, #4895\n\nThis commit will:\n- Change the Line Break attribute of the text field holding the units\n from Word Wrap to Clip\n- Add a width constraint to the text field displaying slider setting as\n a numeric value\n- Change the width constraint of the similar text field on the SUBTITLES\n tab to match the new constraint added to the AUDIO tab\n\nThis prevents the audio delay units field from wrapping into two lines\nand places a limit on the minimum size of the text field displaying the\nslider value such that the number it holds is not truncated when the\nuser reduces the window size so much that the quick settings panel is\ncompressed.","shortMessageHtmlLink":"Fix audio delay units uses two lines in Hebrew, #4895"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUYrFIwA","startCursor":null,"endCursor":null}},"title":"Activity ยท iina/iina"}