Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7d038520f9 | |||
| aaeb02f22a | |||
| f1788ce269 | |||
|
|
063611dfe0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efda19aecec408095bb515975a1a6ed9e66d0ab985c2b580087b031261f71cfc
|
||||
size 3398059
|
||||
3
sad-0.4.32.tar.gz
Normal file
3
sad-0.4.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a67902b9edb287861668ee3e39482c17b41c60e244ece62b3f8016250286294f
|
||||
size 3398855
|
||||
25
sad.changes
25
sad.changes
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 6 15:23:24 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to versione 0.4.32:
|
||||
* It looks like in the newer versions of fzf the command that was used to
|
||||
"execute and exit" no longer works. A quick fix is to simply migrate to
|
||||
fzf's new become command, which almost does the same thing.
|
||||
This is a breaking change for older versions of fzf (<0.38) however, and
|
||||
users using fzf shipped with ubuntu 22 and below should stick with old
|
||||
version for now
|
||||
* bump dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 01:50:25 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
- Update to version 0.4.31:
|
||||
* Fix display issue with new fzf ( no longer use \n as delimiter )
|
||||
* Revert multi-select preview, since it conflicts with incremental preview :(
|
||||
* Add PowerShell flag '\r' flag under windows
|
||||
* Give up on trying to solve windows edge cases, instead of not working at all, it now works for utf-8 only
|
||||
* Reduce allocations
|
||||
* Preview multi-selects
|
||||
* Fewer dependencies
|
||||
* More robust signal handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 03:12:05 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
||||
6
sad.spec
6
sad.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sad
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sad
|
||||
Version: 0.4.28
|
||||
Version: 0.4.32
|
||||
Release: 0
|
||||
Summary: CLI search and replace batch file editing tool
|
||||
URL: https://github.com/ms-jpq/sad
|
||||
@@ -27,7 +27,7 @@ Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: python3
|
||||
BuildRequires: zstd
|
||||
Recommends: fzf
|
||||
Recommends: fzf >= 0.38.0
|
||||
|
||||
%description
|
||||
Basically sad is a Batch File Edit tool.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3528a3ff7d8b1f560e53dcc61c1741dc4dd44b72154fa1f6f400422bb99c733
|
||||
size 17858117
|
||||
oid sha256:36afabc7b3b80f32771cf90373fefda39c28af0035edac56cceec0a3eef3fb09
|
||||
size 16657048
|
||||
|
||||
Reference in New Issue
Block a user