File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] , and this project adheres to
6+ [ Semantic Versioning] .
7+
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - Added global module management via ` --global ` /` -g ` for ` nuance install ` ,
13+ ` nuance add ` , and ` nuance remove ` .
14+ - Added generated ` .nu_modules/activate.nu ` output from ` nuance init ` and
15+ ` nuance install ` to make project module activation easier.
16+ - Added ` nuance hook ` to print a Nushell env-change hook for automatic project
17+ activation.
18+ - Added configurable default git provider support for ` owner/repo ` shorthand in
19+ ` nuance add ` via ` default_git_provider ` .
20+
21+ ### Changed
22+
23+ - Updated README install docs to include Homebrew, shell script, and ` mise `
24+ installation methods.
25+ - Updated README with badges and general formatting improvements.
26+
27+ ## [ 0.1.0] - 2026-02-20
28+
29+ ### Added
30+
31+ - Initial public release.
You can’t perform that action at this time.
0 commit comments