Skip to content

Commit

Permalink
Update to 15.2.0. From the changelog:
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

- sysinfo: this property isn't used in any of the themes and it's
  incorrect as fetching CPU information requires a timer which we don't
  want to use as it will make rendering the prompt slower.
  For users who migrate to this version, remove the .CPU property from
  the sysinfo segment's template in case you have that set.

Bug Fixes:

- sysinfo: remove CPU context, closes #3730

Features

- go: update dependencies
- go: update to 1.20.3
  • Loading branch information
schmonz committed Apr 24, 2023
1 parent 69eeaba commit 3ae4b79
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 167 deletions.
4 changes: 2 additions & 2 deletions shells/oh-my-posh/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2023/04/23 08:28:09 pin Exp $
# $NetBSD: Makefile,v 1.11 2023/04/24 15:43:34 schmonz Exp $

DISTNAME= oh-my-posh-14.32.2
DISTNAME= oh-my-posh-15.2.0
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=JanDeDobbeleer/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down

0 comments on commit 3ae4b79

Please sign in to comment.