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

feat!: set default icon to new nvim icon #80

Merged
merged 14 commits into from
Dec 13, 2023

Conversation

mikesmithgh
Copy link
Owner

@mikesmithgh mikesmithgh commented Nov 29, 2023

TODO:

  • add migration steps download latest nerd font

@mikesmithgh
Copy link
Owner Author

Warning

Breaking Change
May need to revert spinner change, if it is not available for all Nerd Fonts. See ryanoasis/nerd-fonts#1345
Coordinate this PR with another Breaking Change during release

@mikesmithgh mikesmithgh changed the title feat: default to nvim icon and use new spinner closes #70 feat!: set default icon to new nvim icon Dec 12, 2023
@mikesmithgh mikesmithgh changed the base branch from main to v3-breaking-changes December 12, 2023 20:19
@mikesmithgh mikesmithgh marked this pull request as ready for review December 13, 2023 02:43
@mikesmithgh mikesmithgh merged commit c16b941 into v3-breaking-changes Dec 13, 2023
@mikesmithgh mikesmithgh deleted the nvim-icon-new-spinner branch December 13, 2023 02:44
mikesmithgh added a commit that referenced this pull request Dec 13, 2023
BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 15, 2023
BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 17, 2023
BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 28, 2023
BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 28, 2023
BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 29, 2023
closes #70

BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh added a commit that referenced this pull request Dec 29, 2023
closes #70

BREAKING CHANGE: The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
mikesmithgh pushed a commit that referenced this pull request Dec 29, 2023
# [3.0.0](v2.4.7...v3.0.0) (2023-12-29)

### Bug Fixes

* correct hl_as_normal_win override ([73f4e8b](73f4e8b))

* feat!: set default icon to new nvim icon (#80) ([51367da](51367da)), closes [#80](#80) [#70](#70)
* feat!: add support for new neovim default colorscheme (#103) ([e4e4429](e4e4429)), closes [#103](#103)

### BREAKING CHANGES

* The Neovim icon is now the default icon in the status window. Update your Nerd Font to the latest version or at least version [v3.1.0](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.1.0).
* Existing highlight groups were renamed. If you were overriding any kitty-scrollback.nvim highlight groups, please update the names referencing the table below.

    | Previous highlight name    | New highlight name                      |
    | -------------------------- | --------------------------------------- |
    | KittyScrollbackNvimNormal  | KittyScrollbackNvimStatusWinNormal      |
    | KittyScrollbackNvimHeart   | KittyScrollbackNvimStatusWinHeartIcon   |
    | KittyScrollbackNvimSpinner | KittyScrollbackNvimStatusWinSpinnerIcon |
    | KittyScrollbackNvimReady   | KittyScrollbackNvimStatusWinReadyIcon   |
    | KittyScrollbackNvimKitty   | KittyScrollbackNvimStatusWinKittyIcon   |
    | KittyScrollbackNvimVim     | KittyScrollbackNvimStatusWinNvimIcon    |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant