Blame alacritty.changes

Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
c52612
Tue Jan 14 14:42:09 UTC 2025 - Jan-Luca Kiok <opensuse-packages@jlk.one>
c52612
c52612
- Update to version 0.15.0:
c52612
  * Added
c52612
    * Config option `window.level = "AlwaysOnTop"` to force Alacritty to always
c52612
    * be the toplevel window
c52612
    * Escape sequence to move cursor forward tabs ( CSI Ps I )
c52612
    * Pass activation token in `alacritty msg create-window` on Wayland/X11
c52612
  * Changed
c52612
    * Don't switch to semantic/line selection when control is pressed
c52612
    * Always emit `1` for the first parameter when having modifiers in kitty
c52612
    * keyboard protocol
c52612
  * Fixed
c52612
    * Mouse/Vi cursor hint highlighting broken on the terminal cursor line
c52612
    * Hint launcher opening arbitrary text, when terminal content changed while
c52612
    * opening
c52612
    * `SemanticRight`/`SemanticLeft` vi motions breaking with wide semantic
c52612
    * escape characters
c52612
    * `alacritty migrate` crashing with recursive toml imports
c52612
    * Migrating nonexistent toml import breaking the entire migration
c52612
    * First daemon mode window ignoring window options passed through CLI
c52612
    * Report of Enter/Tab/Backspace in kitty keyboard's report event types mode
c52612
    * Cut off wide characters in preedit string
c52612
c52612
-------------------------------------------------------------------
d37e99
Fri Oct 25 20:39:28 UTC 2024 - adam@mizerski.pl
d37e99
d37e99
- Update to version 0.14.0:
d37e99
  * Packaging
d37e99
    + Minimum Rust version has been bumped to 1.74.0
d37e99
  * Added
d37e99
    + Support relative path imports from config files
d37e99
    + alacritty migrate support for TOML configuration changes
d37e99
    + Headless mode using alacritty --daemon
d37e99
  * Changed
d37e99
    + Pressing Alt with unicode input will now add ESC like for ASCII input
d37e99
    + Decorations use opaque style and system window background on macOS
d37e99
    + No longer source ~/.zshenv on macOS
d37e99
    + Moved config options import, working_directory, live_config_reload, and ipc_socket
d37e99
    + to the new general section
d37e99
    + Moved config option shell to terminal.shell
d37e99
    + ctrl+shift+u binding to open links to ctrl+shift+o to avoid collisions with IMEs
d37e99
    + Use Beam cursor for single char cursor inside the IME preview
d37e99
  * Fixed
d37e99
    + Crash when trying to create a new tab without decorations enabled
d37e99
    + New window being treated as focused when it's not on Wayland
d37e99
    + IME preview blending into text below it
d37e99
    + Dynamic title disabled for new windows when initial one has title as CLI option
d37e99
    + While terminal in mouse mode, mouse bindings that used the shift modifier and
d37e99
    + had multiple actions only performed the first action
d37e99
    + Leaking FDs when closing windows on Unix systems
d37e99
    + Config emitting errors for nonexistent import paths
d37e99
    + Kitty keyboard protocol reporting shifted key codes
d37e99
    + Broken search with words broken across line boundary on the first character
d37e99
    + Config import changes not being live reloaded
d37e99
    + Cursor color requests with default cursor colors
d37e99
    + Fullwidth semantic escape characters
d37e99
    + Windows app icon now displays properly in old alt+tab on Windows
d37e99
    + Alacritty not being properly activated with startup notify
d37e99
    + Invalid URL highlights after terminal scrolling
d37e99
    + Hollow block cursor not spanning multiple chars being edited inside the IME preview
d37e99
    + Vi inline search only working for direct key input without modifiers
d37e99
d37e99
-------------------------------------------------------------------
de1bac
Sun Apr 21 15:22:01 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
de1bac
de1bac
- Update to version 0.13.2:
de1bac
  * Added:
de1bac
    + Default Home/End bindings in Vi mode mapped to First/Last respectively
de1bac
  * Fixed:
de1bac
    + CLI env variables clearing configuration file variables
de1bac
    + Vi inline search/semantic selection expanding across newlines
de1bac
    + C0 and C1 codes being emitted in associated text when using kitty keyboard
de1bac
    + Occasional hang on startup with some Wayland compositors
de1bac
    + Missing key for NumpadDecimal in key bindings
de1bac
    + Scrolling content upwards moving lines into history when it shouldn't
de1bac
    + Sticky keys not working sometimes on X11
de1bac
    + Modifiers occasionally getting desynced on X11
de1bac
    + Autokey no longer working with alacritty on X11
de1bac
    + Freeze when moving window between monitors on Xfwm
de1bac
    + Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names
de1bac
    + Config keys are available under proper names
de1bac
    + Build failure when compiling with x11 feature on NetBSD
de1bac
    + Hint Select action selecting the entire line for URL escapes
de1bac
    + Kitty encoding used for regular keys when they don't carry text
de1bac
  * Changed:
de1bac
    + No unused-key warnings will be emitted for OS-specific config keys
de1bac
    + Use built-in font for sextant symbols from U+1FB00 to U+1FB3B
de1bac
    + Kitty encoding is not used anymore for uncommon keys unless the protocol enabled
de1bac
de1bac
de1bac
-------------------------------------------------------------------
4510f7
Sun Apr  7 20:29:17 UTC 2024 - Jan-Luca Kiok <opensuse-packages@jlk.one>
4510f7
4510f7
- Bump required rust version to build
4510f7
4510f7
-------------------------------------------------------------------
c4b733
Sat Mar 23 01:18:19 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
c4b733
c4b733
- Use `filter` option in cargo vendoring.
4510f7
- Use zstd compression for source tar and vendored tar.
c4b733
- `filter` + zstd results in better compression and storage savings.
c4b733
c4b733
-------------------------------------------------------------------
Bernhard M. Wiedemann 9eca6d
Thu Jan 11 10:40:34 UTC 2024 - dimstar@opensuse.org
Bernhard M. Wiedemann 9eca6d
Bernhard M. Wiedemann 9eca6d
- Update to version 0.13.1:
Bernhard M. Wiedemann 9eca6d
  * Fix manpage string escapes
Bernhard M. Wiedemann 9eca6d
  * Fix serde tests without default features
Bernhard M. Wiedemann 9eca6d
  * Bump winit to 0.29.9
Bernhard M. Wiedemann 9eca6d
  * Ignore null values in `alacritty migrate`
Bernhard M. Wiedemann 9eca6d
  * Add vi search paste bindings
Bernhard M. Wiedemann 9eca6d
  * Fix replacing optional fields
Bernhard M. Wiedemann 9eca6d
  * Fix number-based mouse bindings
Bernhard M. Wiedemann 9eca6d
  * Bump winit to 0.29.8
Bernhard M. Wiedemann 9eca6d
Bernhard M. Wiedemann 9eca6d
-------------------------------------------------------------------
Bernhard M. Wiedemann 9eca6d
Sun Dec 31 17:19:03 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
Bernhard M. Wiedemann 9eca6d
Bernhard M. Wiedemann 9eca6d
- Enable automatic updates of vendored dependencies
Bernhard M. Wiedemann 9eca6d
- Remove cargo_config since it's now build by cargo_vendor
Bernhard M. Wiedemann 9eca6d
- Generate manpages via scdoc
Bernhard M. Wiedemann 9eca6d
- Update to version 0.13.0:
Bernhard M. Wiedemann 9eca6d
  * Added
Bernhard M. Wiedemann 9eca6d
    + Warnings for unused configuration file options
Bernhard M. Wiedemann 9eca6d
    + Config option persist in hints config section
Bernhard M. Wiedemann 9eca6d
    + Support for keybindings with dead keys
Bernhard M. Wiedemann 9eca6d
    + Back/Forward mouse buttons support in bindings
Bernhard M. Wiedemann 9eca6d
    + Copy global IPC options (-w -1) for new windows
Bernhard M. Wiedemann 9eca6d
    + Support startup notify protocol to raise initial window on
Bernhard M. Wiedemann 9eca6d
      Wayland/X11
Bernhard M. Wiedemann 9eca6d
    + Debug option prefer_egl to prioritize EGL over other display
Bernhard M. Wiedemann 9eca6d
      APIs
Bernhard M. Wiedemann 9eca6d
    + Inline vi-mode search using f/F/t/T
Bernhard M. Wiedemann 9eca6d
    + window.blur config option to request blur for transparent
Bernhard M. Wiedemann 9eca6d
      windows
Bernhard M. Wiedemann 9eca6d
    + --option argument for alacritty msg create-window
Bernhard M. Wiedemann 9eca6d
    + Support for DECRQM/DECRPM escape sequences
Bernhard M. Wiedemann 9eca6d
    + Support for kitty's keyboard protocol
Bernhard M. Wiedemann 9eca6d
  * Changed
Bernhard M. Wiedemann 9eca6d
    + Mode-specific bindings can now be bound in any mode for
Bernhard M. Wiedemann 9eca6d
      easier macros
Bernhard M. Wiedemann 9eca6d
    + --help output is more compact now and uses more neutral
Bernhard M. Wiedemann 9eca6d
      palette
Bernhard M. Wiedemann 9eca6d
    + Configuration file now uses TOML instead of YAML
Bernhard M. Wiedemann 9eca6d
    + Deprecated config option draw_bold_text_with_bright_colors,
Bernhard M. Wiedemann 9eca6d
      use colors.draw_bold_text_with_bright_colors
Bernhard M. Wiedemann 9eca6d
    + Deprecated config option key_bindings, use keyboard.bindings
Bernhard M. Wiedemann 9eca6d
    + Deprecated config option mouse_bindings, use mouse.bindings
Bernhard M. Wiedemann 9eca6d
    + The default colorscheme is now based on base16 classic dark
Bernhard M. Wiedemann 9eca6d
    + IME popup now tries to not obscure the current cursor line
