forked from pool/alacritty
Accepting request 692906 from home:dag_jnsson:branches:X11:terminals
- upate to 0.3.0 Added: * Ability to specify starting position with the --position flag * New configuration field window.position allows specifying the starting position * Added the ability to change the selection color * Text will reflow instead of truncating when resizing Alacritty * Underline text and change cursor when hovering over URLs with required modifiers pressed Changed: * Clicking on non-alphabetical characters in front of URLs will no longer open them Fixed * Slow startup time on some X11 systems * On Wayland, the --title flag will set the Window title now * Fix start_maximized option on X11 * Terminfo support for extended capabilities * Crash when decreasing scrollback history in config while scrolled in history * Scrollback history live reload only working when shrinking lines - refresh vendor.tar.xz - man page and completions had been moved OBS-URL: https://build.opensuse.org/request/show/692906 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=14
This commit is contained in:
parent
9beb3555f2
commit
54e1f6bdeb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0261d427bd93262403c3acdda6ebcb06c6a37062124e96fe2b29ff3104cb3089
|
||||
size 1024988
|
3
alacritty-0.3.0.tar.gz
Normal file
3
alacritty-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62f96fa751eb553012dc7e562e62cdf37c6668c8117be31790ce7dc2d4d28a47
|
||||
size 1332555
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 9 16:05:59 UTC 2019 - Dag Jönsson <dagjo270@student.liu.se>
|
||||
|
||||
- upate to 0.3.0
|
||||
Added:
|
||||
* Ability to specify starting position with the --position flag
|
||||
* New configuration field window.position allows specifying the starting
|
||||
position
|
||||
* Added the ability to change the selection color
|
||||
* Text will reflow instead of truncating when resizing Alacritty
|
||||
* Underline text and change cursor when hovering over URLs with required
|
||||
modifiers pressed
|
||||
Changed:
|
||||
* Clicking on non-alphabetical characters in front of URLs will no longer
|
||||
open them
|
||||
Fixed
|
||||
* Slow startup time on some X11 systems
|
||||
* On Wayland, the --title flag will set the Window title now
|
||||
* Fix start_maximized option on X11
|
||||
* Terminfo support for extended capabilities
|
||||
* Crash when decreasing scrollback history in config while scrolled in
|
||||
history
|
||||
* Scrollback history live reload only working when shrinking lines
|
||||
- refresh vendor.tar.xz
|
||||
- man page and completions had been moved
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 22:11:30 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.2.9
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
@ -97,10 +97,10 @@ rm -fr %{buildroot}%{_datadir}
|
||||
rm %{buildroot}%{_prefix}/.crates.toml
|
||||
|
||||
# install man page and completions
|
||||
install -Dm 0644 %{name}.man %{buildroot}/%{_mandir}/man1/%{name}.1
|
||||
install -Dm 0644 %{name}-completions.bash %{buildroot}/%{_datadir}/bash-completion/completions/%{name}
|
||||
install -Dm 0644 %{name}-completions.fish %{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
install -Dm 0644 %{name}-completions.zsh %{buildroot}/%{_datadir}/zsh/site-functions/_%{name}
|
||||
install -Dm 0644 extra/%{name}.man %{buildroot}/%{_mandir}/man1/%{name}.1
|
||||
install -Dm 0644 extra/completions/%{name}.bash %{buildroot}/%{_datadir}/bash-completion/completions/%{name}
|
||||
install -Dm 0644 extra/completions/%{name}.fish %{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
install -Dm 0644 extra/completions/_%{name} %{buildroot}/%{_datadir}/zsh/site-functions/_%{name}
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaa5f8ef0bd55772f6d610fea9a10ced8e6474709a7416395ba299ce79e884fd
|
||||
size 15733664
|
||||
oid sha256:d25ce57451d06fc1707aebfc8ad9f6c01ae6d11314cc05eded588bee9a8c4ffa
|
||||
size 16179180
|
||||
|
Loading…
Reference in New Issue
Block a user