summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2022-10-26Update winit to 0.27.5Kirill Chibisov
2022-10-26Bump crossfont and sctk-adwaitaKirill Chibisov
2022-10-22Fix startup failure on macOS with dash as /bin/shKirill Chibisov
2022-10-21Fix crash with very low font sizesKirill Chibisov
2022-10-21Fix cursor and underlines always being blackKirill Chibisov
2022-10-18Fix `--help` output for `--class` to match man pagesAndrzej Grzeslak
2022-10-14Fix changelog versioningChristian Duerr
2022-09-03Bump development version to 0.12.0-devChristian Duerr
2022-08-29Add inline input method supportKirill Chibisov
2022-08-25Rework `--class` CLI optionKirill Chibisov
2022-08-13Bump winit to 0.27.2Kirill Chibisov
2022-08-11Use `WindowEvent::Occluded` to hint renderingtrimental
2022-08-10Bump glutin to 0.29.1Kirill Chibisov
2022-08-02Warn if only columns XOR lines is setSabu Siyad
2022-07-24Register Alacritty shells as tty sessions on macOSChris Copeland
2022-07-15Fix thin strokes on macOSChris Copeland
2022-07-10Use org.alacritty instead of io.alacrittyKirill Chibisov
2022-07-10Add support for hyperlink escape sequenceKirill Chibisov
2022-07-10Fix error when opening in root dir on WindowsEthan Conneely
2022-07-01Add `cursor.blink_timeout` config optionKirill Chibisov
2022-06-28Add hexadecimal support to --embedSabu Siyad
2022-06-16Ignore special files for live config reloadKirill Chibisov
2022-06-16Bump copypasta to 0.8.0Christian Duerr
2022-06-10Add vi action to center view around vi cursorjeremycostanzo
2022-06-09Fix flickering during resize on WaylandKirill Chibisov
2022-06-01Fix DEC Special Character Set (Line drawing)André Kugland
2022-05-23Don't inherit `--command` for `SpawnNewInstance`Kirill Chibisov
2022-05-20Fix builtin glyphs for U+2567 and U+2568algon
2022-05-08Fix gap in builtin box drawingKirill Chibisov
2022-04-16Fix selection copy without button releasemahkoh
2022-04-03Disallow OSC 52 for unfocused windowKirill Chibisov
2022-03-25Reset blinking on search bindings in Vi modeKirill Chibisov
2022-03-24Persist OpenGL context creation flagsKirill Chibisov
2022-03-16Add colored underline supportKirill Chibisov
2022-03-11Fix `font.glyph_offset` not live reloadingKirill Chibisov
2022-03-10Fix crash when searching during resetChristian Duerr
2022-03-02Add fallback GLES2 rendererKirill Chibisov
2022-02-27Add `ToggleMaximized` key binding actionChris Copeland
2022-02-24Add version 0.10.1 to changelogChristian Duerr
2022-02-16Account for absolute WAYLAND_DISPLAY pathsmahkoh
2022-02-14Add support for dashed and dotted underlinesKirill Chibisov
2022-02-09Fix alpha when using `colors.transparent_background_colors`Kirill Chibisov
2022-02-08Add support for drawing undercurlsKirill Chibisov
2022-02-02Fix repeated permission requests on M1 macsChristian Duerr
2022-02-02Add damage tracking and reporting to compatible compositorsKirill Chibisov
2022-01-30Use cell width to compute builtin font thicknessKirill Chibisov
2022-01-29Account for font.offset and glyph.offset in built-in fontKirill Chibisov
2022-01-29Add option to control built-in box drawing charszandr
2022-01-22Fix logfile overwriting existing filesChristian Duerr
2022-01-20Fix OSC 104 with empty second parameterDaftMouse