Bernhard M. Wiedemann 9eca6d
    + The double click threshold was raised to 400ms
Bernhard M. Wiedemann 9eca6d
    + OSC 52 paste ability is now disabled by default; use
Bernhard M. Wiedemann 9eca6d
      terminal.osc52 to adjust it
Bernhard M. Wiedemann 9eca6d
    + Apply colors.transparent_background_colors for selections,
Bernhard M. Wiedemann 9eca6d
      hints, and search matches
Bernhard M. Wiedemann 9eca6d
    + Underline full hint during keyboard selection
Bernhard M. Wiedemann 9eca6d
    + Synchronized updates now use CSI 2026 instead of legacy DCS
Bernhard M. Wiedemann 9eca6d
      variant
Bernhard M. Wiedemann 9eca6d
    + In mouse mode with Shift pressed, mouse bindings without
Bernhard M. Wiedemann 9eca6d
      Shift are only triggered if no exact binding (i.e. one with
Bernhard M. Wiedemann 9eca6d
      Shift) is found.
Bernhard M. Wiedemann 9eca6d
    + Use built-in font for powerline symbols from U+E0B0 to U+E0B3
Bernhard M. Wiedemann 9eca6d
    + Default bell.animation is now Linear
Bernhard M. Wiedemann 9eca6d
    + IncreaseFontSize/DecreaseFontSize step is now 1px
Bernhard M. Wiedemann 9eca6d
    + font.size precision was raised to 6 floating point digits
Bernhard M. Wiedemann 9eca6d
    + Default font size to 11.25 matching 15px
Bernhard M. Wiedemann 9eca6d
    + Xft.dpi is now reloaded when xsettingd change its value on
Bernhard M. Wiedemann 9eca6d
      X11
Bernhard M. Wiedemann 9eca6d
  * Fixed
Bernhard M. Wiedemann 9eca6d
    + Unconditional query of xdg-portal settings on Wayland
Bernhard M. Wiedemann 9eca6d
    + Maximized startup mode not filling the screen properly on
Bernhard M. Wiedemann 9eca6d
      GNOME Wayland
Bernhard M. Wiedemann 9eca6d
    + Default Vi key bindings for Last/First actions not working on
Bernhard M. Wiedemann 9eca6d
      X11/Wayland
Bernhard M. Wiedemann 9eca6d
    + Cut off wide characters in preedit string
Bernhard M. Wiedemann 9eca6d
    + Scrolling on touchscreens
Bernhard M. Wiedemann 9eca6d
    + Double clicking on CSD titlebar not always maximizing a
Bernhard M. Wiedemann 9eca6d
      window on Wayland
Bernhard M. Wiedemann 9eca6d
    + Excessive memory usage when using regexes with a large number
Bernhard M. Wiedemann 9eca6d
      of possible states window.decorations_theme_variant not live
Bernhard M. Wiedemann 9eca6d
      reloading
Bernhard M. Wiedemann 9eca6d
    + Copy/Paste being truncated to 64KiB on Wayland
Bernhard M. Wiedemann 9eca6d
    + X11 clipboard lagging behind sometimes
Bernhard M. Wiedemann 9eca6d
    + High wakeup count on Wayland due to clipboard polling
Bernhard M. Wiedemann 9eca6d
    + Blocking paste freezing alacritty on Wayland
Bernhard M. Wiedemann 9eca6d
    + Crash on exit when using NVIDIA binary drivers on Wayland
Bernhard M. Wiedemann 9eca6d
    + window.startup_mode applied to window again when creating new
Bernhard M. Wiedemann 9eca6d
      tab
Bernhard M. Wiedemann 9eca6d
    + Crash when leaving search after resize
Bernhard M. Wiedemann 9eca6d
    + Cursor being hidden after reaching cursor blinking timeout
Bernhard M. Wiedemann 9eca6d
    + Message bar content getting stuck after closing with multiple
Bernhard M. Wiedemann 9eca6d
      messages on Wayland
Bernhard M. Wiedemann 9eca6d
    + Vi cursor position not redrawn on PageUp/PageDown without
Bernhard M. Wiedemann 9eca6d
      scrollback
Bernhard M. Wiedemann 9eca6d
    + Cursor not updating when blinking and viewport is scrolled
Bernhard M. Wiedemann 9eca6d
    + Failure to start with recent version of mesa's i915 driver
Bernhard M. Wiedemann 9eca6d
    + Error when using chars inside the mouse bindings
Bernhard M. Wiedemann 9eca6d
  * Removed
Bernhard M. Wiedemann 9eca6d
    + Config option background_opacity, use
Bernhard M. Wiedemann 9eca6d
      window.background_opacity
Bernhard M. Wiedemann 9eca6d
    + Config option colors.search.bar, use colors.footer_bar
Bernhard M. Wiedemann 9eca6d
      instead
Bernhard M. Wiedemann 9eca6d
    + Config option mouse.url, use the hints config section
Bernhard M. Wiedemann 9eca6d
    + Config options mouse.double_click and mouse.triple_click
Bernhard M. Wiedemann 9eca6d
Bernhard M. Wiedemann 9eca6d
-------------------------------------------------------------------
66b20f
Wed Oct 11 12:22:28 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
66b20f
66b20f
- Replace freetype-devel BuildRequires with freetype2: this is
66b20f
  actually what is needed, but as fontconfig happened to pull it in
66b20f
  already, things happened to work. Freetype 1 is not needed here.
66b20f
66b20f
-------------------------------------------------------------------
66b20f
Mon Oct  9 14:39:22 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
66b20f
66b20f
- Reduced vendored size using cargo-vendor-filterer
66b20f
  * vendor.tar.xz was 28MB.. now it is 8.2MB
66b20f
- Update _service file
66b20f
  * replace mode "disabled" to "manual" since "disabled" is deprecated.
66b20f
66b20f
-------------------------------------------------------------------
896b45
Tue Oct  3 19:47:31 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
896b45
896b45
- Update to version 0.12.3:
896b45
  * Fix the crash when shrinking scrolled terminal
896b45
  * Fix freeze with some drivers when using GLX
896b45
  * Fix hyperlink preview for 2 lines terminal
896b45
  * Update winit to 0.28.7 and sctk to 0.16.1
896b45
896b45
-------------------------------------------------------------------
f17663
Tue Jul 04 19:26:31 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
f17663
f17663
- Update to version 0.12.2:
f17663
  * Fix the crash when shrinking scrolled terminal
f17663
  * Fix freeze with some drivers when using GLX
f17663
  * Fix hyperlink preview for 2 lines terminal
f17663
  * Bump `actions/checkout` to v3
f17663
f17663
-------------------------------------------------------------------
dc5164
Sun Jun 18 15:00:33 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
dc5164
dc5164
- Make terminfo package a suggested dependency
dc5164
- Do not install terminfo anymore
dc5164
dc5164
-------------------------------------------------------------------
dc5164
Fri Jun 16 23:24:35 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
dc5164
dc5164
- Install forgotten terminfo database entry, so software can have
dc5164
  access to information about Alacritty's capabilities.
dc5164
- Drop no longer needed rustflags/RUSTFLAGS macro/variable
dc5164
  definition in spec file, as the macros provided by
dc5164
  cargo-packaging already define and make use of them for us.
dc5164
- Update README.suse-maint to show newcomers how to update the
dc5164
  package with current sensible packaging practices.
dc5164
dc5164
-------------------------------------------------------------------
648a34
Mon May 29 12:21:42 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
648a34
648a34
- Update to version 0.12.1:
648a34
  * Fixed
648a34
    + Very long startup times on Wayland systems with broken
648a34
      xdg-portal setup
648a34
    + Error on startup with GLX when using old mesa platforms
648a34
    + Character ; inside the URI in OSC 8 sequence breaking the URI
648a34
    + Selection on last line not updating correctly on resize
648a34
648a34
-------------------------------------------------------------------
4e1661
Sat Mar 25 20:02:46 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
4e1661
4e1661
- Disable source services again
4e1661
4e1661
-------------------------------------------------------------------
4e1661
Sat Mar 25 19:49:55 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
4e1661
4e1661
- Update to version 0.12.0:
4e1661
  * Added
4e1661
    + Uppercase -T short form for --title
4e1661
    + Support for horizontal scrolling in mouse mode and
4e1661
      alternative scrolling modes
4e1661
    + Support for fractional scaling on Wayland with
4e1661
      wp-fractional-scale protocol
4e1661
    + Support for running on GLES context
4e1661
    + Touchscreen input for click/scroll/select/zoom
4e1661
    + window.resize_increments config option, disabled by default
4e1661
  * Changed
4e1661
    + Erase in line after the last column will no longer clear the
4e1661
      last column
4e1661
    + Open new windows by default with macOS Cmd+N binding
4e1661
    + The hint about window transparency is now properly issued on
4e1661
      Wayland and macOS
4e1661
    + The IME purpose is now set to Terminal which could help with
4e1661
      OSK
4e1661
    + window.decorations_theme_variant is now using Dark, Light,
4e1661
      and None values
4e1661
    + Resize increments are now set on macOS and X11 to resize by
4e1661
      cell sizes
4e1661
  * Fixed
4e1661
    + --help output for --class does not match man pages
4e1661
    + Cursor and underlines always being black on very old hardware
4e1661
    + Crash when using very low negative font.offset
4e1661
    + Artifacts in corners for maximized window with CSD on Wayland
4e1661
    + Dotted underline not shown on macOS
4e1661
    + Crash with OT-SVG fonts on Linux/BSD
4e1661
    + Crash during text compose on old GNOME under Wayland
4e1661
    + Blurry fonts when changing padding size at runtime
4e1661
    + Crash while typing on Wayland
4e1661
    + Multi-line semantic bracket selection
4e1661
    + Reduced GPU memory usage
4e1661
    + Low frame rate when multiple windows render at the same time
