2024-03-18 09:42:02 by pin | Files touched by this commit (3) | |
Log message:
sysutils/onefetch: update to 2.20.0
New Features ๐
Add svg language support by @Localghost385 in #1266
lang: Adding Oz programming language by @luxluth in #1280
Chores ๐งน
website: Filter entries by language type in onefetch.dev by @o2sh in #1227
Use GitHub's alert syntax by @spenserblack in #1234
Add german translation of README.md by @rdwz in #1236
Use gitoxide to get pending changes by @Byron in #1285
|
2023-11-30 23:01:00 by pin | Files touched by this commit (5) | |
Log message:
sysutils/onefetch: update to 2.19.0
2.19.0 (2023-11-29)
New Features ๐
- exclude files from churn by @o2sh in #1120
- add odin support by @spsandwichman in #1064
- New language: Arduino by @Sh4rk-Byte in #1176
- Right align authorship percentages by @lukehsiao in #1207
- Add Agda to languages.yaml by @Zoltan-Balazs in #1216
Bug Fixes ๐
- add a test for negative dates and see how onefetch handles it
by @Byron in #1100
Chores ๐งน
- Group clap dependency updates by @spenserblack in #1101
- Group all NPM dependency updates by @spenserblack in #1110
- Added Turkish Translations by @4Chaffenel in #1135
- use workspace inheritance by @o2sh in #1142
- docs(contributing): Add syntax highlighting to YAML block by @spenserblack in \
#1172
- add release.yml file by @o2sh in #1177
- replace action-rs by @o2sh in #1191
- Resolve clippy warnings by @spenserblack in #1201
- Refactor and test info field styling by @spenserblack in #1214
- Refactoring git metrics module by @o2sh in #1217
Dependencies โฌ๏ธโฌ๏ธ
- upgrade to gix 0.53.1 by @Byron in #1166
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-20 23:24:29 by pin | Files touched by this commit (1) |
Log message:
sysutils/onefetch: fix build with new libgit2
Switch to vendored libgit2 to avoid mismatches.
|
2023-08-26 19:15:24 by Havard Eidnes | Files touched by this commit (3) |
Log message:
sysutils/onefetch: Fix build on NetBSD/powerpc.
We do this by forcefully not probing for POWER8 or POWER9 in
vendor/libz-ng-sys-1.1.8.
Bump PKGREVISION.
|
2023-06-26 10:21:09 by pin | Files touched by this commit (2) | |
Log message:
sysutils/onefetch: update to 2.18.1
Bug Fixes
- don't fail when computing diff on partial clones (#1093) @Byron @o2sh
Features
- fetch banner info from github (#1094) @spenserblack @o2sh
|
2023-06-21 09:54:44 by pin | Files touched by this commit (3) | |
Log message:
sysutils/onefetch: update to 2.18.0
Features
- add new info line called "Churn" which displays the files with the most
modifications (commits) (#1071) @o2sh @Byron
- add Hlsl support (#1082) @progDes007
Chore
- performance: optimize case where repo has a commit-graph for massive
performance gains (#1081) @Byron
- docs: add a cmd.exe version of the cd snippet (#1048) @mataha
- refacto: use the builder pattern to instantiate the Info struct (#1047)
@o2sh @spenserblack
- improve bot regex (#1086) @o2sh @spenserblack
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-29 17:58:13 by pin | Files touched by this commit (4) | |
Log message:
sysutils/onefetch: update to 2.17.1
2.17.0 (2023-04-08)
- Disable line wrap (#983) @o2sh
- Add Pascal support (#989) @rchastain
- Add Coldfusion support (#971) @theemanofsteele
- Remove github token from url field (#996) @jim4067
- Changed Hashbang (#979) @gautamprikshit1
- Prevent conflicts in wiki action 39fe441 @spenserblack
- Fix typos (#992) @hezhizhen
- Group CLI options in sections (#995) @o2sh
- replace --show-logo with --no-art (#1002) @o2sh
- Set snapshot language to plain text (#1003) @spenserblack
- Better error message when human_time panics (#1010) @o2sh
|
2023-04-27 20:16:42 by pin | Files touched by this commit (4) |
Log message:
sysutils/onefetch: fix build w/new libgit2
|