Revisions of alacritty

buildservice-autocommit accepted request 894457 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 47)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 46)
0.7.2 -> 0.8.0
buildservice-autocommit accepted request 874070 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 45)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 44)
0.7.1 -> 0.7.2
buildservice-autocommit accepted request 863749 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 43)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) accepted request 863748 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 42)
- Make use of mktemp in revendor_source.sh script so we don't have a
  predictable working directory (boo#1180782)
buildservice-autocommit accepted request 862425 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 41)
baserev update by copy to link target
buildservice-autocommit accepted request 862044 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 39)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) accepted request 862022 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 38)
- Update to version 0.7.1
  * Fixed
    - Jumping between matches in backward vi search
buildservice-autocommit accepted request 859971 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 37)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 36)
bump to 0.7.0-rc2
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 35)
bump to 0.7.0-rc1
buildservice-autocommit accepted request 854715 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 34)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) committed (revision 33)
%macros
buildservice-autocommit accepted request 850670 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 32)
baserev update by copy to link target
Avindra Goolcharan's avatar Avindra Goolcharan (avindra) accepted request 850669 from Martin Sirringhaus's avatar Martin Sirringhaus (MSirringhaus) (revision 31)
- Update to 0.6.0
  Packaging
  * Minimum Rust version has been bumped to 1.43.0
  * The snapcraft.yaml file has been removed
  * Updated setab/setaf capabilities in alacritty-direct to use colons
  * WinPTY is now enabled only when targeting MSVC
  * Deprecated the WinPTY backend feature, disabling it by default
  Added
  * Secondary device attributes escape (CSI > 0 c)
  * Support for colon separated SGR 38/48
  * New Ctrl+C binding to cancel search and leave vi mode
  * Escapes for double underlines (CSI 4 : 2 m) and underline reset 
    (CSI 4 : 0 m)
  * Configuration file option for sourcing other files (import)
  * CLI parameter --option/-o to override any configuration field
  * Escape sequences to report text area size in pixels (CSI 14 t) and in 
    characters (CSI 18 t)
  * Support for single line terminals dimensions
  * Right clicking on Wayland's client side decorations will show application menu
  * Escape sequences to enable and disable window urgency hints 
    (CSI ? 1042 h, CSI ? 1042 l)
  Changed
  * Cursors are now inverted when their fixed color is similar to the 
    cell's background
  * Use the working directory of the terminal foreground process, 
    instead of the shell's working directory, for SpawnNewInstance action
  * Fallback to normal underline for unsupported underline types in CSI 4 : ? m escapes
  * The user's background color is now used as the foreground for the render timer
  * Use yellow/red from the config for error and warning messages instead of fixed colors
  * Existing CLI parameters are now passed to instances spawned using SpawnNewInstance
buildservice-autocommit accepted request 824022 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 30)
baserev update by copy to link target
Matthias Eliasson's avatar Matthias Eliasson (elimat) accepted request 824021 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 29)
- Update to 0.5.0
  Packaging:
  * Minimum Rust version has been bumped to 1.41.0
  * Prebuilt Linux binaries have been removed
  * Added manpage, terminfo, and completions to macOS application bundle
  * On Linux/BSD the build will fail without Fontconfig installed, instead of
    building it from source
  Added:
  * Default Command+N keybinding for SpawnNewInstance on macOS
  * Vi mode for regex search, copying text, and opening links
  * CopySelection action which copies into selection buffer on Linux/BSD
  * Option cursor.thickness to set terminal cursor thickness
  * Font fallback on Windows
  * Support for Fontconfig embolden and matrix options
  * Opt-out compilation flag winpty to disable WinPTY support
  * Scrolling during selection when mouse is at top/bottom of window
  * Expanding existing selections using single, double and triple click with
    the right mouse button
  * Support for gopher and gemini URLs
  * Unicode 13 support
  * Option to run command on bell which can be set in bell.command
  Changed:
  * Block cursor is no longer inverted at the start/end of a selection
  * Preserve selection on non-LMB or mouse mode clicks
  * Wayland client side decorations are now based on config colorscheme
  * Low resolution window decoration icon on Windows
  * Mouse bindings for additional buttons need to be specified as a number
    not a string
  * Don't hide cursor on modifier press with mouse.hide_when_typing enabled
  * Shift + Backspace now sends ^? instead of ^H
  * Default color scheme is now Tomorrow Night with the bright colors of
    Tomorrow Night Bright
  * Set IUTF8 termios flag for improved UTF8 input support
  * Dragging files into terminal now adds a space after each path
  * Default binding replacement conditions
  * Adjusted selection clearing granularity to more accurately match content
  * To use the cell's text color for selection with a modified background,
    the color.selection.text
  * variable must now be set to CellForeground instead of omitting it
  * URLs are no longer highlighted without a clearly delimited scheme
  * Renamed config option visual_bell to bell
  * Moved config option dynamic_title to window.dynamic_title
  Fixed:
  * Selection not cleared when switching between main and alt grid
  * Freeze when application is invisible on Wayland
  * Paste from some apps on Wayland
  * Slow startup with Nvidia binary drivers on some X11 systems
  * Display not scrolling when printing new lines while scrolled in history
  * Regression in font rendering on macOS
  * Scroll down escape (CSI Ps T) incorrectly pulling lines from history
  * Dim escape (CSI 2 m) support for truecolor text
  * Incorrectly deleted lines when increasing width with a prompt wrapped
    using spaces
  * Documentation for class in --help missing information on setting general
    class
  * Linewrap tracking when switching between primary and alternate screen
    buffer
  * Preservation of the alternate screen's saved cursor when swapping to
    primary screen and back
  * Reflow of cursor during resize
  * Cursor color escape ignored when its color is set to inverted in the
    config
  * Fontconfig's autohint and hinting options being ignored
  * Ingoring of default FreeType properties
  * Alacritty crashing at startup when the configured font does not exist
  * Font size rounding error
  Removed:
  * Environment variable RUST_LOG for selecting the log level
  * Deprecated window.start_maximized config field
  * Deprecated render_timer config field
  * Deprecated persistent_logging config field
buildservice-autocommit accepted request 812726 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 28)
baserev update by copy to link target
Displaying revisions 41 - 60 of 87
openSUSE Build Service is sponsored by