| Age | Commit message (Expand) | Author |
| 2023-08-28 | config: new "font-variation" set of configurations to set variable font | Mitchell Hashimoto |
| 2023-08-26 | config: add doc comment for cursor-text | Mitchell Hashimoto |
| 2023-08-26 | Implement cursor text in addition to color | Kevin Hovsäter |
| 2023-08-23 | config: image-storage-limit to set maximum image memory per terminal | Mitchell Hashimoto |
| 2023-08-20 | remove imgui and devmode | Mitchell Hashimoto |
| 2023-08-18 | config: repeatablestring must copy values it parses into arena | Mitchell Hashimoto |
| 2023-08-14 | config: macos-option-as-alt now accepts "left", "right" | Mitchell Hashimoto |
| 2023-08-13 | config: remove pc style function keys, handled separately now | Mitchell Hashimoto |
| 2023-08-13 | macos-option-as-alt config, handle alt-prefix for charCallback | Mitchell Hashimoto |
| 2023-08-09 | "copy-on-select" configuation to disable | Mitchell Hashimoto |
| 2023-08-09 | linux default keybindings for scroll top, bot, page up, down | Mitchell Hashimoto |
| 2023-08-09 | scroll top, bot, page up, page down binding actions | Mitchell Hashimoto |
| 2023-08-08 | bind sequences for PC style function keys from xterm | Mitchell Hashimoto |
| 2023-08-08 | Fix typos | Kevin Hovsäter |
| 2023-08-07 | Revert "Merge pull request #244 from mitchellh/alt-as-esc" | Mitchell Hashimoto |
| 2023-08-07 | non-macos doesn't support directional bindings | Mitchell Hashimoto |
| 2023-08-07 | make keyboard modifiers left/right-aware throughout core | Mitchell Hashimoto |
| 2023-08-05 | bind shift+<page-up/down> to jump_to_prompt back/forward, respectively | Mitchell Hashimoto |
| 2023-08-04 | Add config setting to turn non-native fullscreen on or off | Thorsten Ball |
| 2023-07-23 | config: change default keybind for goto-split on non-Darwin | Thorsten Ball |
| 2023-07-10 | move a bunch of files to src/os | Mitchell Hashimoto |
| 2023-07-09 | write_scrollback_file binding | Mitchell Hashimoto |
| 2023-07-06 | config: support enum cloning | Mitchell Hashimoto |
| 2023-07-06 | change "auto" to "detect" for shell integration | Mitchell Hashimoto |
| 2023-07-06 | allow configuring shell integration injection | Mitchell Hashimoto |
| 2023-07-06 | keybinding jump_to_prompt for semantic prompts | Mitchell Hashimoto |
| 2023-07-05 | font-feature config to enable/disable OpenType Font Features | Mitchell Hashimoto |
| 2023-07-03 | background-blur-radius for macOS | Mitchell Hashimoto |
| 2023-07-03 | config: clarify reload | Mitchell Hashimoto |
| 2023-07-03 | metal: start setting up background transparency | Mitchell Hashimoto |
| 2023-07-03 | config: add background-opacity and float parsing for config | Mitchell Hashimoto |
| 2023-07-02 | Toggle fullscreen on super/ctrl+return, only macOS for now | Thorsten Ball |
| 2023-07-01 | font: turn rasterization options into a struct, add thicken | Mitchell Hashimoto |
| 2023-06-30 | Update Zig (#164) | Mitchell Hashimoto |
| 2023-06-25 | Update zig, mach, fmt | Mitchell Hashimoto |
| 2023-05-31 | apprt: clean up how apprt initializes surfaces | Mitchell Hashimoto |
| 2023-04-05 | config: add confirm-close-surface | Jack Pearkes |
| 2023-03-27 | apprt/gtk: close keybind doesn't leak memory | Mitchell Hashimoto |
| 2023-03-20 | if no argv, then don't load CLI args | Mitchell Hashimoto |
| 2023-03-19 | Merge pull request #117 from mitchellh/config-stuff | Mitchell Hashimoto |
| 2023-03-19 | don't look up default shell from SHELL env if shell is set | Mitchell Hashimoto |
| 2023-03-19 | macos: implement config reloading callback | Mitchell Hashimoto |
| 2023-03-19 | reload_config keybinding (defaults to ctrl+alt+super+space) | Mitchell Hashimoto |
| 2023-03-19 | config: dedicated load func so we can reload | Mitchell Hashimoto |
| 2023-03-19 | config: implement comparison for keybinding change | Mitchell Hashimoto |
| 2023-03-19 | config: changed() to test if a specific key has changed | Mitchell Hashimoto |
| 2023-03-19 | config: implement change iterator (one todo) | Mitchell Hashimoto |
| 2023-03-19 | config supports clone() operation for a deep copy | Mitchell Hashimoto |
| 2023-03-17 | linux: proper split shortcuts | Mitchell Hashimoto |
| 2023-03-16 | linux copy/paste defaults to ctrl+shift+c/v | Mitchell Hashimoto |