Skip to content

Commit

Permalink
release: prepare v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Mar 21, 2023
1 parent 89b1435 commit 1e54101
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v2.0.1] - 21 March 2023

### Added

- ci: Test suit with nvim v0.8.3

### Changed

- Rewrite diagnostics tests with actual nvim diagnostics API

## [v2.0.0] - 09 November 2022

### Added
Expand Down Expand Up @@ -46,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release 🎊

[unreleased]: https://github.com/projekt0n/circles.nvim/compare/v2.0.0...main
[unreleased]: https://github.com/projekt0n/circles.nvim/compare/v2.0.1...main
[v2.0.1]: https://github.com/projekt0n/circles.nvim/compare/v2.0.1...v2.0.0
[v2.0.0]: https://github.com/projekt0n/circles.nvim/compare/v2.0.0...v1.0.1
[v1.0.1]: https://github.com/projekt0n/circles.nvim/compare/v1.0.1...v1.0.0
[v1.0.0]: https://github.com/projekt0n/circles.nvim/tree/v1.0.0
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ uniform icons for neovim.

## Notices

<!-- If you're interested, you can learn more about "sponsor-spotlight" on
https://dev.to/ful1e5/lets-give-recognition-to-those-supporting-our-work-on-github-sponsors-b00 -->

![shoutout-sponsors](https://sponsor-spotlight.vercel.app/sponsor?login=ful1e5)

- **2022-05-29**: Due to [nvim-tree major changes](http://bit.ly/3vIpEOJ), circle.nvim is **unable to override**
files & folder icons with `vim.g.nvim_tree_show_icons`. Please check the [this](#configure-with-nvim-tree) for the workaround.

Expand All @@ -16,7 +21,8 @@ uniform icons for neovim.

## Requirements

- [Neovim nightly](https://github.com/neovim/neovim/releases/tag/nightly)
- neovim>=0.8.0
- [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
- Patched fonts ([Nerd Fonts](https://github.com/ryanoasis/nerd-fonts))

## Installation
Expand Down Expand Up @@ -69,7 +75,7 @@ require("circles").setup({

- Terminal: [Konsole](https://konsole.kde.org/)
- Font: [Fira Code](https://github.com/tonsky/FiraCode)
- Colorscheme: [projekt0n/caret.nvim](https://github.com/projekt0n/caret.nvim)
- Colorscheme: [ful1e5/onedark.nvim](https://github.com/ful1e5/onedark.nvim) and [projekt0n/github-nvim-theme](https://github.com/projekt0n/github-nvim-theme)

### Configure with nvim-tree

Expand Down

0 comments on commit 1e54101

Please sign in to comment.