{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":363799314,"defaultBranch":"dev","name":"tao","ownerLogin":"tauri-apps","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-05-03T02:40:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54536011?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725377709.0","currentOid":""},"activityList":{"items":[{"before":"0fcff3c85e82afac922eeffe33310f0b87706010","after":"8109b468adbc153f7b86db9a31b9d5d7574b2915","ref":"refs/heads/release","pushedAt":"2024-09-04T10:47:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lucasfernog","name":"Lucas Fernandes Nogueira","path":"/lucasfernog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20051258?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":null,"after":"0fcff3c85e82afac922eeffe33310f0b87706010","ref":"refs/heads/release","pushedAt":"2024-09-03T15:35:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":"b6adbac15918359b1a2fa032bdf1e227cc629fb7","after":"ad652e50bfca1195481cd347ccaa486818f9334d","ref":"refs/heads/dev","pushedAt":"2024-09-03T15:34:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lucasfernog","name":"Lucas Fernandes Nogueira","path":"/lucasfernog","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20051258?s=80&v=4"},"commit":{"message":"feat(iOS): added custom URL schemes handling in the `AppDelegate` class (#969)\n\n* feat(iOS): added custom URL schemes handling in the `AppDelegate` class\r\n\r\nUntil now, only [\"associated\r\ndomains\"](https://developer.apple.com/documentation/xcode/supporting-associated-domains)\r\nwere handled, using the `application_continue` function, that implements [this\r\nSwift method from the `UIApplicationDelegate`\r\nclass](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623072-application).\r\n\r\nFor [custom URL\r\nschemes](https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app),\r\nI added a new `application_open_url` function that matches the signature of\r\n[this other Swift\r\nmethod](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623112-application).\r\n\r\nMost of the code of the pre-existing `application_continue` has been moved\r\ninto a separate `handle_deep_link` function so the new `application_open_url`\r\ncan call it as well.\r\n\r\nI believe using the same `Event::Opened` event is appropriate in both\r\nsituations. Since the scheme is part of the URL, a listener can differentiate\r\nbetween them if needed.\r\n\r\n**Tauri:** since we are emitting the same `Event::Opened` event, this change\r\nworks automatically with the [\"Deep Linking\"\r\nplugin](https://v2.tauri.app/plugin/deep-linking/) without further\r\nmodifications.\r\n\r\nCustom URL schemes in mobile apps are essential, for example,\r\nwhen dealing with OAuth redirect URLs.\r\n\r\n* Update .changes/ios-custom-url-schemes.md\r\n\r\nCo-authored-by: Jason Tsai \r\n\r\n---------\r\n\r\nCo-authored-by: Jason Tsai ","shortMessageHtmlLink":"feat(iOS): added custom URL schemes handling in the AppDelegate cla…"}},{"before":"53594971590f4f2b48a622cebef2cf7e33599436","after":null,"ref":"refs/heads/chore/covector-config","pushedAt":"2024-09-02T14:30:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"88f662c22c8f998e047d6867483ef5341ae66198","after":"b6adbac15918359b1a2fa032bdf1e227cc629fb7","ref":"refs/heads/dev","pushedAt":"2024-09-02T14:30:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"chore: hide cargo generate-lock under Cargo Audit section in covector (#974)","shortMessageHtmlLink":"chore: hide cargo generate-lock under Cargo Audit section in covector ("}},{"before":null,"after":"53594971590f4f2b48a622cebef2cf7e33599436","ref":"refs/heads/chore/covector-config","pushedAt":"2024-09-02T14:19:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"chore: hide cargo generate-lock under Cargo Audit section in covector","shortMessageHtmlLink":"chore: hide cargo generate-lock under Cargo Audit section in covector"}},{"before":"8516f9baab79d3edacf024071e2fa61121a07bab","after":null,"ref":"refs/heads/release","pushedAt":"2024-09-02T14:14:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"222d57862b24511eda733812524df1736cd1f64d","after":"88f662c22c8f998e047d6867483ef5341ae66198","ref":"refs/heads/dev","pushedAt":"2024-09-02T14:14:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"Publish New Versions (#968)\n\nCo-authored-by: amrbashir ","shortMessageHtmlLink":"Publish New Versions (#968)"}},{"before":"3be94dab8e7627c9dbb855f9d583e1f4dc28e3b8","after":null,"ref":"refs/heads/release-v-0-16","pushedAt":"2024-09-02T14:08:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"431887cd16641cae68a32f3ee3ebad8b29f0a171","after":"6f02103ca4869f082a0072e6ef0aa8424ec416bb","ref":"refs/heads/v0.16","pushedAt":"2024-09-02T14:08:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"Publish New Versions (0.16.x) (#973)\n\nCo-authored-by: amrbashir ","shortMessageHtmlLink":"Publish New Versions (0.16.x) (#973)"}},{"before":"f5ec4878bb62c706b88a21a45a4bcbb898c4aa14","after":"8516f9baab79d3edacf024071e2fa61121a07bab","ref":"refs/heads/release","pushedAt":"2024-09-02T14:07:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":null,"after":"3be94dab8e7627c9dbb855f9d583e1f4dc28e3b8","ref":"refs/heads/release-v-0-16","pushedAt":"2024-09-02T14:06:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":"38940f154961fe5e9b2f6e6294fb7aac47470c19","after":null,"ref":"refs/heads/fix/windows-monitor-from-point-v0-16","pushedAt":"2024-09-02T14:06:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"22bd57c863d2fa9c21a020f8b2574aa3bbffde98","after":"431887cd16641cae68a32f3ee3ebad8b29f0a171","ref":"refs/heads/v0.16","pushedAt":"2024-09-02T14:06:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(windows): fix monitor from_point retunring invalid handle (#972)\n\ncloses tauri-apps/plugins-workspace#1714","shortMessageHtmlLink":"fix(windows): fix monitor from_point retunring invalid handle (#972)"}},{"before":"7548edb647b9e8c2f12d63284f2c16b629c45ce2","after":"f5ec4878bb62c706b88a21a45a4bcbb898c4aa14","ref":"refs/heads/release","pushedAt":"2024-09-02T13:58:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":"aca7b79be42e327e2b4b9f43c85fee8624d5b9fd","after":null,"ref":"refs/heads/fix/windows-monitor-from-point","pushedAt":"2024-09-02T13:52:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"9b5aa60ba6f6e45ac3fc42dc715d7e071d29bb2b","after":"222d57862b24511eda733812524df1736cd1f64d","ref":"refs/heads/dev","pushedAt":"2024-09-02T13:52:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(windows): fix monitor from_point retunring invalid handle (#971)\n\ncloses tauri-apps/plugins-workspace#1714","shortMessageHtmlLink":"fix(windows): fix monitor from_point retunring invalid handle (#971)"}},{"before":null,"after":"38940f154961fe5e9b2f6e6294fb7aac47470c19","ref":"refs/heads/fix/windows-monitor-from-point-v0-16","pushedAt":"2024-09-02T13:48:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(windows): fix monitor from_point retunring invalid handle\n\ncloses tauri-apps/plugins-workspace#1714","shortMessageHtmlLink":"fix(windows): fix monitor from_point retunring invalid handle"}},{"before":null,"after":"aca7b79be42e327e2b4b9f43c85fee8624d5b9fd","ref":"refs/heads/fix/windows-monitor-from-point","pushedAt":"2024-09-02T13:43:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(windows): fix monitor from_point retunring invalid handle\n\ncloses tauri-apps/plugins-workspace#1714","shortMessageHtmlLink":"fix(windows): fix monitor from_point retunring invalid handle"}},{"before":"e9f73530933a1e5fcbecebbbd5e3f06f681dab6e","after":"7548edb647b9e8c2f12d63284f2c16b629c45ce2","ref":"refs/heads/release","pushedAt":"2024-08-29T15:45:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":"9d6d0512793f5d0c86fe0a13655da9e77a3d05c6","after":null,"ref":"refs/heads/set-skip-taskbar-error","pushedAt":"2024-08-29T15:44:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"e47d4c4aa08cb1d0f431c6bdf8f81cc82ecc72d1","after":"9b5aa60ba6f6e45ac3fc42dc715d7e071d29bb2b","ref":"refs/heads/dev","pushedAt":"2024-08-29T15:44:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix: return error instead of panic in `set_skip_taskbar` method (#970)\n\n* fix: return error instead of panic in `set_skip_taskbar` method\r\n\r\nref: https://github.com/tauri-apps/tauri/issues/10422#issuecomment-2315014576\r\n\r\n* change file\r\n\r\n* Update unix.rs\r\n\r\n* Apply suggestions from code review","shortMessageHtmlLink":"fix: return error instead of panic in set_skip_taskbar method (#970)"}},{"before":"464be780a7ead1402fa22bfdbb89ffd972cbf37c","after":"9d6d0512793f5d0c86fe0a13655da9e77a3d05c6","ref":"refs/heads/set-skip-taskbar-error","pushedAt":"2024-08-28T15:36:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"Apply suggestions from code review","shortMessageHtmlLink":"Apply suggestions from code review"}},{"before":"42c66afe8ac329e0cd8630ccf2347bcd7c4bd739","after":"464be780a7ead1402fa22bfdbb89ffd972cbf37c","ref":"refs/heads/set-skip-taskbar-error","pushedAt":"2024-08-28T15:30:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"Update unix.rs","shortMessageHtmlLink":"Update unix.rs"}},{"before":"6789b2dfdf6e262df0d74fdf523ea8379c32e871","after":"42c66afe8ac329e0cd8630ccf2347bcd7c4bd739","ref":"refs/heads/set-skip-taskbar-error","pushedAt":"2024-08-28T15:27:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"change file","shortMessageHtmlLink":"change file"}},{"before":null,"after":"6789b2dfdf6e262df0d74fdf523ea8379c32e871","ref":"refs/heads/set-skip-taskbar-error","pushedAt":"2024-08-28T15:25:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix: return error instead of panic in `set_skip_taskbar` method\n\nref: https://github.com/tauri-apps/tauri/issues/10422#issuecomment-2315014576","shortMessageHtmlLink":"fix: return error instead of panic in set_skip_taskbar method"}},{"before":null,"after":"e9f73530933a1e5fcbecebbbd5e3f06f681dab6e","ref":"refs/heads/release","pushedAt":"2024-08-26T23:30:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"publish new versions","shortMessageHtmlLink":"publish new versions"}},{"before":"1240770b26a3848875323b2c747f820acee71800","after":null,"ref":"refs/heads/fix/kde-progress-bar","pushedAt":"2024-08-26T23:30:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"}},{"before":"f591636124dbb122e7670c607dc014b72a5bc8a4","after":"e47d4c4aa08cb1d0f431c6bdf8f81cc82ecc72d1","ref":"refs/heads/dev","pushedAt":"2024-08-26T23:30:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(linux): remove current DE check (#967)\n\ncloses #962","shortMessageHtmlLink":"fix(linux): remove current DE check (#967)"}},{"before":null,"after":"1240770b26a3848875323b2c747f820acee71800","ref":"refs/heads/fix/kde-progress-bar","pushedAt":"2024-08-26T23:18:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"amrbashir","name":"Amr Bashir","path":"/amrbashir","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/48618675?s=80&v=4"},"commit":{"message":"fix(linux): remove current DE check\n\ncloses #962","shortMessageHtmlLink":"fix(linux): remove current DE check"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNFQxMDo0NzoxOS4wMDAwMDBazwAAAASslRGj","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNFQxMDo0NzoxOS4wMDAwMDBazwAAAASslRGj","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQyMzoxODozOC4wMDAwMDBazwAAAASkxSw0"}},"title":"Activity · tauri-apps/tao"}