Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v1.2.0 #414

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.2.0](https://github.com/catppuccin/nix/releases/tag/v1.2.0) - 2024-12-20

This will (hopefully) be the final release before 2.0.0. In preparation for the next major release, our
modules have been moved to a standard `catppuccin` namespace (i.e., `programs.bat.catppuccin.enable` is now
`catppuccin.bat.enable`), but aliases to the old options remain for backwards compatibility. **These will be
removed in 2.0.0**

### 🚀 Features

- **home-manager**: add transparent option for micro by [@henrisota](https://github.com/henrisota)
- **home-manager**: add support for zed-editor by [@isabelroses](https://github.com/isabelroses)
- **modules**: move to catppuccin namespace by [@isabelroses](https://github.com/isabelroses)

### 📚 Documentation

- fully document nix library by [@getchoo](https://github.com/getchoo)

## [1.1.1](https://github.com/catppuccin/nix/releases/tag/v1.1.1) - 2024-12-12

### 🐛 Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# git-cliff ~ configuration file
# https://git-cliff.org/docs/configuration
#
# To bump the changelog:
#
# ```console
# $ TAG="x.y.z"
# $ TAG=v"$TAG"
# $ git-cliff --github-token (gh auth token) --prepend CHANGELOG.md --tag "$TAG" --unreleased
# ```

[changelog]
header = """
Expand Down
Loading