4e1661
    + Redraw hanging until a keypress on X11 in rare cases
4e1661
    + Quadrants not aligned with half blocks with built-in font
4e1661
    + EOT (\x03) escaping bracketed paste mode
4e1661
    + Drag & Drop not working for the search bar
4e1661
  * Removed
4e1661
    + window.gtk_theme_variant config field; use
4e1661
      window.decorations_theme_variant instead
4e1661
    + alt_send_esc is now always set to true
4e1661
- Enable source services
4e1661
4e1661
-------------------------------------------------------------------
c056d0
Wed Jan 25 16:15:25 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
c056d0
c056d0
- Add back the config.guess/config.sub workaround for aarch64,
c056d0
  ppc64le and riscv64, which was silently dropped from previous
c056d0
  commit.
c056d0
c056d0
-------------------------------------------------------------------
875ad9
Wed Dec 07 21:22:40 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
875ad9
875ad9
- Update to version 0.11.0:
875ad9
  * Packaging
875ad9
    - Minimum Rust version has been bumped to 1.57.0
875ad9
    - Renamed io.alacritty.Alacritty.appdata.xml to org.alacritty.Alacritty.appdata.xml
875ad9
    - Renamed io.alacritty to org.alacritty for Alacritty.app
875ad9
  * Fixed
875ad9
    - Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path
875ad9
    - Crash when resetting the terminal while in vi mode
875ad9
    - font.glyph_offset not live reloading
875ad9
    - Failure when running on 10-bit color system
875ad9
    - The colors being slightly different when using srgb displays on macOS
875ad9
    - Vi cursor blinking not reset when navigating in search
875ad9
    - Scrolling and middle-clicking modifying the primary selection
875ad9
    - Bottom gap for certain builtin box drawing characters
875ad9
    - Incorrect built-in glyphs for U+2567 and U+2568
875ad9
    - Character mappings in the DEC special graphics character set (line drawing)
875ad9
    - Window flickering on resize on Wayland
875ad9
    - Unnecessary config reload when using /dev/null as a config file
875ad9
    - Windows Open Alacritty Here on root of drive displaying error
875ad9
    - On macOS, font.use_thin_strokes did not work since Big Sur
875ad9
    - On macOS, trying to load a disabled font would crash
875ad9
    - On macOS, Alacritty sessions did not appear in the list of tty sessions for w and who
875ad9
    - Cursor not hiding on GNOME Wayland
875ad9
    - Font having different scale factor after monitor powering off/on on X11
875ad9
    - Viewport not updating after opening a new tabbed window on macOS
875ad9
    - Terminal not exiting sometimes after closing all windows on macOS
875ad9
    - CPU usage spikes due to mouse movements for unfocused windows on X11/Windows
875ad9
    - First window on macOS not tabbed with system prefer tabs setting
875ad9
    - Window being treaten as focused by default on Wayland
875ad9
  * Removed
875ad9
    - font.use_thin_strokes config field; to use thin strokes on macOS, set
875ad9
    - AppleFontSmoothing to 0 with $ defaults write -g AppleFontSmoothing -int 0
875ad9
- Add _constraints file. 8GB of RAM to build alacritty
875ad9
875ad9
-------------------------------------------------------------------
d1eef9
Mon Jun 20 03:29:18 UTC 2022 - William Brown <william.brown@suse.com>
d1eef9
d1eef9
- Automatic update of vendored dependencies
d1eef9
d1eef9
-------------------------------------------------------------------
bc8c33
Tue May 24 06:25:08 UTC 2022 - William Brown <william.brown@suse.com>
bc8c33
bc8c33
- Automatic update of vendored dependencies
bc8c33
bc8c33
-------------------------------------------------------------------
67225b
Tue Apr  5 05:33:08 UTC 2022 - William Brown <william.brown@suse.com>
67225b
67225b
- Automatic update of vendored dependencies
67225b
67225b
-------------------------------------------------------------------
74bd46
Sun Feb 27 15:00:36 UTC 2022 - Jan-Luca Kiok <me@jlk.one>
74bd46
74bd46
- Update to version 0.10.1
74bd46
  * feat: Option font.builtin_box_drawing to disable the built-in
74bd46
    font for drawing box characters
74bd46
  * refactor: Builtin font thickness is now based on cell width
74bd46
    instead of underline thickness
74bd46
  * fix: Builtin font lines not contiguous when font.offset is used
74bd46
  * fix: font.glyph_offset is no longer applied on builtin font
74bd46
  * fix: Built-in font arcs alignment
74bd46
  * fix: Colors being slightly off when using
74bd46
    colors.transparent_background_colors
74bd46
  * fix: OSC 4 not handling
74bd46
  * fix: in OSC strings reporting default colors instead of
74bd46
    modified ones
74bd46
  * fix: OSC 104 not clearing colors when second parameter is empty
74bd46
74bd46
-------------------------------------------------------------------
6020d5
Thu Feb  3 21:41:13 UTC 2022 - JL K <me@jlk.one>
6020d5
6020d5
- Pin rustflags via specfile
6020d5
- Update to version 0.10.0
6020d5
  * feat: Option colors.transparent_background_colors to allow
6020d5
    applying opacity to all background colors
6020d5
  * feat: Support for running multiple windows from a single
6020d5
    Alacritty instance (see docs/features.md)
6020d5
  * feat: Urgency support on Wayland via xdg_activation_v1
6020d5
  * refactor: ExpandSelection is now a configurable mouse binding
6020d5
    action
6020d5
  * refactor: Config option background_opacity, you should use
6020d5
    window.opacity instead
6020d5
  * refactor: Reload configuration files when their symbolic link
6020d5
    is replaced
6020d5
  * refactor: Strip trailing whitespaces when yanking from a block
6020d5
    selection
6020d5
  * refactor: Display area keeps history position when viewport is
6020d5
    cleared
6020d5
  * refactor: Commands spawn from the current directory of the
6020d5
    foreground shell in Unix-like systems
6020d5
  * refactor: Remove trailing newline from strings taken from hints
6020d5
    or simple/semantic selections
6020d5
  * refactor: Builtin font is now used for box drawing characters
6020d5
    from U+2500 to U+259f
6020d5
  * refactor: Logs now print the time since startup instead of the
6020d5
    local time
6020d5
  * fix: Line indicator obstructing vi mode cursor when scrolled
6020d5
    into history
6020d5
  * fix: Vi mode search starting in the line below the vi cursor
6020d5
  * fix: Invisible cursor with matching foreground/background
6020d5
    colors
6020d5
  * fix: Crash when hovering over a match emptied by
6020d5
    post-processing
6020d5
  * fix: Crash when the vi cursor is on the scrollback and viewport
6020d5
    clear is invoked
6020d5
  * fix: Freeze when the vi cursor is on the scrollback and
6020d5
    scrollback clear is invoked
6020d5
  * fix: Vi cursor on topmost of the display moving downward when
6020d5
    scrolled into history with active output
6020d5
  * fix: Input lag on Wayland with Nvidia binary driver
6020d5
  * fix: Crash when hovering the mouse over fullwidth characters
6020d5
  * fix: Do not create logfile if the file already exists
6020d5
6020d5
-------------------------------------------------------------------
a9710a
Wed Dec 15 09:07:11 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
a9710a
a9710a
- Restore the removing of the checksum of config.guess and
6020d5
  config.sub for architectures that modify them.
a9710a
  It was wrongly dropped with previous commit.
a9710a
a9710a
-------------------------------------------------------------------
b33d2a
Tue Sep 28 05:51:17 UTC 2021 - William Brown <william.brown@suse.com>
b33d2a
b33d2a
- Replace rust-packaging with cargo-packaging
b33d2a
b33d2a
-------------------------------------------------------------------
bc2442
Mon Aug  9 06:50:04 UTC 2021 - Aleksa Sarai <asarai@suse.com>
bc2442
bc2442
- Update to version 0.9.0.
bc2442
  * pkg: Minimum Rust version has been bumped to 1.46.0
bc2442
  * feat: Support for ipfs/ipns URLs
bc2442
  * feat: Mode field for regex hint bindings
bc2442
  * fix: Regression in rendering performance with dense grids since 0.6.0
bc2442
  * fix: Crash/Freezes with partially visible fullwidth characters due to alt screen resize
bc2442
  * fix: Incorrect vi cursor position after invoking ScrollPage* action
bc2442
  * fix: Slow PTY read performance with extremely dense grids
bc2442
  * fix: Crash when resizing during vi mode
bc2442
  * fix: Unintentional text selection range change after leaving vi mode
bc2442
  * fix: Deadlock on Windows during high frequency output
bc2442
  * fix: Search without vi mode not starting at the correct location when scrolled into history
bc2442
  * fix: Crash when starting a vi mode search from the bottommost line
bc2442
  * fix: Original scroll position not restored after canceling search
bc2442
  * fix: Clipboard copy skipping non-empty cells when encountering an interrupted tab character
bc2442
  * fix: Vi mode cursor moving downward when scrolled in history with active output
bc2442
  * fix: Crash when moving fullwidth characters off the side of the terminal in insert mode
bc2442
  * fix: Broken bitmap font rendering with FreeType 2.11+
bc2442
  * fix: Crash with non-utf8 font paths on Linux
bc2442
  * fix: Newly installed fonts not rendering until Alacritty restart
bc2442
bc2442
-------------------------------------------------------------------
3d1c67
Thu May 20 00:35:35 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
3d1c67
3d1c67
- Update to version 0.8.0
3d1c67
  * feat: IME composition preview not appearing on Windows
3d1c67
  * feat: Synchronized terminal updates using DCS = 1 s ST/DCS = 2 s ST
3d1c67
  * feat: Regex terminal hints (see features.md)
3d1c67
  * feat: macOS keybinding (cmd+alt+H) hiding all windows other than alacritty
3d1c67
  * feat: Support for magnet URLs
