{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":550353626,"defaultBranch":"main","name":"quick-opener","ownerLogin":"mogelbrod","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-10-12T16:07:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/150084?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1709318030.0","currentOid":""},"activityList":{"items":[{"before":"496513f57588eaad18928eea31ca8a200017a567","after":"c35534157a584ec8be381ce13a17143922a9065b","ref":"refs/heads/main","pushedAt":"2024-03-01T18:34:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"chore(vscode): Exclude prettier files from bundle","shortMessageHtmlLink":"chore(vscode): Exclude prettier files from bundle"}},{"before":"d50edea44db93213c701b3abe95f2b5bfc92a2a6","after":"496513f57588eaad18928eea31ca8a200017a567","ref":"refs/heads/main","pushedAt":"2024-03-01T18:33:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"chore(release): 0.5.0 [skip ci]\n\n## [0.5.0](https://github.com/mogelbrod/quick-opener/compare/v0.4.3...v0.5.0) (2024-03-01)\n\n### Features\n\n* Add ability to define prefixes via `quickOpener.prefixes` ([1506c0e](https://github.com/mogelbrod/quick-opener/commit/1506c0eeb340ba5dcb2ac55568e9c6d328a97fa5))\n\n### Bug Fixes\n\n* Ensure displayed paths in quick pick use same prefix as input ([acefa87](https://github.com/mogelbrod/quick-opener/commit/acefa87625bff461dcc69e0c95ef7a9542d903be))\n* Show error message if selected file fails to open ([7c85766](https://github.com/mogelbrod/quick-opener/commit/7c857665207d7295bd630afe44ca8714e40ea773))\n* Stop shortening quick pick title path ([a767150](https://github.com/mogelbrod/quick-opener/commit/a76715061994ca994dfb2405ed360a00266afdea))\n* Update list when popping path ([83a3083](https://github.com/mogelbrod/quick-opener/commit/83a308331fd21f7e4c74fae92ec470cc1762c240)), closes [#2](https://github.com/mogelbrod/quick-opener/issues/2)","shortMessageHtmlLink":"chore(release): 0.5.0 [skip ci]"}},{"before":"acefa87625bff461dcc69e0c95ef7a9542d903be","after":"d50edea44db93213c701b3abe95f2b5bfc92a2a6","ref":"refs/heads/main","pushedAt":"2024-03-01T18:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"build(vscode): Bump vscode engine version to v1.87","shortMessageHtmlLink":"build(vscode): Bump vscode engine version to v1.87"}},{"before":"83a308331fd21f7e4c74fae92ec470cc1762c240","after":"acefa87625bff461dcc69e0c95ef7a9542d903be","ref":"refs/heads/main","pushedAt":"2024-03-01T18:31:32.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"fix: Ensure displayed paths in quick pick use same prefix as input","shortMessageHtmlLink":"fix: Ensure displayed paths in quick pick use same prefix as input"}},{"before":"7eb71895fa5edf30c6a41368f87183268f31d6d9","after":"83a308331fd21f7e4c74fae92ec470cc1762c240","ref":"refs/heads/main","pushedAt":"2024-03-01T15:08:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"fix: Update list when popping path\n\nFixes #2","shortMessageHtmlLink":"fix: Update list when popping path"}},{"before":"9b290714dadcaa6e221e52308a87fe33f1cd3490","after":"7eb71895fa5edf30c6a41368f87183268f31d6d9","ref":"refs/heads/main","pushedAt":"2023-11-11T15:18:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"chore(release): 0.4.3 [skip ci]\n\n## [0.4.3](https://github.com/mogelbrod/quick-opener/compare/v0.4.2...v0.4.3) (2023-11-11)\n\n### Bug Fixes\n\n* Don't implicitly change search root when only `~` has been entered ([9b29071](https://github.com/mogelbrod/quick-opener/commit/9b290714dadcaa6e221e52308a87fe33f1cd3490))\n* Queue sub directory scans using something akin to breadth first searching ([bb023f3](https://github.com/mogelbrod/quick-opener/commit/bb023f3823674b66fbcb978b424379401e5bac40))","shortMessageHtmlLink":"chore(release): 0.4.3 [skip ci]"}},{"before":"d83d4248bff0be0f804aadd29569fb7bda88c20d","after":"9b290714dadcaa6e221e52308a87fe33f1cd3490","ref":"refs/heads/main","pushedAt":"2023-11-11T15:08:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mogelbrod","name":"Victor Hallberg","path":"/mogelbrod","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/150084?s=80&v=4"},"commit":{"message":"fix: Don't implicitly change search root when only `~` has been entered\n\nMake sure to include `~/` as the first suggestion though.","shortMessageHtmlLink":"fix: Don't implicitly change search root when only ~ has been entered"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECg1GBgA","startCursor":null,"endCursor":null}},"title":"Activity ยท mogelbrod/quick-opener"}