Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 11a0e426ca | |||
| 89f3821d4b | |||
| e53abf9dab | |||
| 0b559d33d1 |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/cantino/mcfly.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.9.2</param>
|
||||
<param name="revision">v0.9.4</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:128f06606840bc592f80ce14e743303ece7e25e36bef8eb196ba3f7953a52534
|
||||
size 216512
|
||||
3
mcfly-0.9.4.tar.xz
Normal file
3
mcfly-0.9.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bcc7dcfefc059e070ca276681e48e0c013960cb52d39388b707623a5ba094e8
|
||||
size 215916
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 09:11:02 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.4:
|
||||
* Implement case sensitivity for inputs containing uppercase letters,
|
||||
highlighing only matched characters
|
||||
* Fish fixes
|
||||
* Make the result selection in dark mode easier to see
|
||||
* Upgrade Rust to 2024 edition
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 07:41:58 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.3:
|
||||
* Fix PowerShell VIM key scheme duplicates keypresses
|
||||
* Display more results by default
|
||||
* Hopefully fix occasional sort panics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 06:16:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mcfly
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# 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: mcfly
|
||||
Version: 0.9.2+0
|
||||
Version: 0.9.4
|
||||
Release: 0
|
||||
Summary: Shell history helper
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f5482fd9ebcc2ce31d6bbb53a3ea4eb82e6bb9c7dd6fb128d1d0618d185ebb7
|
||||
size 24302332
|
||||
oid sha256:3dc143b008c4accd7c66522bdf260d395b978917db167a97364348576076037e
|
||||
size 26773484
|
||||
|
||||
Reference in New Issue
Block a user