aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-28Don't error on nonexistent TOML imports in migrateKirill Chibisov
2024-11-28Fix recursion limit not working for toml migrateKirill Chibisov
2024-11-23Add `window.level` config optionDavid Horner
2024-11-22Fix vi motion with wide semantic escape charsChristian Duerr
2024-11-21Switch to new objc2 cratesMads Marquart
2024-11-02Bump all dependenciesChristian Duerr
2024-11-02Fix racing condition in hint triggeringChristian Duerr
2024-11-02Focus new windows on macOSChris
2024-10-31Fix shell manpage exampleChris Kaiser
2024-10-29Fix hint highlight invalidationChristian Duerr
2024-10-24Add g++ dependency to Debian install docsFinn2708
2024-10-21Do not pull serde without serde featureYizhePKU
2024-10-18Bump development version to 0.15.0-devChristian Duerr
2024-10-18Revert "Add unicode 16 support"Christian Duerr
2024-10-17Fix pipe FD leak on X11Kirill Chibisov
2024-10-15Remove dbg! in migration commandNathan Lilienthal
2024-10-15Add headless modeChristian Duerr
2024-10-15Add IME support to inline searchChristian Duerr
2024-10-15Implement multi-char cursor highlightKirill Chibisov
2024-10-10Fix panic on missing general config sectionKirill Chibisov
2024-10-10Add unicode 16 supportChristian Duerr
2024-10-10Change ctrl+shift+u to ctrl+shift+oKirill Chibisov
2024-10-07Fix highlight invalidation on grid scrollChristian Duerr
2024-10-07Remove unused `Clone` requirementsChristian Duerr
2024-10-03Remove startup notify variables only for shellKirill Chibisov
2024-10-02Restructure message bar log messageKirill Chibisov
2024-10-02Add migration support for TOML config changesChristian Duerr
2024-10-02Move root config fields to `[general]` sectionChristian Duerr
2024-09-30Fix app icon in alt+tab view on WindowsNeil Stewart
2024-09-22Fix fullwidth semantic escape charactersChristian Duerr
2024-09-22Ignore cursor color request with default colorsChristian Duerr
2024-09-10Make alacritty(1) config paths resemble alacritty(5)Kirill Chibisov
2024-09-07Improve TermMode bitflags initializationDimitri Sabadie
2024-08-31Update checkout CI actionHamir Mahal
2024-08-18Remove duplicate clip-path from logophilomathic_life
2024-08-16Make `ConPty` creation fallible张小白
2024-08-11Fix description in alacritty-bindings(5)Kirill Chibisov
2024-07-24Unify string formattingHamir Mahal
2024-07-21Restart config monitor on import changeChristian Duerr
2024-07-18Document options which are not working everywhere yetKirill Chibisov
2024-07-17Bump dependenciesKirill Chibisov
2024-07-17Bump MSRV to 1.74.0Kirill Chibisov
2024-07-05Fix search bug with wrapline on first characterChristian Duerr
2024-07-02Support relative imports in config fileJoshua Cao
2024-07-02Use latest macOS image on CI (#8072)Kirill Chibisov
2024-06-23Bump winit to 0.30.3Kirill Chibisov
2024-06-16Bump winit to 0.30.2Kirill Chibisov
2024-06-08Bump glutin to 0.32.0Kirill Chibisov
2024-05-24Fix spelling errorsJosh Soref
2024-05-23Fix Kitty protocol reporting shifted keycodesjadedpasta