SHA256
1
0
forked from pool/alacritty
Go to file
Avindra Goolcharan 1c15bc409e Accepting request 951446 from home:jlkDE
- Pin rustflags via specfile
- Update to version 0.10.0
  * feat: Option colors.transparent_background_colors to allow
    applying opacity to all background colors
  * feat: Support for running multiple windows from a single
    Alacritty instance (see docs/features.md)
  * feat: Urgency support on Wayland via xdg_activation_v1
  * refactor: ExpandSelection is now a configurable mouse binding
    action
  * refactor: Config option background_opacity, you should use
    window.opacity instead
  * refactor: Reload configuration files when their symbolic link
    is replaced
  * refactor: Strip trailing whitespaces when yanking from a block
    selection
  * refactor: Display area keeps history position when viewport is
    cleared
  * refactor: Commands spawn from the current directory of the
    foreground shell in Unix-like systems
  * refactor: Remove trailing newline from strings taken from hints
    or simple/semantic selections
  * refactor: Builtin font is now used for box drawing characters
    from U+2500 to U+259f
  * refactor: Logs now print the time since startup instead of the
    local time
  * fix: Line indicator obstructing vi mode cursor when scrolled
    into history
  * fix: Vi mode search starting in the line below the vi cursor
  * fix: Invisible cursor with matching foreground/background
    colors
  * fix: Crash when hovering over a match emptied by
    post-processing
  * fix: Crash when the vi cursor is on the scrollback and viewport
    clear is invoked
  * fix: Freeze when the vi cursor is on the scrollback and
    scrollback clear is invoked
  * fix: Vi cursor on topmost of the display moving downward when
    scrolled into history with active output
  * fix: Input lag on Wayland with Nvidia binary driver
  * fix: Crash when hovering the mouse over fullwidth characters
  * fix: Do not create logfile if the file already exists

OBS-URL: https://build.opensuse.org/request/show/951446
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=51
2022-02-04 21:50:32 +00:00
_service Accepting request 951446 from home:jlkDE 2022-02-04 21:50:32 +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.10.0.tar.xz Accepting request 951446 from home:jlkDE 2022-02-04 21:50:32 +00:00
alacritty.changes Accepting request 951446 from home:jlkDE 2022-02-04 21:50:32 +00:00
alacritty.spec Accepting request 951446 from home:jlkDE 2022-02-04 21:50:32 +00:00
cargo_config Accepting request 921931 from home:firstyear:branches:X11:terminals 2021-10-02 12:36:03 +00:00
README.suse-maint bump to 0.7.0-rc1 2021-01-03 09:11:15 +00:00
vendor.tar.xz Accepting request 951446 from home:jlkDE 2022-02-04 21:50:32 +00:00

To rebuild the source tarball, run:

$ osc service manualrun tar_scm
$ osc service manualrun recompress

You must also vendor the cargo dependencies.