4 Commits

Author SHA256 Message Date
11a0e426ca Accepting request 1328206 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1328206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcfly?expand=0&rev=12
2026-01-20 20:04:47 +00:00
89f3821d4b - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/mcfly?expand=0&rev=26
2026-01-20 09:13:39 +00:00
e53abf9dab Accepting request 1245240 from utilities
- Update to 0.9.3:
  * Fix PowerShell VIM key scheme duplicates keypresses
  * Display more results by default
  * Hopefully fix occasional sort panics

OBS-URL: https://build.opensuse.org/request/show/1245240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mcfly?expand=0&rev=11
2025-02-12 20:35:55 +00:00
0b559d33d1 - Update to 0.9.3:
* Fix PowerShell VIM key scheme duplicates keypresses
  * Display more results by default
  * Hopefully fix occasional sort panics

OBS-URL: https://build.opensuse.org/package/show/utilities/mcfly?expand=0&rev=24
2025-02-12 07:44:25 +00:00
6 changed files with 27 additions and 9 deletions

View File

@@ -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>

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bcc7dcfefc059e070ca276681e48e0c013960cb52d39388b707623a5ba094e8
size 215916

View File

@@ -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>

View File

@@ -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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f5482fd9ebcc2ce31d6bbb53a3ea4eb82e6bb9c7dd6fb128d1d0618d185ebb7
size 24302332
oid sha256:3dc143b008c4accd7c66522bdf260d395b978917db167a97364348576076037e
size 26773484