6 Commits

Author SHA256 Message Date
3382c39078 Accepting request 1291402 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1291402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onefetch?expand=0&rev=28
2025-07-09 15:28:36 +00:00
17244feb23 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/onefetch?expand=0&rev=62
2025-07-09 06:33:27 +00:00
ba11f834cc Accepting request 1269030 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1269030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onefetch?expand=0&rev=27
2025-04-14 10:58:37 +00:00
17b8b0ddfc - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/onefetch?expand=0&rev=60
2025-04-13 18:53:26 +00:00
4f59ae6187 Accepting request 1235632 from utilities
- Update to 0.23.1:
  * Fix version in man page

- 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

OBS-URL: https://build.opensuse.org/request/show/1235632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/onefetch?expand=0&rev=26
2025-01-07 19:55:04 +00:00
435c79f4fc - Update to 0.23.1:
* Fix version in man page

- 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

OBS-URL: https://build.opensuse.org/package/show/utilities/onefetch?expand=0&rev=58
2025-01-07 13:14:11 +00:00
6 changed files with 57 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/o2sh/onefetch.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">2.22.0</param>
<param name="revision">2.25.0</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:6ac667dafc0dcafe5a6924e6adf51c43e9099373743515c9418b5219a840be18
size 1879232

3
onefetch-2.25.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package onefetch
#
# 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: onefetch
Version: 2.22.0
Version: 2.25.0
Release: 0
Summary: Git repository summary on your terminal
License: GPL-2.0-only AND MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:940a579d238681050eb263f5a31f8e6c3e47192b7e80ac3d8297b31090f689bc
size 39919348
oid sha256:d4f621747d24253e56cc198bc256da9f62f6f49dd68acf23db498feb8746264f
size 39065764