3d1c67
  * change: The vi mode cursor is now created in the top-left if the terminal
3d1c67
    cursor is invisible
3d1c67
  * change: Focused search match will use cell instead of match colors
3d1c67
    for CellForeground/CellBackground
3d1c67
  * change: URL highlighting has moved from mouse.url to the hints
3d1c67
    config section
3d1c67
  * fix: alacritty failing to start on X11 with invalid DPI reported by XRandr
3d1c67
  * fix: Text selected after search without any match
3d1c67
  * fix: Incorrect vi cursor position after leaving search
3d1c67
  * fix: Clicking on URLs on Windows incorrectly opens File Explorer
3d1c67
  * fix: Incorrect underline cursor thickness on wide cell
3d1c67
  * fix: Viewport moving around when resizing while scrolled into history
3d1c67
  * fix: Block cursor not expanding across fullwidth characters when
3d1c67
    on the right side of it
3d1c67
  * fix: Overwriting fullwidth characters only clearing one of the involved cells
3d1c67
3d1c67
-------------------------------------------------------------------
a805b1
Sat Feb 20 22:34:40 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
a805b1
a805b1
- Update to version 0.7.2
a805b1
  * shell completions: remove obsolete options
a805b1
  * shell compeltions: add the -o/-option setting
a805b1
  * fix: Crash due to assertion failure on 32-bit architectures
a805b1
  * fix: Segmentation fault on shutdown with Wayland
a805b1
  * fix: Incorrect estimated DPR with Wayland
a805b1
  * fix: Consecutive clipboard stores dropped on Wayland until the
a805b1
    application is refocused
