{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":268424739,"defaultBranch":"master","name":"helix","ownerLogin":"helix-editor","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-06-01T04:26:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/66235900?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720287598.0","currentOid":""},"activityList":{"items":[{"before":"8b7c33d00daa13213de44ebab2c298fd35232412","after":"0c8d51ee3620470c99863371518f03d5b85351d8","ref":"refs/heads/master","pushedAt":"2024-07-07T02:24:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"add cursorcolumn and cursorline to base16_transparent theme (#11099)","shortMessageHtmlLink":"add cursorcolumn and cursorline to base16_transparent theme (#11099)"}},{"before":"1fb99ec3b26c833984ef90448d3beb207f56d675","after":"8b7c33d00daa13213de44ebab2c298fd35232412","ref":"refs/heads/master","pushedAt":"2024-07-06T17:40:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Minor improvements to comments in selection.rs (#11101)","shortMessageHtmlLink":"Minor improvements to comments in selection.rs (#11101)"}},{"before":"6287f6bf5f6e1ecb313f4ede1bcfb698908c89f2","after":null,"ref":"refs/heads/fix-ls-id-type-lsp_workspace_command","pushedAt":"2024-07-06T17:39:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"06d8fee048ab7964fe2a29d260bd96252e7b102b","after":"1fb99ec3b26c833984ef90448d3beb207f56d675","ref":"refs/heads/master","pushedAt":"2024-07-06T17:39:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Fix language server ID type in lsp_workspace_command (#11105)","shortMessageHtmlLink":"Fix language server ID type in lsp_workspace_command (#11105)"}},{"before":null,"after":"6287f6bf5f6e1ecb313f4ede1bcfb698908c89f2","ref":"refs/heads/fix-ls-id-type-lsp_workspace_command","pushedAt":"2024-07-06T15:42:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Fix language server ID type in lsp_workspace_command","shortMessageHtmlLink":"Fix language server ID type in lsp_workspace_command"}},{"before":"fc97ecc3e3186b9dfe958869178bdb6b8cd7d8df","after":"06d8fee048ab7964fe2a29d260bd96252e7b102b","ref":"refs/heads/master","pushedAt":"2024-07-06T15:34:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Allow multiple language server with lsp-workspace-command (#10176)\n\nThis fix allows for multiple language servers at once which support\r\nworkspace commands. This was previously broken as just the first\r\nlanguage server supporting workspace commands was queried when listing\r\nallowed worspace commands.\r\n\r\nThe fix is in two parts. Firstly, querying all workspace commands from\r\nall language servers available and using them when actually running the\r\ncommand in `lsp_workspace_command`. Secondly, doing the same in\r\n`completers::lsp_workspace_command` such that completion still works as\r\nexpected.\r\n\r\nThe fix has one remaining issue, which I am unsure how to handle in the\r\nbest way possible, but which I also don't think should happen often:\r\nMultiple language servers may register commands with the same name. This\r\nwill lead to that command being listed in the popup menu and in the\r\ncompletion list multiple times, which can be possibly confusing. One\r\ncould disambigue them in the popover menu, but I am not sure the same\r\ncan be done for completion. When running `lsp-workspace-command` with\r\nparameters, this behavior is \"fixed\" by displaying an error in that\r\ncase. I am unsure if this is the best fix for this issue in that case,\r\nbut could not find a better one.","shortMessageHtmlLink":"Allow multiple language server with lsp-workspace-command (#10176)"}},{"before":"01bd76571628a13b38f609cc402147c5bfbdeeca","after":"9c108b548667f9f5637cb0fc6d3e63a4f3af4e18","ref":"refs/heads/super","pushedAt":"2024-07-06T14:50:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Support bindings with the Super (Cmd/Win/Meta) modifier\n\nTerminals which support the enhanced keyboard protocol send events for\nkeys pressed with the Super modifier (Windows/Linux key or the Command\nkey). The only changes that are needed to support this in Helix are:\n\n* Mapping the modifier from crossterm's KeyModifiers to Helix's\n KeyModifiers.\n* Representing and parsing the modifier from the KeyEvent text\n representation.\n* Documenting the ability to remap it.\n\nWhen writing keybindings, use 'Meta-', 'Cmd-' or 'Win-' which are all\nsynonymous. For example:\n\n [keys.normal]\n Cmd-s = \":write\"\n\nwill trigger for the Windows or Linux keys and the Command key plus 's'.","shortMessageHtmlLink":"Support bindings with the Super (Cmd/Win/Meta) modifier"}},{"before":"3524060ee83b23c2b741a41f57d6ecc06e3fd871","after":"fc97ecc3e3186b9dfe958869178bdb6b8cd7d8df","ref":"refs/heads/master","pushedAt":"2024-07-02T08:36:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Add hsc filetype to haskell (#11074)","shortMessageHtmlLink":"Add hsc filetype to haskell (#11074)"}},{"before":"64f8660d3e4c0f4e8d8d3423257822d25e023b99","after":"3524060ee83b23c2b741a41f57d6ecc06e3fd871","ref":"refs/heads/master","pushedAt":"2024-07-02T00:56:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Override far too dark cursorline (#11071)","shortMessageHtmlLink":"Override far too dark cursorline (#11071)"}},{"before":"ed761fbe7c067c7a76151c36c9b90f58af197c3b","after":"64f8660d3e4c0f4e8d8d3423257822d25e023b99","ref":"refs/heads/master","pushedAt":"2024-07-02T00:42:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Tell language servers that Helix can request formatting (#11064)\n\nWithout providing the formatting capability, the language server might not advertise its ability to format in return, causing the :format command to be broken.","shortMessageHtmlLink":"Tell language servers that Helix can request formatting (#11064)"}},{"before":"0c6ffe192b718709267b6af082d826e90c4a9099","after":"ed761fbe7c067c7a76151c36c9b90f58af197c3b","ref":"refs/heads/master","pushedAt":"2024-07-02T00:38:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Bump time from broken version (0.3.23) (#11065)","shortMessageHtmlLink":"Bump time from broken version (0.3.23) (#11065)"}},{"before":"9c4c66d41758013fbfbd11f5096166d90c32ec12","after":"0c6ffe192b718709267b6af082d826e90c4a9099","ref":"refs/heads/master","pushedAt":"2024-07-02T00:37:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"chore: update cairo tree sitter + queries (#11067)","shortMessageHtmlLink":"chore: update cairo tree sitter + queries (#11067)"}},{"before":"5f45b1da743e1fc5f7b7e8ad58c554c5251df46e","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-1f2174fb86","pushedAt":"2024-07-02T00:37:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"21fd654cc66ce8ba59769b133642f2ca05320847","after":"9c4c66d41758013fbfbd11f5096166d90c32ec12","ref":"refs/heads/master","pushedAt":"2024-07-02T00:37:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"build(deps): bump the rust-dependencies group with 3 updates (#11072)\n\nBumps the rust-dependencies group with 3 updates: [log](https://github.com/rust-lang/log), [serde_json](https://github.com/serde-rs/json) and [cc](https://github.com/rust-lang/cc-rs).\r\n\r\n\r\nUpdates `log` from 0.4.21 to 0.4.22\r\n- [Release notes](https://github.com/rust-lang/log/releases)\r\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22)\r\n\r\nUpdates `serde_json` from 1.0.117 to 1.0.120\r\n- [Release notes](https://github.com/serde-rs/json/releases)\r\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.120)\r\n\r\nUpdates `cc` from 1.0.100 to 1.0.104\r\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\r\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.100...cc-v1.0.104)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: log\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: serde_json\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: cc\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\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 the rust-dependencies group with 3 updates (#11072)"}},{"before":null,"after":"5f45b1da743e1fc5f7b7e8ad58c554c5251df46e","ref":"refs/heads/dependabot/cargo/rust-dependencies-1f2174fb86","pushedAt":"2024-07-02T00:01:57.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 the rust-dependencies group with 3 updates\n\nBumps the rust-dependencies group with 3 updates: [log](https://github.com/rust-lang/log), [serde_json](https://github.com/serde-rs/json) and [cc](https://github.com/rust-lang/cc-rs).\n\n\nUpdates `log` from 0.4.21 to 0.4.22\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22)\n\nUpdates `serde_json` from 1.0.117 to 1.0.120\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.120)\n\nUpdates `cc` from 1.0.100 to 1.0.104\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.0.100...cc-v1.0.104)\n\n---\nupdated-dependencies:\n- dependency-name: log\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group with 3 updates"}},{"before":"1b5cb18cf532e0859e21c16688995f42dc8538cc","after":"f0f0f3110aa6db687e4b5c8c0cccc3985936da18","ref":"refs/heads/commit-undo-on-write","pushedAt":"2024-06-30T18:40:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Commit an undo checkpoint before each write\n\nThis fixes the modification indicator when saving from insert mode with\na config such as\n\n [keys.insert]\n C-s = \":write\"\n\nPreviously the modification indicator would be stuck showing modified\neven if the buffer contents matched the disk contents when writing after\nsome changes in insert mode with this binding. In insert mode we do not\neagerly write undo checkpoints so that all changes made become one\ncheckpoint as you exit insert mode. When saving, `Document`s `changes`\n`ChangeSet` would be non-empty and when there are changes we show the\nbuffer as modified. Then switching to normal mode would append the\nchanges to history, bumping the current revision past what it was when\nlast saved. Since the last saved revision and current revision were then\nunsynced, the modification indicator would always show modified.\n\nThis matches [Kakoune's behavior]. Kakoune has a different architecture\nfor writes but a very similar system for history, transactions and undo\ncheckpoints (what it calls \"undo groups\"). Upon saving Kakoune creates\nan undo checkpoint if there are any uncommitted changes. It does this\nafter the write has gone through since its writing system is different.\nFor our writing system it's cleaner to make the undo checkpoint before\nperforming the save so that the history revision increments before we\nsend the save event.\n\n[Kakoune's behavior]: https://github.com/mawww/kakoune/blob/80fcfebca8c62ace6cf2af9487784486af07d2d5/src/buffer.cc#L565-L566","shortMessageHtmlLink":"Commit an undo checkpoint before each write"}},{"before":null,"after":"1b5cb18cf532e0859e21c16688995f42dc8538cc","ref":"refs/heads/commit-undo-on-write","pushedAt":"2024-06-30T15:36:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Revert \"Delay auto-save until exiting insert mode (#11047)\"\n\nThis reverts commit dca952c03ac1d3beab1e4b203648e3a31181dbf1.","shortMessageHtmlLink":"Revert \"Delay auto-save until exiting insert mode (#11047)\""}},{"before":"c6dbb9c2708a3a224d1ff29758ea54003445ac72","after":"21fd654cc66ce8ba59769b133642f2ca05320847","ref":"refs/heads/master","pushedAt":"2024-06-30T07:07:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Fix homebrew formula link (#11058)\n\nCo-authored-by: Mark Murphy ","shortMessageHtmlLink":"Fix homebrew formula link (#11058)"}},{"before":"dca952c03ac1d3beab1e4b203648e3a31181dbf1","after":"c6dbb9c2708a3a224d1ff29758ea54003445ac72","ref":"refs/heads/master","pushedAt":"2024-06-29T06:30:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"VHDL highlights.scm improvement (#10845)","shortMessageHtmlLink":"VHDL highlights.scm improvement (#10845)"}},{"before":"72f655920c0bb7be4e58f2c4cd28e779e0d260a8","after":null,"ref":"refs/heads/auto-save-no-insert-mode","pushedAt":"2024-06-29T02:08:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"b4811f7d2e117532f7e4b60e8cf1088d283c37f5","after":"dca952c03ac1d3beab1e4b203648e3a31181dbf1","ref":"refs/heads/master","pushedAt":"2024-06-29T02:08:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"Delay auto-save until exiting insert mode (#11047)\n\nSaving while in insert mode causes issues with the modification\r\nindicator and this is very easy to reproduce with the current state of\r\nthe auto-save hook. We can tweak the hook slightly to await the mode\r\nswitch out of insert mode to perform the save.\r\n\r\nThe debounce is preserved: if you save and then immediately exit insert\r\nmode the debounce will be respected. If the debounce lapses while you\r\nare in insert mode, the save occurs as you switch out of insert mode\r\nimmediately.","shortMessageHtmlLink":"Delay auto-save until exiting insert mode (#11047)"}},{"before":"62e8b32df9c6a48598457201bf1b94494448b352","after":"72f655920c0bb7be4e58f2c4cd28e779e0d260a8","ref":"refs/heads/auto-save-no-insert-mode","pushedAt":"2024-06-27T17:36:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Delay auto-save until exiting insert mode\n\nSaving while in insert mode causes issues with the modification\nindicator and this is very easy to reproduce with the current state of\nthe auto-save hook. We can tweak the hook slightly to await the mode\nswitch out of insert mode to perform the save.\n\nThe debounce is preserved: if you save and then immediately exit insert\nmode the debounce will be respected. If the debounce lapses while you\nare in insert mode, the save occurs as you switch out of insert mode\nimmediately.","shortMessageHtmlLink":"Delay auto-save until exiting insert mode"}},{"before":"8d8cbb98dd03a11c265e8bfe2bdb96d3a0f4638e","after":"62e8b32df9c6a48598457201bf1b94494448b352","ref":"refs/heads/auto-save-no-insert-mode","pushedAt":"2024-06-27T16:46:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Delay auto-save until exiting insert mode\n\nSaving while in insert mode causes issues with the modification\nindicator and this is very easy to reproduce with the current state of\nthe auto-save hook. We can tweak the hook slightly to await the mode\nswitch out of insert mode to perform the save.\n\nThe debounce is preserved: if you save and then immediately exit insert\nmode the debounce will be respected. If the debounce lapses while you\nare in insert mode, the save occurs as you switch out of insert mode\nimmediately.","shortMessageHtmlLink":"Delay auto-save until exiting insert mode"}},{"before":null,"after":"8d8cbb98dd03a11c265e8bfe2bdb96d3a0f4638e","ref":"refs/heads/auto-save-no-insert-mode","pushedAt":"2024-06-27T16:06:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"the-mikedavis","name":"Michael Davis","path":"/the-mikedavis","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21230295?s=80&v=4"},"commit":{"message":"Delay auto-save until exiting insert mode\n\nSaving while in insert mode causes issues with the modification\nindicator and this is very easy to reproduce with the current state of\nthe auto-save hook. We can tweak the hook slightly to await the mode\nswitch out of insert mode to perform the save.\n\nThe debounce is preserved: if you save and then immediately exit insert\nmode the debounce will be respected. If the debounce lapses while you\nare in insert mode, the save occurs as you switch out of insert mode\nimmediately.","shortMessageHtmlLink":"Delay auto-save until exiting insert mode"}},{"before":"0e46f56f30aab12d47eb72c72de693f79f9b3794","after":"b4811f7d2e117532f7e4b60e8cf1088d283c37f5","ref":"refs/heads/master","pushedAt":"2024-06-26T21:05:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Large Gruvbox refactoring (#10773)\n\n* gruvbox refactoring\r\n\r\n* removed unnecessary lines\r\n\r\n* set purple1 for operators\r\n\r\n* changed diagnostics colors\r\n\r\n* removed some unnecessary lines\r\n\r\n* set diff.delta color to yellow\r\n\r\n* removed some tag colors","shortMessageHtmlLink":"Large Gruvbox refactoring (#10773)"}},{"before":"6ed0d0cd39d40a9ed3a693c0473499a71ea6f152","after":"0e46f56f30aab12d47eb72c72de693f79f9b3794","ref":"refs/heads/master","pushedAt":"2024-06-26T21:04:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Add new color theme 'iroaseta' (#10381)\n\n* Add new color theme 'iroaseta'\r\n\r\n* Update runtime/themes/iroaseta.toml\r\n\r\nCo-authored-by: postsolar <120750161+postsolar@users.noreply.github.com>\r\n\r\n* Update iroaseta.toml\r\n\r\nAdd virtual jump label theme setting\r\n\r\n* Update runtime/themes/iroaseta.toml\r\n\r\nCo-authored-by: Michael Davis \r\n\r\n* Update iroaseta.toml\r\n\r\nupdate storage. keyword.storage. according to suggestion, and update color.\r\n\r\n* Update iroaseta.toml\r\n\r\nremove unused palette\r\n\r\n* Update iroaseta.toml\r\n\r\nadd missing setting for bufferline\r\n\r\n* Update iroaseta.toml\r\n\r\nupdate diagnostic fg color\r\n\r\n* Update iroaseta.toml\r\n\r\nI made the config more comprehensive and took all available themes settings from the manual. Some are commented out though.\r\n\r\n* Update iroaseta.toml\r\n\r\nadd missing colors\r\n\r\n* Update iroaseta.toml\r\n\r\nMade some final adjustments to the color theme to improve visibility and reduce eye strain.\r\n\r\n* Update runtime/themes/iroaseta.toml\r\n\r\nCo-authored-by: Michael Davis \r\n\r\n* Update runtime/themes/iroaseta.toml\r\n\r\nCo-authored-by: Michael Davis \r\n\r\n* Update iroaseta.toml\r\n\r\nremove redundant settings\r\n\r\n* Update iroaseta.toml\r\n\r\nupdate color name\r\n\r\n---------\r\n\r\nCo-authored-by: postsolar <120750161+postsolar@users.noreply.github.com>\r\nCo-authored-by: Michael Davis ","shortMessageHtmlLink":"Add new color theme 'iroaseta' (#10381)"}},{"before":"b05ed9bf8518be662490fa669bf8b51b0c683fe9","after":"6ed0d0cd39d40a9ed3a693c0473499a71ea6f152","ref":"refs/heads/master","pushedAt":"2024-06-26T21:03:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pascalkuthe","name":"Pascal Kuthe","path":"/pascalkuthe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61850714?s=80&v=4"},"commit":{"message":"Only pluralise \"buffer\" when required (#11018)\n\n* Only pluralise buffer when required\r\n\r\n* Use == 1 instead of != 1","shortMessageHtmlLink":"Only pluralise \"buffer\" when required (#11018)"}},{"before":"e000d0bca1045d7873236c335964653deb324cbc","after":null,"ref":"refs/heads/dependabot/cargo/rust-dependencies-b28c70ed14","pushedAt":"2024-06-25T14:22:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"}},{"before":"a982e5ce260e8191a2a24fa62e9e5bdf488bb5d4","after":"b05ed9bf8518be662490fa669bf8b51b0c683fe9","ref":"refs/heads/master","pushedAt":"2024-06-25T14:22:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"archseer","name":"Blaž Hrastnik","path":"/archseer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1372918?s=80&v=4"},"commit":{"message":"build(deps): bump the rust-dependencies group with 4 updates (#11032)\n\nBumps the rust-dependencies group with 4 updates: [bitflags](https://github.com/bitflags/bitflags), [url](https://github.com/servo/rust-url), [cc](https://github.com/rust-lang/cc-rs) and [libloading](https://github.com/nagisa/rust_libloading).\r\n\r\n\r\nUpdates `bitflags` from 2.5.0 to 2.6.0\r\n- [Release notes](https://github.com/bitflags/bitflags/releases)\r\n- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)\r\n\r\nUpdates `url` from 2.5.1 to 2.5.2\r\n- [Release notes](https://github.com/servo/rust-url/releases)\r\n- [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2)\r\n\r\nUpdates `cc` from 1.0.99 to 1.0.100\r\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\r\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.99...cc-v1.0.100)\r\n\r\nUpdates `libloading` from 0.8.3 to 0.8.4\r\n- [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: bitflags\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n dependency-group: rust-dependencies\r\n- dependency-name: url\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: cc\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\r\n- dependency-name: libloading\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: rust-dependencies\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 the rust-dependencies group with 4 updates (#11032)"}},{"before":null,"after":"e000d0bca1045d7873236c335964653deb324cbc","ref":"refs/heads/dependabot/cargo/rust-dependencies-b28c70ed14","pushedAt":"2024-06-24T23:59:36.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 the rust-dependencies group with 4 updates\n\nBumps the rust-dependencies group with 4 updates: [bitflags](https://github.com/bitflags/bitflags), [url](https://github.com/servo/rust-url), [cc](https://github.com/rust-lang/cc-rs) and [libloading](https://github.com/nagisa/rust_libloading).\n\n\nUpdates `bitflags` from 2.5.0 to 2.6.0\n- [Release notes](https://github.com/bitflags/bitflags/releases)\n- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)\n\nUpdates `url` from 2.5.1 to 2.5.2\n- [Release notes](https://github.com/servo/rust-url/releases)\n- [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2)\n\nUpdates `cc` from 1.0.99 to 1.0.100\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.99...cc-v1.0.100)\n\nUpdates `libloading` from 0.8.3 to 0.8.4\n- [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.4)\n\n---\nupdated-dependencies:\n- dependency-name: bitflags\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: rust-dependencies\n- dependency-name: url\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n- dependency-name: libloading\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: rust-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the rust-dependencies group with 4 updates"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeKnl5AA","startCursor":null,"endCursor":null}},"title":"Activity · helix-editor/helix"}