{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":149974867,"defaultBranch":"v5","name":"sidebery","ownerLogin":"mbnuqw","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-23T10:43:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6276694?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723991758.0","currentOid":""},"activityList":{"items":[{"before":"3192f43226ff623be7abefe01a8cf58c372e6f70","after":"d74c2f70bcd9a980dcec02738a5260b171f5ecc1","ref":"refs/heads/v5","pushedAt":"2024-09-06T16:51:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"chore: upd deps","shortMessageHtmlLink":"chore: upd deps"}},{"before":"765a187c3d013fc96633571184a45d9046c5bf17","after":"3192f43226ff623be7abefe01a8cf58c372e6f70","ref":"refs/heads/v5","pushedAt":"2024-09-04T09:10:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: v5.2.0.9 nightly update","shortMessageHtmlLink":"chore: v5.2.0.9 nightly update"}},{"before":"49793ff686916c59123354216249d54e59f19813","after":"765a187c3d013fc96633571184a45d9046c5bf17","ref":"refs/heads/v5","pushedAt":"2024-09-04T09:05:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"chore: build: rm \"--use-submission-api\" opt from web-ext (v8) sign cmd","shortMessageHtmlLink":"chore: build: rm \"--use-submission-api\" opt from web-ext (v8) sign cmd"}},{"before":"b4a9043fadc50b419132ceea843493fdf22c81eb","after":"49793ff686916c59123354216249d54e59f19813","ref":"refs/heads/v5","pushedAt":"2024-09-03T09:21:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: do not auto-containerize a reopened tab b/c it'll change its index","shortMessageHtmlLink":"fix: do not auto-containerize a reopened tab b/c it'll change its index"}},{"before":"8d1d0c6804c87524bea880da93d74f12736086a6","after":"b4a9043fadc50b419132ceea843493fdf22c81eb","ref":"refs/heads/v5","pushedAt":"2024-08-28T15:16:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: auto-switching tab panel on drag start","shortMessageHtmlLink":"fix: auto-switching tab panel on drag start"}},{"before":"cbb1585a68f1cdf6109f51627bbfed10846f009d","after":"8d1d0c6804c87524bea880da93d74f12736086a6","ref":"refs/heads/v5","pushedAt":"2024-08-25T14:53:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: bookmarks: wrong dst panel on opening bookmarks in container","shortMessageHtmlLink":"fix: bookmarks: wrong dst panel on opening bookmarks in container"}},{"before":"0b0ed5015c53ce2ed97914666e3d1a23b1740e1f","after":"cbb1585a68f1cdf6109f51627bbfed10846f009d","ref":"refs/heads/v5","pushedAt":"2024-08-25T13:05:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: kb: wrong first selected tab in the panel without active tab","shortMessageHtmlLink":"fix: kb: wrong first selected tab in the panel without active tab"}},{"before":"b08546e9a453a5aeeb3b2e42665089aead5d590b","after":"0b0ed5015c53ce2ed97914666e3d1a23b1740e1f","ref":"refs/heads/v5","pushedAt":"2024-08-25T12:33:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: previews: no fallback colors for 'in page' preview\n\nfixes #1708","shortMessageHtmlLink":"fix: previews: no fallback colors for 'in page' preview"}},{"before":"f2d4d64647670a1d836b09d8a67b7f556b3b781b","after":"b08546e9a453a5aeeb3b2e42665089aead5d590b","ref":"refs/heads/v5","pushedAt":"2024-08-24T18:45:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: switching tabs with mousewheel with threshold is broken in scrollable panel\n\nIf we access e.deltaX/Y before e.deltaMode we get `px`, otherwise it\nwill be `line` if the element is scrollable or `px` if not.\nhttps://bugzilla.mozilla.org/show_bug.cgi?id=1814084\n\nAlso, added prevention of scrolling if threshold is not exceeded.","shortMessageHtmlLink":"fix: switching tabs with mousewheel with threshold is broken in scrol…"}},{"before":"2694f7b3e8377fe993aa9785e73cc016d45362a3","after":"f2d4d64647670a1d836b09d8a67b7f556b3b781b","ref":"refs/heads/v5","pushedAt":"2024-08-22T17:08:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"feat: unload or close action for tabMiddleClick (#1697)","shortMessageHtmlLink":"feat: unload or close action for tabMiddleClick (#1697)"}},{"before":"b4145ca7de55ba35b1ab71e12c46114ed825fc5f","after":"2694f7b3e8377fe993aa9785e73cc016d45362a3","ref":"refs/heads/v5","pushedAt":"2024-08-22T16:20:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: setup-page: keybindings: button alignment (#1772)","shortMessageHtmlLink":"fix: setup-page: keybindings: button alignment (#1772)"}},{"before":"04aebaa2d39a41046d1ad2946a95cfdc1fa41ab8","after":"b4145ca7de55ba35b1ab71e12c46114ed825fc5f","ref":"refs/heads/v5","pushedAt":"2024-08-21T18:00:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"chore: upd deps; eslint v9 migration","shortMessageHtmlLink":"chore: upd deps; eslint v9 migration"}},{"before":"9ceb98151ab3899a6a8833f0e1a1b30b27b3e79f","after":"04aebaa2d39a41046d1ad2946a95cfdc1fa41ab8","ref":"refs/heads/v5","pushedAt":"2024-08-19T15:55:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: Fix translation duplications and errors (#1766)","shortMessageHtmlLink":"fix: Fix translation duplications and errors (#1766)"}},{"before":"69dcfc232dc033ae9c817f4395db2b344ce95354","after":"9ceb98151ab3899a6a8833f0e1a1b30b27b3e79f","ref":"refs/heads/v5","pushedAt":"2024-08-19T15:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"Updated German translation (#1767)\n\n* Update dict.browser.json\r\n\r\n* Update dict.common.ts\r\n\r\n* Update dict.setup-page.ts\r\n\r\n* Update dict.sidebar.ts","shortMessageHtmlLink":"Updated German translation (#1767)"}},{"before":"9413800098979c89f5bebd44f713fd0414b4d498","after":"69dcfc232dc033ae9c817f4395db2b344ce95354","ref":"refs/heads/v5","pushedAt":"2024-08-18T14:50:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"Updated German translation (#1679)\n\n* German translation","shortMessageHtmlLink":"Updated German translation (#1679)"}},{"before":"47147be9f80daed37b5913f8ec6808c50f31c7ff","after":"9413800098979c89f5bebd44f713fd0414b4d498","ref":"refs/heads/v5","pushedAt":"2024-08-18T14:48:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"Polish translation (#1661)\n\n* Polish translation of dict.browser.json\r\n\r\n* Polish translation of dict.common.ts\r\n\r\n* Polish translation of dict.setup-page.ts\r\n\r\n* Fix mistakes\r\n\r\n* Polish translation of dict.sidebar.ts\r\n\r\n---------\r\n\r\nCo-authored-by: Max Badryzlov ","shortMessageHtmlLink":"Polish translation (#1661)"}},{"before":"c8d48583e48f4beb309da00e001cba2b82933a2f","after":"47147be9f80daed37b5913f8ec6808c50f31c7ff","ref":"refs/heads/v5","pushedAt":"2024-08-18T14:37:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"Japanese translation (#1642)","shortMessageHtmlLink":"Japanese translation (#1642)"}},{"before":"1de066165ea12ec12d333eea0087ec7180ee4c07","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/multi-4c1fdd2521","pushedAt":"2024-08-18T14:35:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"1de066165ea12ec12d333eea0087ec7180ee4c07","ref":"refs/heads/dependabot/npm_and_yarn/multi-4c1fdd2521","pushedAt":"2024-08-18T14:35:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump ws and web-ext\n\nBumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.\n\n\nUpdates `ws` from 8.13.0 to 8.17.1\n- [Release notes](https://github.com/websockets/ws/releases)\n- [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1)\n\nUpdates `web-ext` from 7.11.0 to 8.2.0\n- [Release notes](https://github.com/mozilla/web-ext/releases)\n- [Commits](https://github.com/mozilla/web-ext/compare/7.11.0...8.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: ws\n dependency-type: indirect\n- dependency-name: web-ext\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump ws and web-ext"}},{"before":"16abe2ac1b35bc6c4cb003567f98e6e2ca3105a1","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-08-18T14:34:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"aa476a47f3663230ee5722d1a3cebffe4faf3192","after":"c8d48583e48f4beb309da00e001cba2b82933a2f","ref":"refs/heads/v5","pushedAt":"2024-08-18T14:34:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1690)\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\r\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: braces\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1690)"}},{"before":null,"after":"16abe2ac1b35bc6c4cb003567f98e6e2ca3105a1","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-18T19:18:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump braces from 3.0.2 to 3.0.3"}},{"before":"ede4d932008d99f72cb27b083cb39cb98bc9ef41","after":"aa476a47f3663230ee5722d1a3cebffe4faf3192","ref":"refs/heads/v5","pushedAt":"2024-04-22T17:25:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: v5.2.0.8 nightly update","shortMessageHtmlLink":"chore: v5.2.0.8 nightly update"}},{"before":"91f0f4e5c7fed75d70109654578474f3f6128d1b","after":"ede4d932008d99f72cb27b083cb39cb98bc9ef41","ref":"refs/heads/v5","pushedAt":"2024-04-22T17:22:19.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: tabs: restoring tree state from session data in some failure cases\n\nThis and 05aedbb1, d21f8160, 5979d7a5, a2c6a59e, c83df0bd, 0d585f06 should\nfix or at least decrease probability of problems related with broken tabs\nstructure on init (like #1507, #262, #267, and so on...)","shortMessageHtmlLink":"fix: tabs: restoring tree state from session data in some failure cases"}},{"before":"0d585f069d47de90d7f43fa7319b2d4e3cec4f49","after":"91f0f4e5c7fed75d70109654578474f3f6128d1b","ref":"refs/heads/v5","pushedAt":"2024-04-17T19:16:24.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"chore: refactoring","shortMessageHtmlLink":"chore: refactoring"}},{"before":"6858222a6373facc8146f5a83f95bb057482bb60","after":"0d585f069d47de90d7f43fa7319b2d4e3cec4f49","ref":"refs/heads/v5","pushedAt":"2024-04-16T13:51:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: cache tabs data after pin/unpin","shortMessageHtmlLink":"fix: cache tabs data after pin/unpin"}},{"before":"e45acf485c218b42966ad62bd8541af0da47cdd5","after":"6858222a6373facc8146f5a83f95bb057482bb60","ref":"refs/heads/v5","pushedAt":"2024-04-14T07:47:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: setup-page: translation wording adjustment (#1595)","shortMessageHtmlLink":"fix: setup-page: translation wording adjustment (#1595)"}},{"before":"0e08b32ae737ba1f9be3eb2a7f9bff0da8250a35","after":"e45acf485c218b42966ad62bd8541af0da47cdd5","ref":"refs/heads/v5","pushedAt":"2024-04-13T12:48:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: tab context menu: make \"clear cookies\" option opt-in\n\n(resolves #1336)","shortMessageHtmlLink":"fix: tab context menu: make \"clear cookies\" option opt-in"}},{"before":"bdef5bde3350268d89a5fc2765a0f8bdf2fc9d2a","after":"0e08b32ae737ba1f9be3eb2a7f9bff0da8250a35","ref":"refs/heads/v5","pushedAt":"2024-04-13T12:45:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: setup-page: wording\n\n- use generalized term \"scroll\" over \"mouse wheel\"\n- use more specific term \"vertical scroll\" over \"scroll wheel\" for tabs switching\n\n(resolves #1343)","shortMessageHtmlLink":"fix: setup-page: wording"}},{"before":"eb6081d96af8160242f72bd97c6287933321d3a2","after":"bdef5bde3350268d89a5fc2765a0f8bdf2fc9d2a","ref":"refs/heads/v5","pushedAt":"2024-04-13T11:45:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mbnuqw","name":"Max Badryzlov","path":"/mbnuqw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6276694?s=80&v=4"},"commit":{"message":"fix: wrong range selection of bookmarks with the same start/end node","shortMessageHtmlLink":"fix: wrong range selection of bookmarks with the same start/end node"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNlQxNjo1MTo0Ni4wMDAwMDBazwAAAASvI8Ot","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xM1QxMTo0NToyNi4wMDAwMDBazwAAAAQvwcqd"}},"title":"Activity · mbnuqw/sidebery"}