Skip to content

Commit 4cf85d0

Browse files
authored
Merge branch 'o2sh:main' into main
2 parents 94dd695 + 5f5633e commit 4cf85d0

22 files changed

+977
-820
lines changed

.github/workflows/wiki.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: Sync Wiki
1+
name: Publish Wiki
22
on:
33
push:
44
branches: [main]
55
paths:
6-
- ".github/wiki/**"
6+
- "docs/wiki/**"
77

88
workflow_dispatch:
99

10+
concurrency:
11+
group: wiki
12+
cancel-in-progress: true
13+
permissions:
14+
contents: write
1015
jobs:
11-
update-wiki:
16+
wiki:
1217
runs-on: ubuntu-latest
13-
name: Sync Wiki
14-
concurrency:
15-
group: wiki
16-
cancel-in-progress: true
17-
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: spenserblack/actions-wiki@v0.1
20+
- uses: spenserblack/actions-wiki@v0.3.0
2121
with:
22-
token: ${{ secrets.WIKI_TOKEN }}
22+
path: docs/wiki

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.24.0 (2025-04-12)
9+
10+
### New Features
11+
12+
- add language support for Lean by @foxyseta in https://github.com/o2sh/onefetch/pull/1509
13+
- add language support for Typst by @foxyseta in https://github.com/o2sh/onefetch/pull/1508
14+
- add language support for Razor by @SrS2225a in https://github.com/o2sh/onefetch/pull/1521
15+
16+
### Chores
17+
18+
- more idiomatic way to fetch HEAD refs by @o2sh in https://github.com/o2sh/onefetch/pull/1515
19+
- more idiomatic way to fetch repository remote URL by @o2sh in https://github.com/o2sh/onefetch/pull/1516
20+
- update holyc language logo by @o2sh in https://github.com/o2sh/onefetch/pull/1543
21+
- update wiki powershell-snippet by @FallenDeity in https://github.com/o2sh/onefetch/pull/1542
22+
- add nix local setup @Sk7Str1p3 in https://github.com/o2sh/onefetch/pull/1549
23+
824
## 2.23.1 (2025-01-01)
925

1026
### Bug Fixes

0 commit comments

Comments
 (0)