File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.2] - 2025-12-28
9+
10+ ### Added
11+ - Fish shell completions
12+ - CHANGELOG.md for release history
13+
14+ ### Changed
15+ - Homebrew formula now installs fish completions automatically
16+
817## [ 1.0.1] - 2025-12-28
918
1019### Fixed
@@ -32,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3241- Homebrew formula for easy installation
3342- Logging to ` ~/.nerd-font-manager.log `
3443
44+ [ 1.0.2 ] : https://github.com/auge2u/uni-nerd-font/compare/v1.0.1...v1.0.2
3545[ 1.0.1 ] : https://github.com/auge2u/uni-nerd-font/compare/v1.0.0...v1.0.1
3646[ 1.0.0 ] : https://github.com/auge2u/uni-nerd-font/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11class NerdFontManager < Formula
22 desc "CLI and GUI utility for managing Nerd Fonts on macOS via Homebrew"
33 homepage "https://github.com/auge2u/uni-nerd-font"
4- url "https://github.com/auge2u/uni-nerd-font/archive/refs/tags/v1.0.1 .tar.gz"
5- sha256 "6f5c0159fffa670543bd07ba9016002148579ce430eba84446b43f763b9561d5 "
6- version "1.0.1 "
4+ url "https://github.com/auge2u/uni-nerd-font/archive/refs/tags/v1.0.2 .tar.gz"
5+ sha256 "91d8bbe3fb77e9e45ec6243daec1d04ade7588a958b1078c6dfc5044193b0995 "
6+ version "1.0.2 "
77 license "MIT"
88
99 depends_on "fzf" => :recommended
You can’t perform that action at this time.
0 commit comments