{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":338719962,"defaultBranch":"master","name":"spotube","ownerLogin":"KRTirtho","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-02-14T03:17:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/61944859?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715246923.0","currentOid":""},"activityList":{"items":[{"before":"48817e5ffe323cfe78a7d919f3cc05b8b8ff9eb3","after":"9aff55a772bc3f0508adad506eb232ff406c0a96","ref":"refs/heads/feat/stats","pushedAt":"2024-05-23T16:26:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"cd: remove media_kit_event_loop from git","shortMessageHtmlLink":"cd: remove media_kit_event_loop from git"}},{"before":"f5a6ce23549137f858e030ad8028dafce8575499","after":"48817e5ffe323cfe78a7d919f3cc05b8b8ff9eb3","ref":"refs/heads/feat/stats","pushedAt":"2024-05-23T16:15:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"cd: add cache key","shortMessageHtmlLink":"cd: add cache key"}},{"before":"b828255aeb6ffdeda4c3c421d344df46f8bab8c8","after":"f5a6ce23549137f858e030ad8028dafce8575499","ref":"refs/heads/feat/stats","pushedAt":"2024-05-23T15:52:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"chore: ensure usage of route names instead of direct paths","shortMessageHtmlLink":"chore: ensure usage of route names instead of direct paths"}},{"before":"cefda904de254e21d7d0b7ba8d954d515f77c9eb","after":"b828255aeb6ffdeda4c3c421d344df46f8bab8c8","ref":"refs/heads/feat/stats","pushedAt":"2024-05-23T15:44:08.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"Merge branch 'dev' into feat/stats","shortMessageHtmlLink":"Merge branch 'dev' into feat/stats"}},{"before":"d82261cb25ece63f85af0e40216cf32dccdc9dd5","after":"fc5bfa089ce2f46ab786565d6750564d704ee7e0","ref":"refs/heads/dev","pushedAt":"2024-05-23T15:27:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: local library folder cards","shortMessageHtmlLink":"feat: local library folder cards"}},{"before":"22caa818f4ac31626aaff6952e43512b42237d00","after":"d82261cb25ece63f85af0e40216cf32dccdc9dd5","ref":"refs/heads/dev","pushedAt":"2024-05-23T10:57:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"fix: local track not showing up in queue","shortMessageHtmlLink":"fix: local track not showing up in queue"}},{"before":"9aea35468fa7cd176ddc8810b37b90c2d8246931","after":"22caa818f4ac31626aaff6952e43512b42237d00","ref":"refs/heads/dev","pushedAt":"2024-05-23T09:18:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: Local music library (#1479)\n\n* feat: add one additional library folder\r\n\r\nThis folder just doesn't get downloaded to.\r\nI think I'm going to rework it so that it can be multiple folders,\r\nbut I'm going to commit my progress so far anyway.\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* chore: update dependencies so that it builds\r\n\r\nI'm not sure if this breaks CI or something, but I couldn't build\r\nit locally to test my changes, so I made these changes and it\r\nbuilds again.\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* feat: index multiple folders of local music\r\n\r\nIf you used a previous commit from this branch, this is a breaking\r\nchange, because it changes the type of a configuration field. but\r\nsince this is still in development, it should be fine.\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* refactor: manage local library in local tracks tab\r\n\r\nThis also refactors the list to use slivers instead. That's the\r\neasiest way to have multiple scrolling lists here...\r\n\r\nThe console keeps getting spammed with some intermediate layout\r\nerror but I can't hold it long enough to figure out what's causing\r\nit.\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* refactor: use folder add/remove icons in library\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* refactor: remove redundant settings page\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* refactor: rename \"Local Tracks\" to just \"Local\"\r\n\r\nNot sure if this would be the recommended way to do it...\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* fix: console spam about useless Expanded\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* chore: remove completed TODO\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* chore: use new Platform constants; regenerate plugins\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n* refactor: put local libraries on separate pages\r\n\r\nSigned-off-by: Blake Leonard \r\n\r\n---------\r\n\r\nSigned-off-by: Blake Leonard ","shortMessageHtmlLink":"feat: Local music library (#1479)"}},{"before":"8fad2251b3536e9468e0fb193939ead98bad3bc6","after":"9aea35468fa7cd176ddc8810b37b90c2d8246931","ref":"refs/heads/dev","pushedAt":"2024-05-23T09:13:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"fix: fallback to LRCLIB when lyrics line less than 6 lines #1461","shortMessageHtmlLink":"fix: fallback to LRCLIB when lyrics line less than 6 lines #1461"}},{"before":"bf45681deb951c772bf6ca05e213c949c04bded1","after":"8fad2251b3536e9468e0fb193939ead98bad3bc6","ref":"refs/heads/dev","pushedAt":"2024-05-10T17:16:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(player): add volume slider floating label showing percentage (#1445)\n\n* docs: broken link in README.md (fixes #1310) (#1311)\r\n\r\n* docs: remove appimage link in readme #1082 (#1171)\r\n\r\n* Updating Readme according to #1082\r\n\r\nUpdating Readme according to #1082\r\n\r\n* Added explanation\r\n\r\nThe explanation is now given and the expression is more formal and explanatory, instead of just linking the issue.\r\n\r\n* add volume level tooltip in volume_slider\r\n\r\n---------\r\n\r\nCo-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com>\r\nCo-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com>\r\nCo-authored-by: Kingkor Roy Tirtho ","shortMessageHtmlLink":"feat(player): add volume slider floating label showing percentage (#1445"}},{"before":"0280654bb6bad373aee521f5a866228d2d38f038","after":"bf45681deb951c772bf6ca05e213c949c04bded1","ref":"refs/heads/dev","pushedAt":"2024-05-10T17:06:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(translations): Improve tr locales (#1419)\n\n* docs: broken link in README.md (fixes #1310) (#1311)\r\n\r\n* docs: remove appimage link in readme #1082 (#1171)\r\n\r\n* Updating Readme according to #1082\r\n\r\nUpdating Readme according to #1082\r\n\r\n* Added explanation\r\n\r\nThe explanation is now given and the expression is more formal and explanatory, instead of just linking the issue.\r\n\r\n* Improve tr locales\r\n\r\n---------\r\n\r\nCo-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com>\r\nCo-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com>\r\nCo-authored-by: Kingkor Roy Tirtho ","shortMessageHtmlLink":"feat(translations): Improve tr locales (#1419)"}},{"before":"edc997e7470ce17f60c96b8198dc8851cbf21f18","after":"0280654bb6bad373aee521f5a866228d2d38f038","ref":"refs/heads/dev","pushedAt":"2024-05-10T17:00:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(translations): add Indonesian translation (#1426)\n\n* docs: broken link in README.md (fixes #1310) (#1311)\r\n\r\n* docs: remove appimage link in readme #1082 (#1171)\r\n\r\n* Updating Readme according to #1082\r\n\r\nUpdating Readme according to #1082\r\n\r\n* Added explanation\r\n\r\nThe explanation is now given and the expression is more formal and explanatory, instead of just linking the issue.\r\n\r\n* Add Indonesia translation\r\n\r\n---------\r\n\r\nCo-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com>\r\nCo-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com>\r\nCo-authored-by: Kingkor Roy Tirtho ","shortMessageHtmlLink":"feat(translations): add Indonesian translation (#1426)"}},{"before":"1e7f0e1fe71e0a8d86614fc884861f8791469112","after":"edc997e7470ce17f60c96b8198dc8851cbf21f18","ref":"refs/heads/dev","pushedAt":"2024-05-10T16:49:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(translations): add Finnish translations (#1449)\n\n* docs: broken link in README.md (fixes #1310) (#1311)\r\n\r\n* docs: remove appimage link in readme #1082 (#1171)\r\n\r\n* Updating Readme according to #1082\r\n\r\nUpdating Readme according to #1082\r\n\r\n* Added explanation\r\n\r\nThe explanation is now given and the expression is more formal and explanatory, instead of just linking the issue.\r\n\r\n* added finnish translation\r\n\r\n* chore: fix arb syntax errors and language in l10n entries\r\n\r\n---------\r\n\r\nCo-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com>\r\nCo-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com>\r\nCo-authored-by: Kingkor Roy Tirtho \r\nCo-authored-by: Onni Nevala ","shortMessageHtmlLink":"feat(translations): add Finnish translations (#1449)"}},{"before":"dbc1c452dd53153c61589f956ea9836cea7bf2bb","after":"1e7f0e1fe71e0a8d86614fc884861f8791469112","ref":"refs/heads/dev","pushedAt":"2024-05-10T16:37:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(translations): add georgian language (#1450)\n\n* feat: add georgian language\r\n\r\n* feat: translate more georgian words","shortMessageHtmlLink":"feat(translations): add georgian language (#1450)"}},{"before":"2b01e4fb4d816f98581ff3b6e2330008caa1273e","after":"dbc1c452dd53153c61589f956ea9836cea7bf2bb","ref":"refs/heads/dev","pushedAt":"2024-05-10T16:22:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(translations): add Basque translation (#1493)\n\n* added Basque translation\r\n\r\n* chore: fix country codes and language native name\r\n\r\n---------\r\n\r\nCo-authored-by: Kingkor Roy Tirtho ","shortMessageHtmlLink":"feat(translations): add Basque translation (#1493)"}},{"before":"fd4b8a3bbc9aed3fb755aee88c1a2b6b68b02618","after":"cefda904de254e21d7d0b7ba8d954d515f77c9eb","ref":"refs/heads/feat/stats","pushedAt":"2024-05-10T11:55:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: add text to explain user how hypothetical fees are calculated","shortMessageHtmlLink":"feat: add text to explain user how hypothetical fees are calculated"}},{"before":"9393ed75d739dc5bd78cdd289bad268fa2af5f82","after":"fd4b8a3bbc9aed3fb755aee88c1a2b6b68b02618","ref":"refs/heads/feat/stats","pushedAt":"2024-05-10T11:43:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"chore: default period to 1 month","shortMessageHtmlLink":"chore: default period to 1 month"}},{"before":"f0b6d660e2e24d3ffd139b7e3e551d46aee8056c","after":"9393ed75d739dc5bd78cdd289bad268fa2af5f82","ref":"refs/heads/feat/stats","pushedAt":"2024-05-10T11:41:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat(stats): add individual minutes and streams page","shortMessageHtmlLink":"feat(stats): add individual minutes and streams page"}},{"before":"4d5beb19febd03a3f756efdff2631cf49f313d8a","after":"f0b6d660e2e24d3ffd139b7e3e551d46aee8056c","ref":"refs/heads/feat/stats","pushedAt":"2024-05-09T17:45:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: add individual minutes and streams page","shortMessageHtmlLink":"feat: add individual minutes and streams page"}},{"before":"dcb4c0a01822a29425c031cceb025b763a72f83f","after":"4d5beb19febd03a3f756efdff2631cf49f313d8a","ref":"refs/heads/feat/stats","pushedAt":"2024-05-09T16:18:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"refactor: place search in mobile navbar and settings in home appbar","shortMessageHtmlLink":"refactor: place search in mobile navbar and settings in home appbar"}},{"before":"858bbbb20d57f128637d98a99d0202a4e1f353bd","after":"dcb4c0a01822a29425c031cceb025b763a72f83f","ref":"refs/heads/feat/stats","pushedAt":"2024-05-09T15:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: add stream money calculation","shortMessageHtmlLink":"feat: add stream money calculation"}},{"before":"3233ef0f4c21a0781a673d534da5dd662fb8e304","after":"858bbbb20d57f128637d98a99d0202a4e1f353bd","ref":"refs/heads/feat/stats","pushedAt":"2024-05-09T10:57:57.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"Merge branch 'dev' into feat/stats","shortMessageHtmlLink":"Merge branch 'dev' into feat/stats"}},{"before":"a838eadc12a4c4acc8a3d1d76b547515e1b6d5e0","after":"2b01e4fb4d816f98581ff3b6e2330008caa1273e","ref":"refs/heads/dev","pushedAt":"2024-05-09T10:50:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"chore: add translated message command to command list","shortMessageHtmlLink":"chore: add translated message command to command list"}},{"before":"a77b6776e81d88d665a7368fa0fb71b65933afb8","after":"a838eadc12a4c4acc8a3d1d76b547515e1b6d5e0","ref":"refs/heads/dev","pushedAt":"2024-05-09T10:47:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"refactor: move dart scripts as commands under CLI","shortMessageHtmlLink":"refactor: move dart scripts as commands under CLI"}},{"before":"adecc4bc44fda2fa7564d9abce79942d8e56d32c","after":null,"ref":"refs/heads/cd/docker-linux-ar","pushedAt":"2024-05-09T09:28:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"}},{"before":"5d619ca036cdd742ca3d5f26c212c66ce79d3c8c","after":null,"ref":"refs/heads/refactor/config-cli","pushedAt":"2024-05-09T09:27:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"}},{"before":"4ca893950b07f678acf7db690112c47d21e54782","after":"a77b6776e81d88d665a7368fa0fb71b65933afb8","ref":"refs/heads/dev","pushedAt":"2024-05-09T09:26:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"refactor: Dart based Github Workflow CLI (#1490)\n\n* feat: add build dart script for windows\r\n\r\n* feat: add android build support\r\n\r\n* feat: add linux build support\r\n\r\n* feat: add macos build support\r\n\r\n* feat: add ios build support\r\n\r\n* feat: add deps install command and workflow file\r\n\r\n* cd: what?\r\n\r\n* cd: what?\r\n\r\n* cd: what?\r\n\r\n* cd: update workflow inputs\r\n\r\n* cd: replace release binary\r\n\r\n* cd: run flutter pub get\r\n\r\n* cd: use dpkg zstd instead of xz, windows disable innoInstall, fix channel enum.name and reset pubspec after changing build no for nightly\r\n\r\n* cd: fix tar copy path\r\n\r\n* cd: fix copy linux command\r\n\r\n* cd: fix windows inno depend and fix android aab path\r\n\r\n* cd: idk\r\n\r\n* cd: linux why???\r\n\r\n* cd: windows choco copy failed\r\n\r\n* cd: use dart tar archive for creating tar file\r\n\r\n* cd: fix linux file copy error\r\n\r\n* cd: use tar command directly\r\n\r\n* feat: add linux_arm platform\r\n\r\n* cd: add linux_arm platform\r\n\r\n* cd: don't know what?\r\n\r\n* feat: notification about nightly channel update\r\n\r\n* chore: fix some errors parsing nightly version info","shortMessageHtmlLink":"refactor: Dart based Github Workflow CLI (#1490)"}},{"before":"5726de8bbc32aacc8e8ff000a3cbab0d73896c1a","after":"5d619ca036cdd742ca3d5f26c212c66ce79d3c8c","ref":"refs/heads/refactor/config-cli","pushedAt":"2024-05-09T09:18:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"chore: fix some errors parsing nightly version info","shortMessageHtmlLink":"chore: fix some errors parsing nightly version info"}},{"before":"596a4b5a025be4cc1b8e0f5bc219b46944efa717","after":"5726de8bbc32aacc8e8ff000a3cbab0d73896c1a","ref":"refs/heads/refactor/config-cli","pushedAt":"2024-05-09T09:03:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"feat: notification about nightly channel update","shortMessageHtmlLink":"feat: notification about nightly channel update"}},{"before":"1b1db3a0ff29f1747f043e784dd0eb9dae024055","after":"596a4b5a025be4cc1b8e0f5bc219b46944efa717","ref":"refs/heads/refactor/config-cli","pushedAt":"2024-05-09T08:17:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"cd: don't know what?","shortMessageHtmlLink":"cd: don't know what?"}},{"before":"97a58f0b2cf81498563c35a742ee2a4fe2c311fd","after":"1b1db3a0ff29f1747f043e784dd0eb9dae024055","ref":"refs/heads/refactor/config-cli","pushedAt":"2024-05-09T08:05:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"KRTirtho","name":"Kingkor Roy Tirtho","path":"/KRTirtho","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61944859?s=80&v=4"},"commit":{"message":"cd: add linux_arm platform","shortMessageHtmlLink":"cd: add linux_arm platform"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUjysJAA","startCursor":null,"endCursor":null}},"title":"Activity ยท KRTirtho/spotube"}