diff --git a/_service b/_service index 3db5dd3..788ccef 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git https://github.com/alacritty/alacritty.git - refs/tags/v0.13.2 + refs/tags/v0.14.0 v* @PARENT_TAG@ v(.*) @@ -38,5 +38,4 @@ true true - diff --git a/_servicedata b/_servicedata index 270bf7a..99890a8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/alacritty/alacritty.git - bb8ea18ea848f67ce981b0c2446d1eee2c49eada \ No newline at end of file + 22a447573bbd67c0a5d3946d58d6d61bac3b4ad2 \ No newline at end of file diff --git a/alacritty-0.13.2.tar.zst b/alacritty-0.13.2.tar.zst deleted file mode 100644 index ab4568c..0000000 --- a/alacritty-0.13.2.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d1057cbfd18948d69ca060d892f02ebff804f3e3fc8b00c13a589e67fe2ee5a -size 1176737 diff --git a/alacritty-0.14.0.tar.zst b/alacritty-0.14.0.tar.zst new file mode 100644 index 0000000..6fa3449 --- /dev/null +++ b/alacritty-0.14.0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191bd338f07d0c6060d43d7c0c0bce977e03582015c0c817deccec4ce6acccb6 +size 1182323 diff --git a/alacritty.changes b/alacritty.changes index dd5e111..d57ae41 100644 --- a/alacritty.changes +++ b/alacritty.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Oct 25 20:39:28 UTC 2024 - adam@mizerski.pl + +- Update to version 0.14.0: + * Packaging + + Minimum Rust version has been bumped to 1.74.0 + * Added + + Support relative path imports from config files + + alacritty migrate support for TOML configuration changes + + Headless mode using alacritty --daemon + * Changed + + Pressing Alt with unicode input will now add ESC like for ASCII input + + Decorations use opaque style and system window background on macOS + + No longer source ~/.zshenv on macOS + + Moved config options import, working_directory, live_config_reload, and ipc_socket + + to the new general section + + Moved config option shell to terminal.shell + + ctrl+shift+u binding to open links to ctrl+shift+o to avoid collisions with IMEs + + Use Beam cursor for single char cursor inside the IME preview + * Fixed + + Crash when trying to create a new tab without decorations enabled + + New window being treated as focused when it's not on Wayland + + IME preview blending into text below it + + Dynamic title disabled for new windows when initial one has title as CLI option + + While terminal in mouse mode, mouse bindings that used the shift modifier and + + had multiple actions only performed the first action + + Leaking FDs when closing windows on Unix systems + + Config emitting errors for nonexistent import paths + + Kitty keyboard protocol reporting shifted key codes + + Broken search with words broken across line boundary on the first character + + Config import changes not being live reloaded + + Cursor color requests with default cursor colors + + Fullwidth semantic escape characters + + Windows app icon now displays properly in old alt+tab on Windows + + Alacritty not being properly activated with startup notify + + Invalid URL highlights after terminal scrolling + + Hollow block cursor not spanning multiple chars being edited inside the IME preview + + Vi inline search only working for direct key input without modifiers + ------------------------------------------------------------------- Sun Apr 21 15:22:01 UTC 2024 - Eyad Issa diff --git a/alacritty.obsinfo b/alacritty.obsinfo index fec7fab..4b31184 100644 --- a/alacritty.obsinfo +++ b/alacritty.obsinfo @@ -1,4 +1,4 @@ name: alacritty -version: 0.13.2 -mtime: 1711302655 -commit: bb8ea18ea848f67ce981b0c2446d1eee2c49eada +version: 0.14.0 +mtime: 1729638601 +commit: 22a447573bbd67c0a5d3946d58d6d61bac3b4ad2 diff --git a/alacritty.spec b/alacritty.spec index 06ac70f..67bdc2b 100644 --- a/alacritty.spec +++ b/alacritty.spec @@ -17,7 +17,7 @@ Name: alacritty -Version: 0.13.2 +Version: 0.14.0 Release: 0 Summary: A GPU-accelerated terminal emulator License: Apache-2.0 @@ -26,17 +26,17 @@ Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst Source3: README.suse-maint BuildRequires: cargo-packaging -BuildRequires: cmake BuildRequires: fdupes -BuildRequires: freetype2-devel BuildRequires: libxcb-devel BuildRequires: libxkbcommon-devel BuildRequires: pkgconfig -BuildRequires: rust >= 1.70 +BuildRequires: rust >= 1.74 BuildRequires: scdoc BuildRequires: update-desktop-files BuildRequires: xclip BuildRequires: pkgconfig(fontconfig) +# taken from vendor/freetype-sys/build.rs +BuildRequires: pkgconfig(freetype2) >= 24.3.18 Suggests: terminfo %description @@ -72,15 +72,6 @@ The official zsh completion script for alacritty. %prep %autosetup -a1 -%ifarch aarch64 ppc64le riscv64 -# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them -sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json -sed -i 's#"expat/conftools/config.sub":"523cb028db907d1fbbcecdcac6737f9e2eeba48fb639231dbc5ae69238f276c9",##g' ./vendor/expat-sys/.cargo-checksum.json -%endif -%ifarch riscv64 -sed -i -e 's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e503ae26b62319",##' -e 's#"config.sub":"f7e62c3cb15cd5bbc4e7f3617793b227481fc554d39697a9c322a266d20fb626",##' vendor/servo-fontconfig-sys/.cargo-checksum.json -%endif - %build %{cargo_build} diff --git a/vendor.tar.zst b/vendor.tar.zst index 3be42e0..95d0043 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20ef9efbd1728c2ff06995275b5de2869d6cc404bbfc13993420cc183e87746d -size 10586945 +oid sha256:99a52bd28f19c07d2e007679618b943c8601c319a17357fd0592b64771344111 +size 10283472