Revisions of alacritty

xia lei's avatar xia lei (zzndb) committed (revision 25)
xia lei's avatar xia lei (zzndb) committed (revision 24)
xia lei's avatar xia lei (zzndb) committed (revision 23)
- update in version 0.5.0
 * Removed
  - Environment variable `RUST_LOG` for selecting the log level
  - Deprecated `window.start_maximized` config field
  - Deprecated `render_timer` config field
  - Deprecated `persistent_logging` config field
 * Added
  - Default Command+N keybinding for SpawnNewInstance on macOS
  - Vi mode for regex search, copying text, and opening links
  - `CopySelection` action which copies into selection buffer on Linux/BSD
  - Option `cursor.thickness` to set terminal cursor thickness
  - Font fallback on Windows
  - Support for Fontconfig embolden and matrix options
  - Opt-out compilation flag `winpty` to disable WinPTY support
  - Scrolling during selection when mouse is at top/bottom of window
  - Expanding existing selections using single, double and triple click with the
  right mouse button
  - Support for `gopher` and `gemini` URLs
  - Unicode 13 support
  - Option to run command on bell which can be set in `bell.command`
  - Fallback to program specified in `$SHELL` variable on Linux/BSD if it is
  present
 * Changed
  - Block cursor is no longer inverted at the start/end of a selection
  - Preserve selection on non-LMB or mouse mode clicks
  - Wayland client side decorations are now based on config colorscheme
  - Low resolution window decoration icon on Windows
  - Mouse bindings for additional buttons need to be specified as a number not
  a string
  - Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled
xia lei's avatar xia lei (zzndb) committed (revision 22)
- update in version 0.4.3 
 * Fixed
  - Tabstops not being reset with reset
  - Fallback to LC_CTYPE=UTF-8 on macOS without valid system locale
  - Resize lag on launch under some X11 wms
  - Increased input latency due to vsync behavior on X11
  - Emoji colors blending with terminal background
  - Fix escapes prematurely terminated by terminators in unicode glyphs
  - Incorrect location when clicking inside an unfocused window on macOS
  - Startup mode Maximized on Windows
  - Crash when writing a fullwidth character in the last column with auto-wrap mode disabled
  - Crashing at startup on Windows
xia lei's avatar xia lei (zzndb) committed (revision 21)
- update version 0.4.2-rc4
 * Fixed
   - Shrinking terminal height in alt screen deleting primary screen content
   - Incorrect cursor position when leaving alt screen after resize
xia lei's avatar xia lei (zzndb) committed (revision 20)
- update version 0.4.2-rc3 
 * Fixed
   - Invisible selection being visible on first/last cell in viewport
xia lei's avatar xia lei (zzndb) committed (revision 19)
- update version 0.4.2-rc2
 * Added:
   - Live config reload for 'window.title'
 * 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
 * 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)
   - Consecutive builds failing on macOS due to preexisting /Application symlink
   - 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
xia lei's avatar xia lei (zzndb) committed (revision 18)
- back to normal build remove _service file
- update vwrsion 0.4.1 
  * Added:
    - Terminal escape bindings with combined modifiers for Delete and Insert
    - Colored emojis on Linux/BSD
    - Value randr for WINIT_HIDPI_FACTOR, to ignore Xft.dpi and scale based 
    on screen dimensions
  * Changed:
    - The enable_experimental_conpty_backend config option has been replaced 
    with winpty_backend
  * Fixed:
    - URLs not truncated with non-matching single quote
    - Absolute file URLs (file:///home) not recognized because of leading /
    - Clipboard escape OSC 52 not working with empty clipboard parameter
    - Incorrect window size on X11 when waking up from suspend
    - Width of Unicode 11/12 emojis
    - Minimize on windows causing layout issues
    - Performance bottleneck when clearing colored rows
    - Crash on clear when scrolled up in history
    - Entire screen getting underlined/stroke out when running clear
    - Slow startup on some Wayland compositors
    - Resize cursor not showing up on Wayland
    - Maximized windows spawning behind system panel on Gnome Wayland
  * Removed:
    - Support for 8-bit C1 escape sequences
xia lei's avatar xia lei (zzndb) committed (revision 17)
- update build spec according to project 'INSTALL.md' 
- use unreleased master branch (>0.3.3) to get terminal transparent fix version
- update from 0.3.3
 * please check 
    https://github.com/jwilm/alacritty/blob/master/CHANGELOG.md#unreleased
- update version 0.3.3
 * please check https://github.com/jwilm/alacritty/releases/tag/v0.3.3
xia lei's avatar xia lei (zzndb) committed (revision 16)
- update the forgotten source file XD
xia lei's avatar xia lei (zzndb) committed (revision 15)
- update version 0.3.2
  * Fixed Panic on startup when using Conpty on Windows 
- update version 0.3.1
  * Added: 
      Added ScrollLineUp and ScrollLineDown actions for scrolling line by line
  * Changed: 
      Alacritty now has a fixed minimum supported Rust version of 1.31.0
  * Fixed:
    - Reset scrolling region when the RIS escape sequence is received
    - Subprocess spawning on macos
    - Unnecessary resize at startup
    - Text getting blurry after live-reloading shaders with padding active
    - Resize events are not send to the shell anymore if dimensions haven't changed
    - Minor performance issues with underline and strikeout checks
    - Rare bug which would extend underline and strikeout beyond the end of line
    - Cursors not spanning two lines when over double-width characters
    - Incorrect cursor dimensions if the font offset isn't 0
- update vendor file 
- according build result delete 'Provides' keep 'Obsoletes'
xia lei's avatar xia lei (zzndb) committed (revision 14)
fix desktop file icon
xia lei's avatar xia lei (zzndb) committed (revision 13)
fix obs packaging 'directories not owned by a package' problem
xia lei's avatar xia lei (zzndb) committed (revision 12)
update package file path problem add itself desktop file and icon
xia lei's avatar xia lei (zzndb) committed (revision 11)
- update to version 0.3.0 
- more detail please check https://github.com/jwilm/alacritty/releases/tag/v0.3.0
xia lei's avatar xia lei (zzndb) committed (revision 10)
change requires rust-std to rust-std-static, for leap 15
xia lei's avatar xia lei (zzndb) committed (revision 9)
xia lei's avatar xia lei (zzndb) committed (revision 8)
xia lei's avatar xia lei (zzndb) committed (revision 7)
limit cargo version for leap15, use additional repo
xia lei's avatar xia lei (zzndb) committed (revision 6)
use suit version vendor
Displaying revisions 1 - 20 of 25
openSUSE Build Service is sponsored by