Hello community,

here is the log from the commit of package alacritty for openSUSE:Factory 
checked in at 2020-04-07 10:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alacritty (Old)
 and      /work/SRC/openSUSE:Factory/.alacritty.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alacritty"

Tue Apr  7 10:27:35 2020 rev:9 rq:790474 version:0.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes      2020-01-27 
00:22:41.069503971 +0100
+++ /work/SRC/openSUSE:Factory/.alacritty.new.3248/alacritty.changes    
2020-04-07 10:28:20.274297229 +0200
@@ -1,0 +2,89 @@
+Mon Mar 30 12:04:23 UTC 2020 - Martin Rey <[email protected]>
+
+- Update to 0.4.2
+  * Minimum Rust version has been bumped to 1.37.0
+  * Capitalized the Alacritty.desktop file
+- Added
+  * Live config reload for window.title
+  * Added Rust features x11 and wayland to pick backends, with both
+    enabled by default
+- Changed
+  * Pressing additional modifiers for mouse bindings will no longer
+    trigger them
+  * Renamed WINIT_HIDPI_FACTOR environment variable to
+    WINIT_X11_SCALE_FACTOR
+  * Print an error instead of crashing, when startup working
+    directory is invalid
+  * Line selection will now expand across wrapped lines
+  * The default value for draw_bold_text_with_bright_colors is now
+    false
+  * Mirror OSC query terminators instead of always using BEL
+  * Increased Beam, Underline, and Hollow Block cursors' line
+    widths
+  * Dynamic title is not disabled anymore when window.title is set
+    in config
+- Removed
+  * Config option auto_scroll, which is now always disabled
+  * Config option tabspaces, which is now fixed at 8
+- Fixed
+  * Semantic selection stopping at full-width glyphs
+  * Full-width glyphs cut off in last column
+  * Crash when starting on some X11 systems
+  * Font size resetting when Alacritty is moved between screens
+  * Limited payload length in clipboard escape (used for Tmux
+    copy/paste)
+  * Alacritty not ignoring keyboard events for changing WM focus on
+    X11
+  * CLI parameters discarded when config is reload
+  * Blurred icons in KDE task switcher (alacritty.ico is now
+    high-res)
+  * Block selection starting from first column after beginning
+    leaves the scrollback
+  * Incorrect selection status of the first cell when selection is
+    off screen
+  * Backwards bracket selection
+  * Stack overflow when printing shader creation error
+  * Underline position for bitmap fonts
+  * Selection rotating outside of scrolling region
+  * Throughput performance problems caused by excessive font metric
+    queries
+  * Unicode throughput performance on Linux/BSD
+  * Resize of bitmap fonts
+  * Crash when using bitmap font with embeddedbitmap set to false
+  * Inconsistent fontconfig fallback
+  * Handling of OpenType variable fonts
+  * Expansion of block-selection on partially selected full-width
+    glyphs
+  * Handling of URLs with single quotes
+  * Parser reset between DCS escapes
+  * Parser stopping at unknown DEC private modes/SGR character
+    attributes
+  * Block selection appending duplicate newlines when last column
+    is selected
+  * Bitmap fonts being a bit smaller than they should be in some
+    cases
+  * Config reload creating alternate screen history instead of
+    updating scrollback
+  * Crash on Wayland compositors supporting wl_seat version 7+
+  * Message bar not hiding after fixing wrong color value in config
+  * Tabstops cleared on resize
+  * Tabstops not breaking across lines
+  * Crash when parsing DCS escape with more than 16 parameters
+  * Ignoring of slow touchpad scrolling
+  * Selection invisible when starting above viewport and ending
+    below it
+  * Clipboard not working after TTY switch on Wayland
+  * Crash when pasting non UTF-8 string advertised as UTF-8 string
+    on Wayland
+  * Incorrect modifiers tracking on X11 and macOS, leading to
+    'sticky' modifiers
+  * Crash when starting on Windows with missing dark mode support
+  * Variables XCURSOR_THEME and XCURSOR_SIZE ignored on Wayland
+  * Low resolution mouse cursor and decorations on HiDPI Wayland
+    outputs
+  * Decorations visible when in fullscreen on Wayland
+  * Crash on startup with some locales on X11
+  * Shrinking terminal height in alt screen deleting primary screen
+    content
+
+-------------------------------------------------------------------

Old:
----
  alacritty-0.4.1.tar.gz

New:
----
  alacritty-0.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alacritty.spec ++++++
--- /var/tmp/diff_new_pack.WyfUoG/_old  2020-04-07 10:28:21.322298394 +0200
+++ /var/tmp/diff_new_pack.WyfUoG/_new  2020-04-07 10:28:21.322298394 +0200
@@ -20,7 +20,7 @@
 %global rustflags "-Clink-arg=-Wl,-z,relro,-z,now"
 
 Name:           alacritty
-Version:        0.4.1
+Version:        0.4.2
 Release:        0
 Summary:        A GPU-accelerated terminal emulator
 License:        Apache-2.0
@@ -36,7 +36,7 @@
 BuildRequires:  freetype-devel
 BuildRequires:  libxcb-devel
 BuildRequires:  pkgconfig
-BuildRequires:  rust >= 1.36
+BuildRequires:  rust >= 1.37
 BuildRequires:  update-desktop-files
 BuildRequires:  xclip
 BuildRequires:  pkgconfig(fontconfig)
@@ -96,7 +96,7 @@
 rm -fr %{buildroot}%{_datadir}
 
 # install man page and completions
-install -Dm 0644 extra/linux/alacritty.desktop 
%{buildroot}/%{_datadir}/applications/Alacritty.desktop
+install -Dm 0644 extra/linux/Alacritty.desktop 
%{buildroot}/%{_datadir}/applications/Alacritty.desktop
 install -Dm 0644 extra/logo/alacritty-simple.svg 
%{buildroot}/%{_datadir}/pixmaps/Alacritty.svg
 install -Dm 0644 extra/linux/io.alacritty.Alacritty.appdata.xml \
                  
%{buildroot}/%{_datadir}/appdata/io.alacritty.Alacritty.appdata.xml

++++++ alacritty-0.4.1.tar.gz -> alacritty-0.4.2.tar.gz ++++++
++++ 12629 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/alacritty/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.alacritty.new.3248/vendor.tar.xz differ: char 26, 
line 1


Reply via email to