forked from pool/onefetch
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 76d3d38fbf | |||
| 57dd4a89d6 | |||
| 3382c39078 | |||
| 17244feb23 | |||
| ba11f834cc | |||
| 17b8b0ddfc | |||
| 4f59ae6187 | |||
| 435c79f4fc | |||
| b95b280f40 | |||
| d29acb57c3 |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="disabled" name="obs_scm">
|
||||||
<param name="url">https://github.com/o2sh/onefetch.git</param>
|
<param name="url">https://github.com/o2sh/onefetch.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">2.21.0</param>
|
<param name="revision">2.26.1</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6ac466646f71d76036fd2f32f5cc2c4eb7da1fe3f1b7bd06137b95750948c2f
|
|
||||||
size 1881172
|
|
||||||
3
onefetch-2.26.1.tar.xz
Normal file
3
onefetch-2.26.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eee9781853762de4acf6ad28a935f8ad26c7f1680027ef9110838610603c3de7
|
||||||
|
size 1699972
|
||||||
@@ -1,3 +1,87 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 08:05:45 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.26.1:
|
||||||
|
* Fix CD pipeline
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 08:04:33 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.26.0:
|
||||||
|
New Features:
|
||||||
|
* Add colors to --help #1633
|
||||||
|
Chores:
|
||||||
|
* No unsafe #1646
|
||||||
|
* bump cargo edition to 2024
|
||||||
|
* increase default color resolution for sixel
|
||||||
|
Bug Fixes:
|
||||||
|
* skip get_main_language call if no language detected
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 06:22:16 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.25.0:
|
||||||
|
New Features:
|
||||||
|
* add language support for Text #1579
|
||||||
|
* support repos "without source code" #1580
|
||||||
|
Chores:
|
||||||
|
* improve error handling #1560
|
||||||
|
Bug Fixes:
|
||||||
|
* remove extra line break in 886d942
|
||||||
|
- bsc#1230085: This updates gix-path to 0.10.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 13 18:49:49 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.24.0:
|
||||||
|
* add language support for Lean #1509
|
||||||
|
* add language support for Typst #1508
|
||||||
|
* add language support for Razor #1521
|
||||||
|
* more idiomatic way to fetch HEAD refs #1515
|
||||||
|
* more idiomatic way to fetch repository remote URL #1516
|
||||||
|
* update holyc language logo #1543
|
||||||
|
* update wiki powershell-snippet #1542
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 13:08:54 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.23.1:
|
||||||
|
* Fix version in man page
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 13:07:52 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.23.0:
|
||||||
|
New Features:
|
||||||
|
* add language support for OpenSCAD #1502
|
||||||
|
* add language support for Modelica #1262
|
||||||
|
* add language support for ATS #523
|
||||||
|
* add language support for CUDA #940
|
||||||
|
* add missing nerd fonts icons for some languages #1491
|
||||||
|
Chores:
|
||||||
|
* add Italian translation of README #1435
|
||||||
|
* add Polish translation of README #1444
|
||||||
|
* add Czech translation of READEME #1439
|
||||||
|
* update russian README #1478
|
||||||
|
* add script to preview/validate Nerd Fonts #1492
|
||||||
|
* add Powershell snippet to run onefetch automatically #1453
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 06:32:03 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.22.0:
|
||||||
|
New Features:
|
||||||
|
* Add support for nerd font glyphs in languages info #1395
|
||||||
|
* [onefetch.dev] Add nerdfont iconts to the preview #1411
|
||||||
|
* Automate publishing crates to crates.io #1364
|
||||||
|
Bug Fixes:
|
||||||
|
* Show future commit dates without panicking #1389
|
||||||
|
Chores:
|
||||||
|
* Re-generate the man page with --no-info #1376
|
||||||
|
* Drop unused shebangs from repo test fixture scripts #1375
|
||||||
|
- bsc#1230686 (CVE-2024-45405):
|
||||||
|
Bump git-path to 0.10.11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 13 06:29:58 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon May 13 06:29:58 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package onefetch
|
# spec file for package onefetch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: onefetch
|
Name: onefetch
|
||||||
Version: 2.21.0+0
|
Version: 2.26.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Git repository summary on your terminal
|
Summary: Git repository summary on your terminal
|
||||||
License: GPL-2.0-only AND MIT
|
License: GPL-2.0-only AND MIT
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cd12e4c1aa315390910e0f40bf524b9e2781f19be621bbdb4bdc7036c6a779fb
|
oid sha256:97b1db06684fd4caf5ba0ab046c29c870b17155dd15e920c8caa48cdbfdcda2c
|
||||||
size 40583200
|
size 43060640
|
||||||
|
|||||||
Reference in New Issue
Block a user