a805b1
- ran spec-cleaner
a805b1
a805b1
-------------------------------------------------------------------
a805b1
Sat Jan 16 20:44:50 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
a805b1
a805b1
- Make use of mktemp in revendor_source.sh script so we don't have a
a805b1
  predictable working directory (boo#1180782)
a805b1
a805b1
-------------------------------------------------------------------
f5e330
Mon Jan 11 11:01:09 UTC 2021 - Andreas Schwab <schwab@suse.de>
f5e330
f5e330
- Fix build on riscv64
f5e330
f5e330
-------------------------------------------------------------------
9e5c8a
Sat Jan  9 20:13:10 UTC 2021 - Matthias Eliasson <elimat@opensuse.org>
9e5c8a
9e5c8a
- Update to version 0.7.1
9e5c8a
  * Fixed
9e5c8a
    - Jumping between matches in backward vi search
9e5c8a
9e5c8a
-------------------------------------------------------------------
3afa1e
Sun Jan  3 07:43:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
3afa1e
3afa1e
- Update to version 0.7.0-rc2
3afa1e
 + Support for ~/ at the beginning of configuration file imports
3afa1e
 + New cursor.style.blinking option to set the default blinking state
3afa1e
 + New cursor.blink_interval option to configure the blinking frequency
3afa1e
 + Support for cursor blinking escapes (CSI ? 12 h, CSI ? 12 l and CSI Ps SP q)
3afa1e
 + Customizable keybindings for search
3afa1e
 + History for search mode, bound to ^P/^N/Up/Down by default
3afa1e
 + Default binding to cancel search on Ctrl+C
3afa1e
 + History position indicator for search and vi mode
3afa1e
 * Nonexistent config imports are ignored instead of raising an error
3afa1e
 * Value for disabling logging with config.log_level is Off instead of None
3afa1e
 * Missing glyph symbols are no longer drawn for zerowidth characters
3afa1e
 * Bug fixes
3afa1e
   - Wide characters sometimes being cut off
3afa1e
   - Preserve vi mode across terminal reset
3afa1e
   - Escapes CSI Ps b and CSI Ps Z with large parameters locking up Alacritty
3afa1e
   - Dimming colors which use the indexed CSI 38 : 5 : Ps m notation
3afa1e
   - Slow rendering performance with a lot of cells with underline/strikeout attributes
3afa1e
   - Performance of scrolling regions with offset from the bottom
3afa1e
   - Compilation when targetting aarch64 on Apple
3afa1e
   - Cursor position not reported to apps when mouse is moved with button held outside of window
3afa1e
   - No live config update when starting Alacritty with a broken configuration file
3afa1e
   - PTY not drained to the end with the --hold flag enabled
3afa1e
   - Alacritty not discarding invalid escape sequences starting with ESC
3afa1e
   - Underline cursor being obscured by underline
3afa1e
   - Cursor not being rendered with a lot of unicode glyphs visible
3afa1e
   - IME input swallowed after triggering a key binding
3afa1e
 - Search without vi mode not jumping properly between all matches
3afa1e
 * Several Wayland fixes:
3afa1e
   - Extra mouse buttons are no longer ignored
3afa1e
   - Numpad arrow keys are now properly recognized
3afa1e
   - Crash due to clipboard not being properly released
3afa1e
   - Crash due to non-standard fontconfig configuration
3afa1e
 *  The following CLI arguments have been removed in favor of the --option flag:
3afa1e
        --persistent-logging
3afa1e
        --live-config-reload
3afa1e
        --no-live-config-reload
3afa1e
        --dimensions
3afa1e
        --position
3afa1e
    live-shader-reload feature
3afa1e
 *  Config option dynamic_title, you should use window.dynamic_title instead
3afa1e
 *  Config option scrolling.faux_multiplier, which was replaced by escape CSI ? 1007 h/l
3afa1e
- Packaging optimizations
3afa1e
 * pull sources with exclusions
3afa1e
 * add revendor_source.sh to remove unecessary objects from vendor tarball
3afa1e
3afa1e
-------------------------------------------------------------------
b4737e
Fri Dec  4 03:45:47 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
b4737e
b4737e
- Use rust-packaging macros for vendoring dependencies
b4737e
- remove cargo_config
b4737e
b4737e
-------------------------------------------------------------------
1b055a
Wed Nov 25 08:33:52 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
1b055a
1b055a
- Update to 0.6.0
1b055a
  Packaging
1b055a
  * Minimum Rust version has been bumped to 1.43.0
1b055a
  * The snapcraft.yaml file has been removed
1b055a
  * Updated setab/setaf capabilities in alacritty-direct to use colons
1b055a
  * WinPTY is now enabled only when targeting MSVC
1b055a
  * Deprecated the WinPTY backend feature, disabling it by default
1b055a
  Added
1b055a
  * Secondary device attributes escape (CSI > 0 c)
1b055a
  * Support for colon separated SGR 38/48
1b055a
  * New Ctrl+C binding to cancel search and leave vi mode
bc2442
  * Escapes for double underlines (CSI 4 : 2 m) and underline reset
1b055a
    (CSI 4 : 0 m)
1b055a
  * Configuration file option for sourcing other files (import)
1b055a
  * CLI parameter --option/-o to override any configuration field
bc2442
  * Escape sequences to report text area size in pixels (CSI 14 t) and in
1b055a
    characters (CSI 18 t)
1b055a
  * Support for single line terminals dimensions
1b055a
  * Right clicking on Wayland's client side decorations will show application menu
bc2442
  * Escape sequences to enable and disable window urgency hints
1b055a
    (CSI ? 1042 h, CSI ? 1042 l)
1b055a
  Changed
bc2442
  * Cursors are now inverted when their fixed color is similar to the
1b055a
    cell's background
bc2442
  * Use the working directory of the terminal foreground process,
1b055a
    instead of the shell's working directory, for SpawnNewInstance action
1b055a
  * Fallback to normal underline for unsupported underline types in CSI 4 : ? m escapes
1b055a
  * The user's background color is now used as the foreground for the render timer
1b055a
  * Use yellow/red from the config for error and warning messages instead of fixed colors
1b055a
  * Existing CLI parameters are now passed to instances spawned using SpawnNewInstance
1b055a
  * Wayland's Client side decorations now use the search bar colors
1b055a
  * Reduce memory usage by up to at least 30% with a full scrollback buffer
1b055a
  * The number of zerowidth characters per cell is no longer limited to 5
bc2442
  * SpawnNewInstance is now using the working directory of the terminal
1b055a
    foreground process on macOS
1b055a
  Fixed
1b055a
  * Incorrect window location with negative window.position config options
1b055a
  * Slow rendering performance with HiDPI displays, especially on macOS
1b055a
  * Keys swallowed during search when pressing them right before releasing backspace
1b055a
  * Crash when a wrapped line is rotated into the last line
1b055a
  * Selection wrapping to the top when selecting below the error/warning bar
1b055a
  * Pasting into clients only supporting UTF8_STRING mime type on Wayland
1b055a
  * Crash when copying/pasting with neither pointer nor keyboard focus on Wayland
1b055a
  * Crash due to fd leak on Wayland
1b055a
  * IME window position with fullwidth characters in the search bar
bc2442
  * Selection expanding over 2 characters when scrolled in history with fullwidth
1b055a
    characters in use
1b055a
  * Selection scrolling not starting when mouse is over the message bar
bc2442
  * Incorrect text width calculation in message bar when the message contains
1b055a
    multibyte characters
1b055a
  * Remapped caps lock to escape not triggering escape bindings on Wayland
1b055a
  * Crash when setting overly long title on Wayland
bc2442
  * Switching in and out of various window states, like Fullscreen, not persisting
1b055a
    window size on Wayland
1b055a
  * Crash when providing 0 for XCURSOR_SIZE on Wayland
1b055a
  * Gap between window and server side decorations on KWIN Wayland
1b055a
  * Wayland's client side decorations not working after tty switch
1b055a
  * Fullscreen startup mode not working on Wayland
1b055a
  * Window not being rescaled when changing DPR of the current monitor on Wayland
1b055a
  * Crash in some cases when pointer isn't presented upon startup on Wayland
1b055a
  * IME not working on Wayland
1b055a
  * Crash on startup on GNOME since its 3.37.90 version on Wayland
1b055a
  * Touchpad scrolling scrolled less than it should on macOS/Wayland on scaled outputs
1b055a
  * Incorrect modifiers at startup on X11
1b055a
  * Add and Subtract keys are now named NumpadAdd and NumpadSubtract respectively
1b055a
  * Feature checking when cross compiling between different operating systems
1b055a
  * Crash when writing to the clipboard fails on Wayland
1b055a
  * Crash with large negative font.offset.x/y
1b055a
  * Visual bell getting stuck on the first frame
1b055a
  * Zerowidth characters in the last column of the line
1b055a
1b055a
-------------------------------------------------------------------
Bernhard M. Wiedemann 94468d
Sun Aug  2 22:42:32 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
Bernhard M. Wiedemann 94468d
Bernhard M. Wiedemann 94468d
- Update to 0.5.0
Bernhard M. Wiedemann 94468d
  Packaging:
Bernhard M. Wiedemann 94468d
  * Minimum Rust version has been bumped to 1.41.0
Bernhard M. Wiedemann 94468d
  * Prebuilt Linux binaries have been removed
Bernhard M. Wiedemann 94468d
  * Added manpage, terminfo, and completions to macOS application bundle
Bernhard M. Wiedemann 94468d
  * On Linux/BSD the build will fail without Fontconfig installed, instead of
Bernhard M. Wiedemann 94468d
    building it from source
Bernhard M. Wiedemann 94468d
  Added:
Bernhard M. Wiedemann 94468d
  * Default Command+N keybinding for SpawnNewInstance on macOS
Bernhard M. Wiedemann 94468d
  * Vi mode for regex search, copying text, and opening links
Bernhard M. Wiedemann 94468d
  * CopySelection action which copies into selection buffer on Linux/BSD
Bernhard M. Wiedemann 94468d
  * Option cursor.thickness to set terminal cursor thickness
Bernhard M. Wiedemann 94468d
  * Font fallback on Windows
Bernhard M. Wiedemann 94468d
  * Support for Fontconfig embolden and matrix options
Bernhard M. Wiedemann 94468d
  * Opt-out compilation flag winpty to disable WinPTY support
Bernhard M. Wiedemann 94468d
  * Scrolling during selection when mouse is at top/bottom of window
Bernhard M. Wiedemann 94468d
  * Expanding existing selections using single, double and triple click with
Bernhard M. Wiedemann 94468d
    the right mouse button
Bernhard M. Wiedemann 94468d
  * Support for gopher and gemini URLs
Bernhard M. Wiedemann 94468d
  * Unicode 13 support
Bernhard M. Wiedemann 94468d
  * Option to run command on bell which can be set in bell.command
Bernhard M. Wiedemann 94468d
  Changed:
Bernhard M. Wiedemann 94468d
  * Block cursor is no longer inverted at the start/end of a selection
Bernhard M. Wiedemann 94468d
  * Preserve selection on non-LMB or mouse mode clicks
Bernhard M. Wiedemann 94468d
  * Wayland client side decorations are now based on config colorscheme
Bernhard M. Wiedemann 94468d
  * Low resolution window decoration icon on Windows
Bernhard M. Wiedemann 94468d
  * Mouse bindings for additional buttons need to be specified as a number
Bernhard M. Wiedemann 94468d
    not a string
Bernhard M. Wiedemann 94468d
  * Don't hide cursor on modifier press with mouse.hide_when_typing enabled
Bernhard M. Wiedemann 94468d
  * Shift + Backspace now sends ^? instead of ^H
Bernhard M. Wiedemann 94468d
  * Default color scheme is now Tomorrow Night with the bright colors of
Bernhard M. Wiedemann 94468d
    Tomorrow Night Bright
Bernhard M. Wiedemann 94468d
  * Set IUTF8 termios flag for improved UTF8 input support
Bernhard M. Wiedemann 94468d
  * Dragging files into terminal now adds a space after each path
Bernhard M. Wiedemann 94468d
  * Default binding replacement conditions
Bernhard M. Wiedemann 94468d
  * Adjusted selection clearing granularity to more accurately match content
Bernhard M. Wiedemann 94468d
  * To use the cell's text color for selection with a modified background,
Bernhard M. Wiedemann 94468d
    the color.selection.text
Bernhard M. Wiedemann 94468d
  * variable must now be set to CellForeground instead of omitting it
Bernhard M. Wiedemann 94468d
  * URLs are no longer highlighted without a clearly delimited scheme
Bernhard M. Wiedemann 94468d
  * Renamed config option visual_bell to bell
Bernhard M. Wiedemann 94468d
  * Moved config option dynamic_title to window.dynamic_title
Bernhard M. Wiedemann 94468d
  Fixed:
Bernhard M. Wiedemann 94468d
  * Selection not cleared when switching between main and alt grid
Bernhard M. Wiedemann 94468d
  * Freeze when application is invisible on Wayland
Bernhard M. Wiedemann 94468d
  * Paste from some apps on Wayland
Bernhard M. Wiedemann 94468d
  * Slow startup with Nvidia binary drivers on some X11 systems
Bernhard M. Wiedemann 94468d
  * Display not scrolling when printing new lines while scrolled in history
Bernhard M. Wiedemann 94468d
  * Regression in font rendering on macOS
Bernhard M. Wiedemann 94468d
  * Scroll down escape (CSI Ps T) incorrectly pulling lines from history
Bernhard M. Wiedemann 94468d
  * Dim escape (CSI 2 m) support for truecolor text
Bernhard M. Wiedemann 94468d
  * Incorrectly deleted lines when increasing width with a prompt wrapped
Bernhard M. Wiedemann 94468d
    using spaces
Bernhard M. Wiedemann 94468d
  * Documentation for class in --help missing information on setting general
Bernhard M. Wiedemann 94468d
    class
Bernhard M. Wiedemann 94468d
  * Linewrap tracking when switching between primary and alternate screen
Bernhard M. Wiedemann 94468d
    buffer
Bernhard M. Wiedemann 94468d
  * Preservation of the alternate screen's saved cursor when swapping to
Bernhard M. Wiedemann 94468d
    primary screen and back
Bernhard M. Wiedemann 94468d
  * Reflow of cursor during resize
Bernhard M. Wiedemann 94468d
  * Cursor color escape ignored when its color is set to inverted in the
Bernhard M. Wiedemann 94468d
    config
Bernhard M. Wiedemann 94468d
  * Fontconfig's autohint and hinting options being ignored
Bernhard M. Wiedemann 94468d
  * Ingoring of default FreeType properties
Bernhard M. Wiedemann 94468d
  * Alacritty crashing at startup when the configured font does not exist
Bernhard M. Wiedemann 94468d
  * Font size rounding error
Bernhard M. Wiedemann 94468d
  Removed:
Bernhard M. Wiedemann 94468d
  * Environment variable RUST_LOG for selecting the log level
Bernhard M. Wiedemann 94468d
  * Deprecated window.start_maximized config field
Bernhard M. Wiedemann 94468d
  * Deprecated render_timer config field
Bernhard M. Wiedemann 94468d
  * Deprecated persistent_logging config field
Bernhard M. Wiedemann 94468d
Bernhard M. Wiedemann 94468d
-------------------------------------------------------------------
Bernhard M. Wiedemann 59ab8d
Sat Jun  6 22:00:39 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
Bernhard M. Wiedemann 59ab8d
Bernhard M. Wiedemann 59ab8d
- Update to 0.4.3
Bernhard M. Wiedemann 59ab8d
- Fixed
Bernhard M. Wiedemann 59ab8d
  * Tabstops not being reset with reset
Bernhard M. Wiedemann 59ab8d
  * Fallback to LC_CTYPE=UTF-8 on macOS without valid system locale
Bernhard M. Wiedemann 59ab8d
  * Resize lag on launch under some X11 wms
Bernhard M. Wiedemann 59ab8d
  * Increased input latency due to vsync behavior on X11
Bernhard M. Wiedemann 59ab8d
  * Emoji colors blending with terminal background
Bernhard M. Wiedemann 59ab8d
  * Fix escapes prematurely terminated by terminators in unicode glyphs
Bernhard M. Wiedemann 59ab8d
  * Incorrect location when clicking inside an unfocused window on macOS
Bernhard M. Wiedemann 59ab8d
  * Startup mode Maximized on Windows
Bernhard M. Wiedemann 59ab8d
  * Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
Bernhard M. Wiedemann 59ab8d
  * Crashing at startup on Windows
Bernhard M. Wiedemann 59ab8d
- run spec-cleaner
Bernhard M. Wiedemann 59ab8d
Bernhard M. Wiedemann 59ab8d
-------------------------------------------------------------------
Bernhard M. Wiedemann 37fef5
Mon Mar 30 12:04:23 UTC 2020 - Martin Rey <mrey@suse.com>
Bernhard M. Wiedemann 37fef5
Bernhard M. Wiedemann 37fef5
- Update to 0.4.2
Bernhard M. Wiedemann 37fef5
  * Minimum Rust version has been bumped to 1.37.0
Bernhard M. Wiedemann 37fef5
  * Capitalized the Alacritty.desktop file
Bernhard M. Wiedemann 37fef5
- Added
Bernhard M. Wiedemann 37fef5
  * Live config reload for window.title
Bernhard M. Wiedemann 37fef5
  * Added Rust features x11 and wayland to pick backends, with both
Bernhard M. Wiedemann 37fef5
    enabled by default
Bernhard M. Wiedemann 37fef5
- Changed
Bernhard M. Wiedemann 37fef5
  * Pressing additional modifiers for mouse bindings will no longer
Bernhard M. Wiedemann 37fef5
    trigger them
Bernhard M. Wiedemann 37fef5
  * Renamed WINIT_HIDPI_FACTOR environment variable to
Bernhard M. Wiedemann 37fef5
    WINIT_X11_SCALE_FACTOR
Bernhard M. Wiedemann 37fef5
  * Print an error instead of crashing, when startup working
Bernhard M. Wiedemann 37fef5
    directory is invalid
Bernhard M. Wiedemann 37fef5
  * Line selection will now expand across wrapped lines
Bernhard M. Wiedemann 37fef5
  * The default value for draw_bold_text_with_bright_colors is now
Bernhard M. Wiedemann 37fef5
    false
Bernhard M. Wiedemann 37fef5
  * Mirror OSC query terminators instead of always using BEL
Bernhard M. Wiedemann 37fef5
  * Increased Beam, Underline, and Hollow Block cursors' line
Bernhard M. Wiedemann 37fef5
    widths
Bernhard M. Wiedemann 37fef5
  * Dynamic title is not disabled anymore when window.title is set
Bernhard M. Wiedemann 37fef5
    in config
Bernhard M. Wiedemann 37fef5
- Removed
Bernhard M. Wiedemann 37fef5
  * Config option auto_scroll, which is now always disabled
Bernhard M. Wiedemann 37fef5
  * Config option tabspaces, which is now fixed at 8
Bernhard M. Wiedemann 37fef5
- Fixed
Bernhard M. Wiedemann 37fef5
  * Semantic selection stopping at full-width glyphs
Bernhard M. Wiedemann 37fef5
  * Full-width glyphs cut off in last column
Bernhard M. Wiedemann 37fef5
  * Crash when starting on some X11 systems
Bernhard M. Wiedemann 37fef5
  * Font size resetting when Alacritty is moved between screens
Bernhard M. Wiedemann 37fef5
  * Limited payload length in clipboard escape (used for Tmux
Bernhard M. Wiedemann 37fef5
    copy/paste)
Bernhard M. Wiedemann 37fef5
  * Alacritty not ignoring keyboard events for changing WM focus on
Bernhard M. Wiedemann 37fef5
    X11
Bernhard M. Wiedemann 37fef5
  * CLI parameters discarded when config is reload
Bernhard M. Wiedemann 37fef5
  * Blurred icons in KDE task switcher (alacritty.ico is now
Bernhard M. Wiedemann 37fef5
    high-res)
Bernhard M. Wiedemann 37fef5
  * Block selection starting from first column after beginning
Bernhard M. Wiedemann 37fef5
    leaves the scrollback
Bernhard M. Wiedemann 37fef5
  * Incorrect selection status of the first cell when selection is
Bernhard M. Wiedemann 37fef5
    off screen
Bernhard M. Wiedemann 37fef5
  * Backwards bracket selection
Bernhard M. Wiedemann 37fef5
  * Stack overflow when printing shader creation error
Bernhard M. Wiedemann 37fef5
  * Underline position for bitmap fonts
Bernhard M. Wiedemann 37fef5
  * Selection rotating outside of scrolling region
Bernhard M. Wiedemann 37fef5
  * Throughput performance problems caused by excessive font metric
Bernhard M. Wiedemann 37fef5
    queries
Bernhard M. Wiedemann 37fef5
  * Unicode throughput performance on Linux/BSD
Bernhard M. Wiedemann 37fef5
  * Resize of bitmap fonts
Bernhard M. Wiedemann 37fef5
  * Crash when using bitmap font with embeddedbitmap set to false
Bernhard M. Wiedemann 37fef5
  * Inconsistent fontconfig fallback
Bernhard M. Wiedemann 37fef5
  * Handling of OpenType variable fonts
Bernhard M. Wiedemann 37fef5
  * Expansion of block-selection on partially selected full-width
Bernhard M. Wiedemann 37fef5
    glyphs
Bernhard M. Wiedemann 37fef5
  * Handling of URLs with single quotes
Bernhard M. Wiedemann 37fef5
  * Parser reset between DCS escapes
Bernhard M. Wiedemann 37fef5
  * Parser stopping at unknown DEC private modes/SGR character
Bernhard M. Wiedemann 37fef5
    attributes
Bernhard M. Wiedemann 37fef5
  * Block selection appending duplicate newlines when last column
Bernhard M. Wiedemann 37fef5
    is selected
Bernhard M. Wiedemann 37fef5
  * Bitmap fonts being a bit smaller than they should be in some
Bernhard M. Wiedemann 37fef5
    cases
Bernhard M. Wiedemann 37fef5
  * Config reload creating alternate screen history instead of
Bernhard M. Wiedemann 37fef5
    updating scrollback
Bernhard M. Wiedemann 37fef5
  * Crash on Wayland compositors supporting wl_seat version 7+
Bernhard M. Wiedemann 37fef5
  * Message bar not hiding after fixing wrong color value in config
Bernhard M. Wiedemann 37fef5
  * Tabstops cleared on resize
Bernhard M. Wiedemann 37fef5
  * Tabstops not breaking across lines
Bernhard M. Wiedemann 37fef5
  * Crash when parsing DCS escape with more than 16 parameters
Bernhard M. Wiedemann 37fef5
  * Ignoring of slow touchpad scrolling
Bernhard M. Wiedemann 37fef5
  * Selection invisible when starting above viewport and ending
Bernhard M. Wiedemann 37fef5
    below it
Bernhard M. Wiedemann 37fef5
  * Clipboard not working after TTY switch on Wayland
Bernhard M. Wiedemann 37fef5
  * Crash when pasting non UTF-8 string advertised as UTF-8 string
Bernhard M. Wiedemann 37fef5
    on Wayland
Bernhard M. Wiedemann 37fef5
  * Incorrect modifiers tracking on X11 and macOS, leading to
Bernhard M. Wiedemann 37fef5
    'sticky' modifiers
Bernhard M. Wiedemann 37fef5
  * Crash when starting on Windows with missing dark mode support
Bernhard M. Wiedemann 37fef5
  * Variables XCURSOR_THEME and XCURSOR_SIZE ignored on Wayland
Bernhard M. Wiedemann 37fef5
  * Low resolution mouse cursor and decorations on HiDPI Wayland
Bernhard M. Wiedemann 37fef5
    outputs
Bernhard M. Wiedemann 37fef5
  * Decorations visible when in fullscreen on Wayland
Bernhard M. Wiedemann 37fef5
  * Crash on startup with some locales on X11
Bernhard M. Wiedemann 37fef5
  * Shrinking terminal height in alt screen deleting primary screen
Bernhard M. Wiedemann 37fef5
    content
Bernhard M. Wiedemann 37fef5
Bernhard M. Wiedemann 37fef5
-------------------------------------------------------------------
Bernhard M. Wiedemann f286d8
Wed Jan 22 16:56:44 UTC 2020 - Martin Rey <mrey@suse.com>
Bernhard M. Wiedemann f286d8
Bernhard M. Wiedemann f286d8
- Update to 0.4.1
Bernhard M. Wiedemann f286d8
  * Adapt cargo config
Bernhard M. Wiedemann f286d8
- Packaging:
Bernhard M. Wiedemann f286d8
  * Added compatibility logo variants for environments which can't
Bernhard M. Wiedemann f286d8
  render the default SVG
Bernhard M. Wiedemann f286d8
- Added:
Bernhard M. Wiedemann f286d8
  * Terminal escape bindings with combined modifiers for Delete and
Bernhard M. Wiedemann f286d8
  Insert
Bernhard M. Wiedemann f286d8
  * Colored emojis on Linux/BSD
Bernhard M. Wiedemann f286d8
  * Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale
Bernhard M. Wiedemann f286d8
  based on screen dimensions
Bernhard M. Wiedemann f286d8
- Changed:
Bernhard M. Wiedemann f286d8
  * The enable_experimental_conpty_backend config option has been
Bernhard M. Wiedemann f286d8
  replaced with winpty_backend
Bernhard M. Wiedemann f286d8
- Fixed:
Bernhard M. Wiedemann f286d8
  * URLs not truncated with non-matching single quote
Bernhard M. Wiedemann f286d8
  * Absolute file URLs (file:///home) not recognized because of
Bernhard M. Wiedemann f286d8
  leading /
Bernhard M. Wiedemann f286d8
  * Clipboard escape OSC 52 not working with empty clipboard
Bernhard M. Wiedemann f286d8
  parameter
Bernhard M. Wiedemann f286d8
  * Incorrect window size on X11 when waking up from suspend
Bernhard M. Wiedemann f286d8
  * Width of Unicode 11/12 emojis
Bernhard M. Wiedemann f286d8
  * Performance bottleneck when clearing colored rows
Bernhard M. Wiedemann f286d8
  * Crash on clear when scrolled up in history
Bernhard M. Wiedemann f286d8
  * Entire screen getting underlined/stroke out when running clear
Bernhard M. Wiedemann f286d8
  * Slow startup on some Wayland compositors
Bernhard M. Wiedemann f286d8
  * Resize cursor not showing up on Wayland
Bernhard M. Wiedemann f286d8
  * Maximized windows spawning behind system panel on Gnome Wayland
Bernhard M. Wiedemann f286d8
- Removed:
Bernhard M. Wiedemann f286d8
  * Support for 8-bit C1 escape sequences
Bernhard M. Wiedemann f286d8
Bernhard M. Wiedemann f286d8
-------------------------------------------------------------------
Bernhard M. Wiedemann d3c34b
Mon Dec 30 03:35:40 UTC 2019 - Luke Jones <luke@ljones.dev>
Bernhard M. Wiedemann d3c34b
Bernhard M. Wiedemann d3c34b
- Update to 0.4.0
Bernhard M. Wiedemann d3c34b
  * Clean up spec file
Bernhard M. Wiedemann d3c34b
  * Minimum rust version is now >= 1.36
Bernhard M. Wiedemann d3c34b
  * Include the config example as documentation
Bernhard M. Wiedemann d3c34b
  * Add _service file to enable easy updates of vendored sources
Bernhard M. Wiedemann d3c34b
  * Include a README.suse-maint
Bernhard M. Wiedemann d3c34b
- Added:
Bernhard M. Wiedemann d3c34b
  * Block selection mode when Control is held while starting a selection
Bernhard M. Wiedemann d3c34b
  * Allow setting general window class on X11 using CLI or config (window.class.general)
Bernhard M. Wiedemann d3c34b
  * Config option window.gtk_theme_variant to set GTK theme variant
Bernhard M. Wiedemann d3c34b
  * Completions for --class and -t (short title)
Bernhard M. Wiedemann d3c34b
  * Change the mouse cursor when hovering over the message bar and its close button
Bernhard M. Wiedemann d3c34b
  * Support combined bold and italic text (with font.bold_italic to customize it)
Bernhard M. Wiedemann d3c34b
  * Extra bindings for F13-F20
Bernhard M. Wiedemann d3c34b
  * Terminal escape bindings with combined modifiers
Bernhard M. Wiedemann d3c34b
  * Bindings for ScrollToTop and ScrollToBottom actions
Bernhard M. Wiedemann d3c34b
  * ReceiveChar key binding action to insert the key's text character
Bernhard M. Wiedemann d3c34b
  * New CLI flag --hold for keeping Alacritty opened after its child process exits
Bernhard M. Wiedemann d3c34b
  * Escape sequence to save and restore window title from stack
Bernhard M. Wiedemann d3c34b
  * Alternate scroll escape sequence (CSI ? 1007 h / CSI ? 1007 l)
Bernhard M. Wiedemann d3c34b
  * Print name of launch command if Alacritty failed to execute it
Bernhard M. Wiedemann d3c34b
  * Live reload font settings from config
Bernhard M. Wiedemann d3c34b
  * UTF-8 mouse mode escape sequence (CSI ? 1005 h / CSI ? 1005 l)
Bernhard M. Wiedemann d3c34b
  * Escape for reading clipboard (OSC 52 ; <s / p / c> ; ? BEL)
Bernhard M. Wiedemann d3c34b
  * Set selection clipboard (OSC 52 ; <s / p> ; <BASE64> BEL)
Bernhard M. Wiedemann d3c34b
- Changed:
Bernhard M. Wiedemann d3c34b
  * Scroll lines out of the visible region instead of deleting them when clearing the screen
Bernhard M. Wiedemann d3c34b
- Fixed:
Bernhard M. Wiedemann d3c34b
  * GUI programs launched by Alacritty starting in the background on X11
Bernhard M. Wiedemann d3c34b
  * Text Cursor position when scrolling
Bernhard M. Wiedemann d3c34b
  * Performance issues while resizing Alacritty
Bernhard M. Wiedemann d3c34b
  * First unfullscreen action ignored on window launched in fullscreen mode
Bernhard M. Wiedemann d3c34b
  * The window is now filled with the background color before displaying
Bernhard M. Wiedemann d3c34b
  * Cells sometimes not getting cleared correctly
Bernhard M. Wiedemann d3c34b
  * X11 clipboard hanging when mime type is set
Bernhard M. Wiedemann d3c34b
  * Debug ref tests are now written to disk regardless of shutdown method
Bernhard M. Wiedemann d3c34b
  * Cursor color setting with escape sequence
Bernhard M. Wiedemann d3c34b
  * Override default bindings with subset terminal mode match
Bernhard M. Wiedemann d3c34b
  * On Linux, respect fontconfig's embeddedbitmap configuration option
Bernhard M. Wiedemann d3c34b
  * Selecting trailing tab with semantic expansion
Bernhard M. Wiedemann d3c34b
  * URL parser incorrectly handling Markdown URLs and angled brackets
Bernhard M. Wiedemann d3c34b
  * Intermediate bytes of CSI sequences not checked
Bernhard M. Wiedemann d3c34b
  * Wayland clipboard integration
Bernhard M. Wiedemann d3c34b
  * Use text mouse cursor when mouse mode is temporarily disabled with shift
Bernhard M. Wiedemann d3c34b
  * Wayland primary selection clipboard not storing text when selection is stopped outside of the window
Bernhard M. Wiedemann d3c34b
  * Block URL highlight while a selection is active
Bernhard M. Wiedemann d3c34b
  * Bindings for Alt + F1-F12
Bernhard M. Wiedemann d3c34b
  * Discard scrolling region escape with bottom above top
Bernhard M. Wiedemann d3c34b
  * Opacity always applying to cells with their background color matching the teriminal background
Bernhard M. Wiedemann d3c34b
  * Allow semicolons when setting titles using an OSC
Bernhard M. Wiedemann d3c34b
  * Background always opaque on X11
Bernhard M. Wiedemann d3c34b
  * Skipping redraws on PTY update
Bernhard M. Wiedemann d3c34b
  * Not redrawing while resizing on Windows/macOS
Bernhard M. Wiedemann d3c34b
  * Decorations none launching an invisible window on Windows
Bernhard M. Wiedemann d3c34b
  * Alacritty turning transparent when opening another window on macOS with chunkwm
Bernhard M. Wiedemann d3c34b
  * Startup mode Maximized having no effect on Windows
Bernhard M. Wiedemann d3c34b
  * Inserting Emojis using Super+. or compose sequences on Windows
Bernhard M. Wiedemann d3c34b
  * Change mouse cursor depending on mode with Wayland
Bernhard M. Wiedemann d3c34b
  * Hide mouse cursor when typing if the mouse.hide_when_typing option is set on Wayland
Bernhard M. Wiedemann d3c34b
  * Glitches when DPI changes on Windows
Bernhard M. Wiedemann d3c34b
  * Crash when resuming after suspension
Bernhard M. Wiedemann d3c34b
  * Crash when trying to start on X11 with a Wayland compositor running
Bernhard M. Wiedemann d3c34b
  * Crash with a virtual display connected on X11
Bernhard M. Wiedemann d3c34b
  * Use \ instead of \\ as path separators on Windows for logging config file location
Bernhard M. Wiedemann d3c34b
  * Underline/strikeout drawn above visual bell
Bernhard M. Wiedemann d3c34b
  * Terminal going transparent during visual bell
Bernhard M. Wiedemann d3c34b
  * Selection not being cleared when sending chars through a binding
Bernhard M. Wiedemann d3c34b
  * Mouse protocols/encodings not being mutually exclusive within themselves
Bernhard M. Wiedemann d3c34b
  * Escape CSI Ps M deleting lines above cursor when at the bottom of the viewport
Bernhard M. Wiedemann d3c34b
  * Cell reset not clearing underline, strikeout and foreground color
Bernhard M. Wiedemann d3c34b
  * Escape CSI Ps c honored with a wrong Ps
Bernhard M. Wiedemann d3c34b
  * Ignore ESC escapes with invalid intermediates
Bernhard M. Wiedemann d3c34b
  * Blank lines after each line when pasting from GTK apps on Wayland
Bernhard M. Wiedemann d3c34b
- Removed:
Bernhard M. Wiedemann d3c34b
  * Bindings for Super/Command + F1-F12
Bernhard M. Wiedemann d3c34b
  * Automatic config generation
Bernhard M. Wiedemann d3c34b
  * Deprecated scrolling.faux_multiplier, the alternate scroll
Bernhard M. Wiedemann d3c34b
    escape can now be used to disable it and scrolling.multiplier
Bernhard M. Wiedemann d3c34b
    controls the number of scrolled lines
Bernhard M. Wiedemann d3c34b
Bernhard M. Wiedemann d3c34b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Mon Jul 22 13:15:34 UTC 2019 - Xu Zhao <i@xuzhao.net>
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to 0.3.3
Bernhard M. Wiedemann 96715b
  Added:
Bernhard M. Wiedemann 96715b
  * Added ToggleFullscreen action
Bernhard M. Wiedemann 96715b
  * A new window option window.startup_mode which controls how the window is created
Bernhard M. Wiedemann 96715b
  * _NET_WM_ICON property is set on X11 now, allowing for WMs to show icons in titlebars
Bernhard M. Wiedemann 96715b
  * Current Git commit hash to alacritty --version
Bernhard M. Wiedemann 96715b
  * Config options window.title and window.class
Bernhard M. Wiedemann 96715b
  * Config option working_directory
Bernhard M. Wiedemann 96715b
  * Config group debug with the options debug.log_level, debug.print_events and debug.ref_test
Bernhard M. Wiedemann 96715b
  * Select until next matching bracket when double-clicking a bracket
Bernhard M. Wiedemann 96715b
  * Added foreground/background escape code request sequences
Bernhard M. Wiedemann 96715b
  Changed:
Bernhard M. Wiedemann 96715b
  * The start_maximized window option is now startup_mode: Maximized
Bernhard M. Wiedemann 96715b
  * Cells with identical foreground and background will now show their text upon selection/inversion
Bernhard M. Wiedemann 96715b
  * Default Window padding to 0x0
Bernhard M. Wiedemann 96715b
  * Moved config option render_timer and persistent_logging to the debug group
Bernhard M. Wiedemann 96715b
  * When the cursor is in the selection, it will be inverted again, making it visible
Bernhard M. Wiedemann d3c34b
  Fixed:
Bernhard M. Wiedemann 96715b
  * Double-width characters in URLs only being highlit on the left half
Bernhard M. Wiedemann 96715b
  * PTY size not getting updated when message bar is shown
Bernhard M. Wiedemann 96715b
  * Text Cursor disappearing
Bernhard M. Wiedemann 96715b
  * Incorrect positioning of zero-width characters over double-width characters
Bernhard M. Wiedemann 96715b
  * Mouse mode generating events when the cell has not changed
Bernhard M. Wiedemann 96715b
  * Selections not automatically expanding across double-width characters
Bernhard M. Wiedemann 96715b
  * Text getting recognized as URLs without slashes separating the scheme
Bernhard M. Wiedemann 96715b
  * URL parser dropping trailing slashes from valid URLs
Bernhard M. Wiedemann 96715b
  * UTF-8 BOM skipped when reading config file
Bernhard M. Wiedemann 96715b
  * Terminfo backspace escape sequence (kbs)
Bernhard M. Wiedemann d3c34b
  Removed:
Bernhard M. Wiedemann 96715b
  * Deprecated mouse.faux_scrollback_lines config field
Bernhard M. Wiedemann 96715b
  * Deprecated custom_cursor_colors config field
Bernhard M. Wiedemann 96715b
  * Deprecated hide_cursor_when_typing config field
Bernhard M. Wiedemann 96715b
  * Deprecated cursor_style config field
Bernhard M. Wiedemann 96715b
  * Deprecated unfocused_hollow_cursor config field
Bernhard M. Wiedemann 96715b
  * Deprecated dimensions config field
Bernhard M. Wiedemann 96715b
- refresh vendor.tar.xz
Bernhard M. Wiedemann 96715b
- fixed blurred icon on X11
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Mon May 13 14:25:40 UTC 2019 - Xaver Hellauer <xaver@hellauer.bayern>
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to 0.3.2
Bernhard M. Wiedemann 96715b
  Fixed:
Bernhard M. Wiedemann 96715b
  * Panic on startup when using Conpty on Windows
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Tue Apr 23 09:37:15 UTC 2019 - Dag Jönsson <dag@jnsson.eu>
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to 0.3.1
Bernhard M. Wiedemann 96715b
  Added:
Bernhard M. Wiedemann 96715b
  * Added ScrollLineUp and ScrollLineDown actions for scrolling line by line
Bernhard M. Wiedemann 96715b
  Changed:
Bernhard M. Wiedemann 96715b
  * Alacritty now has a fixed minimum supported Rust version of 1.31.0
Bernhard M. Wiedemann 96715b
  Fixed:
Bernhard M. Wiedemann 96715b
  * Reset scrolling region when the RIS escape sequence is received
Bernhard M. Wiedemann 96715b
  * Subprocess spawning on macros
Bernhard M. Wiedemann 96715b
  * Unnecessary resize at startup
Bernhard M. Wiedemann 96715b
  * Text getting blurry after live-reloading shaders with padding active
Bernhard M. Wiedemann d3c34b
  * Resize events are not send to the shell anymore if dimensions haven't
Bernhard M. Wiedemann 96715b
    changed
Bernhard M. Wiedemann 96715b
  * Minor performance issues with underline and strikeout checks
Bernhard M. Wiedemann 96715b
  * Rare bug which would extend underline and strikeout beyond the end of line
Bernhard M. Wiedemann 96715b
  * Cursors not spanning two lines when over double-width characters
Bernhard M. Wiedemann 96715b
  * Incorrect cursor dimensions if the font offset isn't 0
Bernhard M. Wiedemann 96715b
- refresh vendor.tar.xz
Bernhard M. Wiedemann 96715b
- changed buildrequires to reflect project changes
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Tue Apr  9 16:05:59 UTC 2019 - Dag Jönsson <dagjo270@student.liu.se>
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- upate to 0.3.0
Bernhard M. Wiedemann 96715b
  Added:
Bernhard M. Wiedemann 96715b
  * Ability to specify starting position with the --position flag
Bernhard M. Wiedemann d3c34b
  * New configuration field window.position allows specifying the starting
Bernhard M. Wiedemann 96715b
    position
Bernhard M. Wiedemann 96715b
  * Added the ability to change the selection color
Bernhard M. Wiedemann 96715b
  * Text will reflow instead of truncating when resizing Alacritty
Bernhard M. Wiedemann d3c34b
  * Underline text and change cursor when hovering over URLs with required
Bernhard M. Wiedemann d3c34b
    modifiers pressed
Bernhard M. Wiedemann 96715b
  Changed:
Bernhard M. Wiedemann d3c34b
  * Clicking on non-alphabetical characters in front of URLs will no longer
Bernhard M. Wiedemann 96715b
    open them
Bernhard M. Wiedemann 96715b
  Fixed
Bernhard M. Wiedemann 96715b
  * Slow startup time on some X11 systems
Bernhard M. Wiedemann 96715b
  * On Wayland, the --title flag will set the Window title now
Bernhard M. Wiedemann 96715b
  * Fix start_maximized option on X11
Bernhard M. Wiedemann 96715b
  * Terminfo support for extended capabilities
Bernhard M. Wiedemann d3c34b
  * Crash when decreasing scrollback history in config while scrolled in
Bernhard M. Wiedemann 96715b
    history
Bernhard M. Wiedemann 96715b
  * Scrollback history live reload only working when shrinking lines
Bernhard M. Wiedemann 96715b
- refresh vendor.tar.xz
Bernhard M. Wiedemann 96715b
- man page and completions had been moved
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Fri Mar 22 22:11:30 UTC 2019 - Matthias Eliasson <elimat@opensuse.org>
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to 0.2.9
Bernhard M. Wiedemann 96715b
  Changed:
Bernhard M. Wiedemann 96715b
  * Accept fonts which are smaller in width or height than a single pixel
Bernhard M. Wiedemann 96715b
  Fixed:
Bernhard M. Wiedemann 96715b
  * Incorrect font spacing after moving Alacritty between displays
Bernhard M. Wiedemann 96715b
- refresh vendor.tar.xz
Bernhard M. Wiedemann 96715b
- add --path flag to cargo install which is now required
Bernhard M. Wiedemann 96715b
- minor cleanup with spec-cleaner
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Sat Oct 27 15:37:35 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to 0.2.1
Bernhard M. Wiedemann 96715b
  * first non-development release for opensuse. see
Bernhard M. Wiedemann 96715b
    https://github.com/jwilm/alacritty/releases/tag/v0.2.1 for notes
Bernhard M. Wiedemann 96715b
- simplify cargo vendoring
Bernhard M. Wiedemann 96715b
- minor cleanup with spec-cleaner
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Sat Jul 28 15:49:09 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to rev 57a455e5f209dd965fd6b495d7f2b033fd5288c0
Bernhard M. Wiedemann 96715b
  * Don't paste selection when in mouse mode
Bernhard M. Wiedemann 96715b
  * Paste path into terminal when drag & dropping file
Bernhard M. Wiedemann 96715b
  * Set $LANG env var using languageCode, countryCode
Bernhard M. Wiedemann 96715b
  * Update to glutin 0.16.0
Bernhard M. Wiedemann 96715b
  * Allow disabling DPI scaling
Bernhard M. Wiedemann 96715b
  * Add --class and --title CLI parameters
Bernhard M. Wiedemann 96715b
  * Reduce Increase-/DecreaseFontSize step to 0.5
Bernhard M. Wiedemann 96715b
  * Add Copy/Cut/Paste keys
Bernhard M. Wiedemann 96715b
  * Override dynamic_title when --title is specified
Bernhard M. Wiedemann 96715b
  * Change green implementation to use the macro
Bernhard M. Wiedemann 96715b
  * Ignore mouse input if window is unfocused
Bernhard M. Wiedemann 96715b
  * Clippy: move to cargo clippy, remove unnecessary lint
Bernhard M. Wiedemann 96715b
    annotations, enable clippy in font/copypasta crates,
Bernhard M. Wiedemann 96715b
    fix lints
Bernhard M. Wiedemann 96715b
  * Add config for unfocused window cursor change
Bernhard M. Wiedemann 96715b
  * Add support for cursor shape escape sequence
Bernhard M. Wiedemann 96715b
  * Add bright foreground color option
Bernhard M. Wiedemann 96715b
  * Switch from deprecated `std::env::home_dir` to `dirs::home_dir`
Bernhard M. Wiedemann 96715b
  * Allow specifying modifiers for mouse bindings
Bernhard M. Wiedemann 96715b
  * Send newline with NumpadEnter
Bernhard M. Wiedemann 96715b
  * Add support for LCD-V pixel mode
Bernhard M. Wiedemann 96715b
  * Add binding action for hiding the window
Bernhard M. Wiedemann 96715b
  * Add optional dim foreground color
Bernhard M. Wiedemann 96715b
  * Log: Ignore errors when logger can't write to output
Bernhard M. Wiedemann 96715b
  * Log: Replace debug asserts with static_assertions
Bernhard M. Wiedemann 96715b
  * Log: Reduce debug level for release
Bernhard M. Wiedemann 96715b
  * Log: Fix typo in error message
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Wed Apr 25 11:33:09 UTC 2018 - guillaume.gardet@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann d3c34b
- Remove checksums for config.guess and config.sub for aarch64
Bernhard M. Wiedemann 96715b
  and ppc64le since they are updated
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Fri Mar 30 00:26:37 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- Drop unneeded Requires for fish and zsh completions
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Wed Mar 28 08:13:08 UTC 2018 - jengelh@inai.de
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- Use a single %setup call.
Bernhard M. Wiedemann 96715b
- Trim filler wording from description.
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Fri Mar 23 23:18:56 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to rev dcc4b750381cd2096b6001cbf94e95a6e6b52ed0
Bernhard M. Wiedemann 96715b
  * fix verbose logging (-v, -vv and -vvv)
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Sun Mar 18 20:23:12 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- update to rev 6debc4f3351446417d0c4e38173cd9ef0faa71d5
Bernhard M. Wiedemann 96715b
  * fish shell completions
Bernhard M. Wiedemann 96715b
  * enable SRGB support
Bernhard M. Wiedemann 96715b
  * extend SGR and VT200 mouse support
Bernhard M. Wiedemann 96715b
  * switch meta key to alt instead of super
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
-------------------------------------------------------------------
Bernhard M. Wiedemann 96715b
Tue Mar 13 03:56:43 UTC 2018 - avindra@opensuse.org
Bernhard M. Wiedemann 96715b
Bernhard M. Wiedemann 96715b
- initial package @ cb05e72be2fcf7e78bff99e4316f19510bf4f502