{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":10721619,"defaultBranch":"main","name":"ebiten","ownerLogin":"hajimehoshi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-06-16T15:13:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16950?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719462347.0","currentOid":""},"activityList":{"items":[{"before":"001ac9a90e96a20b1ae07a78fb486d0cf23975aa","after":"f6cdf401fc9ab1966589698415671437ff786816","ref":"refs/heads/2.7","pushedAt":"2024-06-30T15:03:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: bug fix: compilation failure","shortMessageHtmlLink":"internal/atlas: bug fix: compilation failure"}},{"before":"f6827de5b62b5dd274f401f18fa1d6e0e006d379","after":"001ac9a90e96a20b1ae07a78fb486d0cf23975aa","ref":"refs/heads/2.7","pushedAt":"2024-06-30T14:47:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: backends for unmanaged images were never released\n\nCloses #3030","shortMessageHtmlLink":"internal/atlas: backends for unmanaged images were never released"}},{"before":"ec7ef5e6a35ce9f89394200c92adec588042e60d","after":"2a22260d14d5903cffb5f41fbe43ab3b749597cb","ref":"refs/heads/main","pushedAt":"2024-06-30T14:47:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: backends for unmanaged images were never released\n\nCloses #3030","shortMessageHtmlLink":"internal/atlas: backends for unmanaged images were never released"}},{"before":"5b8fd9733cc92f826e20b2843bcb94f574552b98","after":"ec7ef5e6a35ce9f89394200c92adec588042e60d","ref":"refs/heads/main","pushedAt":"2024-06-30T13:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: add comments","shortMessageHtmlLink":"internal/atlas: add comments"}},{"before":"9ff93e30638e0826e77138f5888f532c8a10c276","after":"5b8fd9733cc92f826e20b2843bcb94f574552b98","ref":"refs/heads/main","pushedAt":"2024-06-30T10:22:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: refactoring","shortMessageHtmlLink":"internal/atlas: refactoring"}},{"before":"def82fd5d30e576134b057c26db84278afa1b66a","after":"9ff93e30638e0826e77138f5888f532c8a10c276","ref":"refs/heads/main","pushedAt":"2024-06-30T09:56:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: fix comments","shortMessageHtmlLink":"all: fix comments"}},{"before":"32417353d39f487fa969a776434b11f46b2af386","after":"def82fd5d30e576134b057c26db84278afa1b66a","ref":"refs/heads/main","pushedAt":"2024-06-30T09:51:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/atlas: refactoring: remove ImageTypeVolatile\n\nImageTypeVolatile was meaningful when Ebitengine had `restorable`\npackage, but now this doesn't make sense.","shortMessageHtmlLink":"internal/atlas: refactoring: remove ImageTypeVolatile"}},{"before":"f4ceb961af5f176e1f3297354b2ade3d1053217d","after":"f6827de5b62b5dd274f401f18fa1d6e0e006d379","ref":"refs/heads/2.7","pushedAt":"2024-06-30T07:20:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: update golang.org/x/image to v0.18.0\n\nThis is for https://pkg.go.dev/vuln/GO-2024-2937","shortMessageHtmlLink":"all: update golang.org/x/image to v0.18.0"}},{"before":"ec9b0882ab670437c5a85f35fd442bb347ee6f4c","after":"f4ceb961af5f176e1f3297354b2ade3d1053217d","ref":"refs/heads/2.7","pushedAt":"2024-06-30T07:02:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/ui: bug fix: the window size callback was not called on macOS\n\nThis is basically a revert of e150745598f246f4a1236f6da0f87dcc2dad16b7.\n\nAs the window size callback was not called, ebiten.WindowSize didn't\nwork correctly for a while.\n\nEven after this change, the issue #2257 could not be reproduced. This\nis mysterious, but probably macOS itself has updated.\n\nUpdates #2257\nCloses #3029","shortMessageHtmlLink":"internal/ui: bug fix: the window size callback was not called on macOS"}},{"before":"f6fbb3ddea641955a68f73ffb1cb25ca2027d861","after":"32417353d39f487fa969a776434b11f46b2af386","ref":"refs/heads/main","pushedAt":"2024-06-30T07:02:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/ui: bug fix: the window size callback was not called on macOS\n\nThis is basically a revert of e150745598f246f4a1236f6da0f87dcc2dad16b7.\n\nAs the window size callback was not called, ebiten.WindowSize didn't\nwork correctly for a while.\n\nEven after this change, the issue #2257 could not be reproduced. This\nis mysterious, but probably macOS itself has updated.\n\nUpdates #2257\nCloses #3029","shortMessageHtmlLink":"internal/ui: bug fix: the window size callback was not called on macOS"}},{"before":"406174206706237419186d2ab378477f7161a228","after":"f6fbb3ddea641955a68f73ffb1cb25ca2027d861","ref":"refs/heads/main","pushedAt":"2024-06-29T06:48:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: update Oto","shortMessageHtmlLink":"all: update Oto"}},{"before":"9956557184b624d3f67f90df8574520f5aecd6f0","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/image-0.18.0","pushedAt":"2024-06-27T04:25:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"}},{"before":"b749976a84cb6277c97a6ace560a63e99955cb47","after":"406174206706237419186d2ab378477f7161a228","ref":"refs/heads/main","pushedAt":"2024-06-27T04:25:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/image from 0.17.0 to 0.18.0 (#3028)\n\nBumps [golang.org/x/image](https://github.com/golang/image) from 0.17.0 to 0.18.0.\r\n- [Commits](https://github.com/golang/image/compare/v0.17.0...v0.18.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/image\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golang.org/x/image from 0.17.0 to 0.18.0 (#3028)"}},{"before":null,"after":"9956557184b624d3f67f90df8574520f5aecd6f0","ref":"refs/heads/dependabot/go_modules/golang.org/x/image-0.18.0","pushedAt":"2024-06-26T19:40:41.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":"build(deps): bump golang.org/x/image from 0.17.0 to 0.18.0\n\nBumps [golang.org/x/image](https://github.com/golang/image) from 0.17.0 to 0.18.0.\n- [Commits](https://github.com/golang/image/compare/v0.17.0...v0.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/image\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/image from 0.17.0 to 0.18.0"}},{"before":"0c3b4a2d91f7b9f17f15d1008ac7e8dc9c1c5588","after":"b749976a84cb6277c97a6ace560a63e99955cb47","ref":"refs/heads/main","pushedAt":"2024-06-23T03:09:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"examples/resources/images: update the licenses for the Gopher images","shortMessageHtmlLink":"examples/resources/images: update the licenses for the Gopher images"}},{"before":"c86874b506950cde4af267bd30d3bf9690ae651b","after":"0c3b4a2d91f7b9f17f15d1008ac7e8dc9c1c5588","ref":"refs/heads/main","pushedAt":"2024-06-23T03:08:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"examples/resources/images: update the license URLs for ebiten.png","shortMessageHtmlLink":"examples/resources/images: update the license URLs for ebiten.png"}},{"before":"7524f990ba21685630025c5b46c4b52f1bb0fc80","after":"c86874b506950cde4af267bd30d3bf9690ae651b","ref":"refs/heads/main","pushedAt":"2024-06-22T16:23:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: update PureGo to v0.8.0-alpha.3","shortMessageHtmlLink":"all: update PureGo to v0.8.0-alpha.3"}},{"before":"b7015c4354c77fbb55a7359b324b28988d3303cd","after":"7524f990ba21685630025c5b46c4b52f1bb0fc80","ref":"refs/heads/main","pushedAt":"2024-06-22T05:51:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":".github/workflows: add Go v1.23.0 to tests","shortMessageHtmlLink":".github/workflows: add Go v1.23.0 to tests"}},{"before":"7524f990ba21685630025c5b46c4b52f1bb0fc80","after":null,"ref":"refs/heads/go1.23","pushedAt":"2024-06-22T05:51:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"}},{"before":null,"after":"7524f990ba21685630025c5b46c4b52f1bb0fc80","ref":"refs/heads/go1.23","pushedAt":"2024-06-22T04:53:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":".github/workflows: add Go v1.23.0 to tests","shortMessageHtmlLink":".github/workflows: add Go v1.23.0 to tests"}},{"before":"96984210e162ffe8cf795ec13a438320cd317244","after":"b7015c4354c77fbb55a7359b324b28988d3303cd","ref":"refs/heads/main","pushedAt":"2024-06-21T17:45:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":".github/workflows: bug fix: wrong version was specified","shortMessageHtmlLink":".github/workflows: bug fix: wrong version was specified"}},{"before":"1cd6a1f10ce6ec5251bc0834f135ded0b92c4269","after":"96984210e162ffe8cf795ec13a438320cd317244","ref":"refs/heads/main","pushedAt":"2024-06-21T17:43:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":".github/workflows: update action versions","shortMessageHtmlLink":".github/workflows: update action versions"}},{"before":"0eb2b9980de7473c1dc6d11d09ddf8138320d3c9","after":"1cd6a1f10ce6ec5251bc0834f135ded0b92c4269","ref":"refs/heads/main","pushedAt":"2024-06-21T16:25:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"examples/wav: add -bits option to specify 8bits","shortMessageHtmlLink":"examples/wav: add -bits option to specify 8bits"}},{"before":"76a170eecf48377c35a6e32bbff6c5e8bd05038b","after":"0eb2b9980de7473c1dc6d11d09ddf8138320d3c9","ref":"refs/heads/main","pushedAt":"2024-06-20T12:08:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: update purego","shortMessageHtmlLink":"all: update purego"}},{"before":"941aec5f5158415b7512c0a688e7ded3dff2f6d4","after":"76a170eecf48377c35a6e32bbff6c5e8bd05038b","ref":"refs/heads/main","pushedAt":"2024-06-19T18:26:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"examples/resources/images: update the licenses","shortMessageHtmlLink":"examples/resources/images: update the licenses"}},{"before":"a6d7cadab71a0f9296e07502c4c81282d0ad7a6d","after":"941aec5f5158415b7512c0a688e7ded3dff2f6d4","ref":"refs/heads/main","pushedAt":"2024-06-18T18:10:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"ebitenutil: update documentation for DebugPrint\n\nCloses #2977","shortMessageHtmlLink":"ebitenutil: update documentation for DebugPrint"}},{"before":"dc8dfae3bf2bca273c4fecbebb40be6d6ceea0e4","after":"a6d7cadab71a0f9296e07502c4c81282d0ad7a6d","ref":"refs/heads/main","pushedAt":"2024-06-16T18:07:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"internal/graphicsdriver/playstation5: change struct member names","shortMessageHtmlLink":"internal/graphicsdriver/playstation5: change struct member names"}},{"before":"ffb77757f0ed50a61b1b8a218a43695a6f262918","after":"dc8dfae3bf2bca273c4fecbebb40be6d6ceea0e4","ref":"refs/heads/main","pushedAt":"2024-06-15T18:42:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"examples/windowsize: fix typo (#3022)","shortMessageHtmlLink":"examples/windowsize: fix typo (#3022)"}},{"before":"60f0a0374989bb2737b61cec544d16b31e39d821","after":"ffb77757f0ed50a61b1b8a218a43695a6f262918","ref":"refs/heads/main","pushedAt":"2024-06-12T16:06:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: update dependencies","shortMessageHtmlLink":"all: update dependencies"}},{"before":"22339c2510bd0e036453a2427c99eec72185535b","after":"60f0a0374989bb2737b61cec544d16b31e39d821","ref":"refs/heads/main","pushedAt":"2024-06-12T16:04:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hajimehoshi","name":"Hajime Hoshi","path":"/hajimehoshi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16950?s=80&v=4"},"commit":{"message":"all: go mod tidy","shortMessageHtmlLink":"all: go mod tidy"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcwq71AA","startCursor":null,"endCursor":null}},"title":"Activity ยท hajimehoshi/ebiten"}