Skip to content

Commit 9b6c375

Browse files
committed
feat: add CHANGELOG.md
1 parent 1119c24 commit 9b6c375

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.

0 commit comments

Comments
 (0)