Go to file
Marcus Meissner 4fefe0c8a0 Accepting request 766389 from home:mrey:branches:X11:terminals
- Update to 0.4.1
  * Adapt cargo config
- Packaging:
  * Added compatibility logo variants for environments which can't
  render the default SVG
- Added:
  * Terminal escape bindings with combined modifiers for Delete and
  Insert
  * Colored emojis on Linux/BSD
  * Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale
  based on screen dimensions
- Changed:
  * The enable_experimental_conpty_backend config option has been
  replaced with winpty_backend
- Fixed:
  * URLs not truncated with non-matching single quote
  * Absolute file URLs (file:///home) not recognized because of
  leading /
  * Clipboard escape OSC 52 not working with empty clipboard
  parameter
  * Incorrect window size on X11 when waking up from suspend
  * Width of Unicode 11/12 emojis
  * Performance bottleneck when clearing colored rows
  * Crash on clear when scrolled up in history
  * Entire screen getting underlined/stroke out when running clear
  * Slow startup on some Wayland compositors
  * Resize cursor not showing up on Wayland
  * Maximized windows spawning behind system panel on Gnome Wayland
- Removed:
  * Support for 8-bit C1 escape sequences

OBS-URL: https://build.opensuse.org/request/show/766389
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=23
2020-01-24 10:02:18 +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.4.1.tar.gz Accepting request 766389 from home:mrey:branches:X11:terminals 2020-01-24 10:02:18 +00:00
alacritty.changes Accepting request 766389 from home:mrey:branches:X11:terminals 2020-01-24 10:02:18 +00:00
alacritty.spec Accepting request 766389 from home:mrey:branches:X11:terminals 2020-01-24 10:02:18 +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 766389 from home:mrey:branches:X11:terminals 2020-01-24 10:02:18 +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.