Go to file
Avindra Goolcharan f8aedc78c4 Accepting request 850669 from home:MSirringhaus:branches:X11:terminals
- 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

OBS-URL: https://build.opensuse.org/request/show/850669
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=31
2020-11-25 09:22:49 +00:00
_service Accepting request 760004 from home:luke_nukem:branches:X11:terminals 2020-01-06 05:19:53 +00:00
.gitattributes Accepting request 760004 from home:luke_nukem:branches:X11:terminals 2020-01-06 05:19:53 +00:00
.gitignore Accepting request 588337 from home:avindra 2018-03-23 09:32:36 +00:00
alacritty-0.6.0.tar.gz Accepting request 850669 from home:MSirringhaus:branches:X11:terminals 2020-11-25 09:22:49 +00:00
alacritty.changes Accepting request 850669 from home:MSirringhaus:branches:X11:terminals 2020-11-25 09:22:49 +00:00
alacritty.spec Accepting request 850669 from home:MSirringhaus:branches:X11:terminals 2020-11-25 09:22:49 +00:00
cargo_config Accepting request 766389 from home:mrey:branches:X11:terminals 2020-01-24 10:02:18 +00:00
README.suse-maint Accepting request 760004 from home:luke_nukem:branches:X11:terminals 2020-01-06 05:19:53 +00:00
vendor.tar.xz Accepting request 850669 from home:MSirringhaus:branches:X11:terminals 2020-11-25 09:22:49 +00:00

When a new tarball release is added you must run the obs service to
update the vendored sources: obs service disabledrun

In future OBS may be able to do this.