{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":497843788,"defaultBranch":"main","name":"DyNode","ownerLogin":"NagaseIori","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-30T07:56:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/31349569?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723171993.0","currentOid":""},"activityList":{"items":[{"before":"cc70be7c4416cc0d0742bac4a46dd4310dca8e90","after":"9bbfc918da96dbe5a20cf890bece37cb3b66bf4d","ref":"refs/heads/main","pushedAt":"2024-08-09T02:51:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: update version to 0.1.16.1 in README and macros","shortMessageHtmlLink":"chore: update version to 0.1.16.1 in README and macros"}},{"before":"7b012c34de7850561241d41e92516308605dce0f","after":"cc70be7c4416cc0d0742bac4a46dd4310dca8e90","ref":"refs/heads/main","pushedAt":"2024-08-09T02:45:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"fix(timing): refine timing point creation logic\n\nSimplified time input process and added precise timing check.","shortMessageHtmlLink":"fix(timing): refine timing point creation logic"}},{"before":"0b0145e7d3724ef2313ed81c3002121a76959bc6","after":null,"ref":"refs/tags/v0.1.16","pushedAt":"2024-08-03T09:31:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"}},{"before":"0b0145e7d3724ef2313ed81c3002121a76959bc6","after":"7b012c34de7850561241d41e92516308605dce0f","ref":"refs/heads/main","pushedAt":"2024-08-03T09:31:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"fix: minor bug fix","shortMessageHtmlLink":"fix: minor bug fix"}},{"before":"bc70baa05eb4a9aa1ff42cb60970d79e97c47a67","after":"0b0145e7d3724ef2313ed81c3002121a76959bc6","ref":"refs/heads/main","pushedAt":"2024-08-03T09:13:50.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: version change","shortMessageHtmlLink":"chore: version change"}},{"before":"3b5bf79e8dc88e785562845fb3daa3daf7a6c946","after":"0b0145e7d3724ef2313ed81c3002121a76959bc6","ref":"refs/heads/dev","pushedAt":"2024-08-03T09:04:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: version change","shortMessageHtmlLink":"chore: version change"}},{"before":"e96fa5d97b3905d0072c547a242fe4df54c58e7d","after":"3b5bf79e8dc88e785562845fb3daa3daf7a6c946","ref":"refs/heads/dev","pushedAt":"2024-08-03T09:01:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(project): auto-backup on version update","shortMessageHtmlLink":"feat(project): auto-backup on version update"}},{"before":"a5282877f9d4cef832b4528d6ec7845cb7823c58","after":"e96fa5d97b3905d0072c547a242fe4df54c58e7d","ref":"refs/heads/dev","pushedAt":"2024-08-01T16:34:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: .gitignore update","shortMessageHtmlLink":"chore: .gitignore update"}},{"before":null,"after":"6f9a46d28f8951d61a8b81ef71f3699b6b5c3716","ref":"refs/heads/dev-gmrt-test","pushedAt":"2024-08-01T16:33:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"build: temp fix to make gmrt work","shortMessageHtmlLink":"build: temp fix to make gmrt work"}},{"before":"47f3c14e8f34e93b7c95a3b7351e8ef160b8ce08","after":"a5282877f9d4cef832b4528d6ec7845cb7823c58","ref":"refs/heads/dev","pushedAt":"2024-07-30T14:14:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(expression): improve temp variable handling and ops precedence & add unary op support\n\nAdd tempVar attribute to ExprSymbol to restrict assignments, enhance operator precedence with associativity and unary definition, and revise error messages for clarity.","shortMessageHtmlLink":"feat(expression): improve temp variable handling and ops precedence &…"}},{"before":"3247b26ba08e2864f828f9487aa2b0f825e97977","after":"20d78a138af62a21bdde64d0e461bb7dbf5540b5","ref":"refs/heads/l10n_dev","pushedAt":"2024-07-29T12:23:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"New translations zh-cn.json (English)","shortMessageHtmlLink":"New translations zh-cn.json (English)"}},{"before":"f34a8c42b5bfff19f40474e17407e22419ed4213","after":"3247b26ba08e2864f828f9487aa2b0f825e97977","ref":"refs/heads/l10n_dev","pushedAt":"2024-07-29T12:23:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"New translations zh-cn.json (Chinese Traditional)","shortMessageHtmlLink":"New translations zh-cn.json (Chinese Traditional)"}},{"before":"46b8b51409774730c044540893a7a59241155db5","after":"47f3c14e8f34e93b7c95a3b7351e8ef160b8ce08","ref":"refs/heads/dev","pushedAt":"2024-07-29T12:21:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: Add undo&redo description for expr exec","shortMessageHtmlLink":"chore: Add undo&redo description for expr exec"}},{"before":"aa7e7dc18390adaa618643109067ea37ca96cea8","after":"46b8b51409774730c044540893a7a59241155db5","ref":"refs/heads/dev","pushedAt":"2024-07-29T12:11:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: remove deprecated chartPath property in project\n\nBREAKING CHANGE: chartPath property is no longer used in project files.","shortMessageHtmlLink":"chore: remove deprecated chartPath property in project"}},{"before":"40658fa13ce62575bc180a99a7362406e385b2a8","after":"aa7e7dc18390adaa618643109067ea37ca96cea8","ref":"refs/heads/dev","pushedAt":"2024-07-29T12:06:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"perf: remove unnecessary note activation in map_export_xml()\n\nRemove several unnecessary note activations in helper functions.","shortMessageHtmlLink":"perf: remove unnecessary note activation in map_export_xml()"}},{"before":"e8d12e0cf47d25994653aef267891c8bfbc925c8","after":"40658fa13ce62575bc180a99a7362406e385b2a8","ref":"refs/heads/dev","pushedAt":"2024-07-29T01:39:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(analytics): enhance session tracking with new metrics\n\nAdds session_id and engagement_time to login analytics.","shortMessageHtmlLink":"feat(analytics): enhance session tracking with new metrics"}},{"before":"aa5a611a476737905244fccde5d4be4ef69bb8aa","after":"e8d12e0cf47d25994653aef267891c8bfbc925c8","ref":"refs/heads/dev","pushedAt":"2024-07-29T01:13:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(analytics): add global flag to enable/disable tracking\n\nIntroduce a global flag to control analytics activity.","shortMessageHtmlLink":"feat(analytics): add global flag to enable/disable tracking"}},{"before":"3b9da53deb2f33819c597a075f94cba3c2f6f906","after":"aa5a611a476737905244fccde5d4be4ef69bb8aa","ref":"refs/heads/dev","pushedAt":"2024-07-29T01:09:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(analytics): add version tracking and async event logging","shortMessageHtmlLink":"feat(analytics): add version tracking and async event logging"}},{"before":"680c7f2e589db298c873a37d578c04421d8f9e3c","after":"3b9da53deb2f33819c597a075f94cba3c2f6f906","ref":"refs/heads/dev","pushedAt":"2024-07-29T00:53:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat: Add GA as analytics tool","shortMessageHtmlLink":"feat: Add GA as analytics tool"}},{"before":"427ee753e1406fcbe5830e0d8c8b412b4a344695","after":"680c7f2e589db298c873a37d578c04421d8f9e3c","ref":"refs/heads/dev","pushedAt":"2024-07-28T17:15:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"fix(input): correct alt key detection logic\n\nResolves issues with detecting the right alt key (ralt) separately.\n\nImprove the input function key detection logic.","shortMessageHtmlLink":"fix(input): correct alt key detection logic"}},{"before":"3f0a474e7323e8166e19f8bf6f5dafdb32c1ad6f","after":"427ee753e1406fcbe5830e0d8c8b412b4a344695","ref":"refs/heads/dev","pushedAt":"2024-07-28T16:45:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: several fix for proper intellisense","shortMessageHtmlLink":"chore: several fix for proper intellisense"}},{"before":"7038a32f5004dc62876e1057acda63efe4495fe1","after":"3f0a474e7323e8166e19f8bf6f5dafdb32c1ad6f","ref":"refs/heads/dev","pushedAt":"2024-07-28T16:25:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"fix(autosave): prevent autosave message during playback mode","shortMessageHtmlLink":"fix(autosave): prevent autosave message during playback mode"}},{"before":"4b19d9eae92fbd270a24d3d503ae72fe1144c528","after":"7038a32f5004dc62876e1057acda63efe4495fe1","ref":"refs/heads/dev","pushedAt":"2024-07-28T16:01:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: Add several jsdoc for Stitch addressed issues","shortMessageHtmlLink":"chore: Add several jsdoc for Stitch addressed issues"}},{"before":"98192bdbd143bb0a00f09de2f190bd07499d15d5","after":"4b19d9eae92fbd270a24d3d503ae72fe1144c528","ref":"refs/heads/dev","pushedAt":"2024-07-28T12:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(notes): clear note data on deletion\n\nEnsures all note data is fully cleared during deletion process.","shortMessageHtmlLink":"feat(notes): clear note data on deletion"}},{"before":"cdada27d7921df65dd9815918835ad5f339c9663","after":"98192bdbd143bb0a00f09de2f190bd07499d15d5","ref":"refs/heads/dev","pushedAt":"2024-07-28T12:43:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat(editor): update notes on advanced expressions\n\nEnsure note array updates and sorting on advanced expressions.","shortMessageHtmlLink":"feat(editor): update notes on advanced expressions"}},{"before":"72a2f69844c609b6a90d5efdd2b445ace8c23dbc","after":"cdada27d7921df65dd9815918835ad5f339c9663","ref":"refs/heads/dev","pushedAt":"2024-07-28T12:26:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"chore: remove redundant autosave completion checks\n\nStreamlined the project save logic by removing autosave completion checks and corresponding announcements. This simplifies the code and reduces unnecessary operations without changing functionality.","shortMessageHtmlLink":"chore: remove redundant autosave completion checks"}},{"before":"276c50b824292b09f0938b4886da0fe397c34bc4","after":"72a2f69844c609b6a90d5efdd2b445ace8c23dbc","ref":"refs/heads/dev","pushedAt":"2024-07-28T11:33:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat: add DyCore async event handling\n\nIntroduced new DyCoreManager for managing DyCore async events.\nEnhanced project save functionality with async handling.\nExpanded DyCore with new functions like save_project and async event checks.","shortMessageHtmlLink":"feat: add DyCore async event handling"}},{"before":"c8301c64f23cec8625d8d7497c9a874648812fed","after":"276c50b824292b09f0938b4886da0fe397c34bc4","ref":"refs/heads/dev","pushedAt":"2024-07-28T05:51:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"build: dycore dll update","shortMessageHtmlLink":"build: dycore dll update"}},{"before":"095128ca966ea2dd7daeb32ebe69b5a34856d5eb","after":"c8301c64f23cec8625d8d7497c9a874648812fed","ref":"refs/heads/dev","pushedAt":"2024-07-28T05:49:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"feat: Improve project saving function performance","shortMessageHtmlLink":"feat: Improve project saving function performance"}},{"before":"3b851f4b785def244d833029b6bd056f828556d5","after":"095128ca966ea2dd7daeb32ebe69b5a34856d5eb","ref":"refs/heads/dev","pushedAt":"2024-07-28T04:45:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"NagaseIori","name":"NordLandeW","path":"/NagaseIori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31349569?s=80&v=4"},"commit":{"message":"perf(edit): Enhance overall editing performance","shortMessageHtmlLink":"perf(edit): Enhance overall editing performance"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEldga7AA","startCursor":null,"endCursor":null}},"title":"Activity · NagaseIori/DyNode"}