forked from pool/alacritty
bump to rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=9
This commit is contained in:
parent
0aaa64de3f
commit
12d99a3d22
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3d7f27012b1d76b177af429483d8ee06d2239d12cbb5417f655288ce3eaa934f
|
oid sha256:620b5b2ec6dffdd2293126e2347a298c31450514baeeb25eabb45ff282cf853a
|
||||||
size 813166
|
size 817407
|
||||||
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 28 15:49:09 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- update to rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0
|
||||||
|
* Don't paste selection when in mouse mode
|
||||||
|
* Paste path into terminal when drag & dropping file
|
||||||
|
* Set $LANG env var using languageCode, countryCode
|
||||||
|
* Update to glutin 0.16.0
|
||||||
|
* Allow disabling DPI scaling
|
||||||
|
* Add --class and --title CLI parameters
|
||||||
|
* Reduce Increase-/DecreaseFontSize step to 0.5
|
||||||
|
* Add Copy/Cut/Paste keys
|
||||||
|
* Override dynamic_title when --title is specified
|
||||||
|
* Change green implementation to use the macro
|
||||||
|
* Ignore mouse input if window is unfocused
|
||||||
|
* Clippy: move to cargo clippy, remove unnecessary lint
|
||||||
|
annotations, enable clippy in font/copypasta crates,
|
||||||
|
fix lints
|
||||||
|
* Add config for unfocused window cursor change
|
||||||
|
* Add support for cursor shape escape sequence
|
||||||
|
* Add bright foreground color option
|
||||||
|
* Switch from deprecated `std::env::home_dir` to `dirs::home_dir`
|
||||||
|
* Allow specifying modifiers for mouse bindings
|
||||||
|
* Send newline with NumpadEnter
|
||||||
|
* Add support for LCD-V pixel mode
|
||||||
|
* Add binding action for hiding the window
|
||||||
|
* Add optional dim foreground color
|
||||||
|
* Log: Ignore errors when logger can't write to output
|
||||||
|
* Log: Replace debug asserts with static_assertions
|
||||||
|
* Log: Reduce debug level for release
|
||||||
|
* Log: Fix typo in error message
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 25 11:33:09 UTC 2018 - guillaume.gardet@opensuse.org
|
Wed Apr 25 11:33:09 UTC 2018 - guillaume.gardet@opensuse.org
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rev dcc4b750381cd2096b6001cbf94e95a6e6b52ed0
|
%define rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0
|
||||||
Name: alacritty
|
Name: alacritty
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ca6506618bd594352dfefec9a1e585eb4b466b9b5b1bafefb612292b38e26e01
|
oid sha256:d5f4bca5f9594f1d1da485ed3ec705c5705e1c56fe0b704a20fe09a8af1f86c9
|
||||||
size 11538256
|
size 10767544
|
||||||
|
Loading…
Reference in New Issue
Block a user