Skip to content

Commit

Permalink
docs: update docs/CHANGELOG.md for v0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent fa2fa9a commit e7d75fb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.2.4] - 2024-06-17
### :boom: BREAKING CHANGES
- due to [`d83c56a`](https://github.com/kiyoon/jupynium.nvim/commit/d83c56a9c886ded0b1ff6fe1e5a39512d7a06901) - drop python3.7, remove deprecated markdown cell syntax, hide migration guide banner *(PR [#119](https://github.com/kiyoon/jupynium.nvim/pull/119) by [@kiyoon](https://github.com/kiyoon))*:

drop python3.7, remove deprecated markdown cell syntax, hide migration guide banner (#119)

- due to [`e730e34`](https://github.com/kiyoon/jupynium.nvim/commit/e730e34fce0015f6227dfa77cf48c525cca366a2) - remove deprecated markdown syntax *(PR [#121](https://github.com/kiyoon/jupynium.nvim/pull/121) by [@kiyoon](https://github.com/kiyoon))*:

remove deprecated markdown syntax (#121)

- due to [`369b58f`](https://github.com/kiyoon/jupynium.nvim/commit/369b58fca4af3718f8312cb10988b3fdc2892b4f) - remove deprecated commands *(PR [#122](https://github.com/kiyoon/jupynium.nvim/pull/122) by [@kiyoon](https://github.com/kiyoon))*:

remove deprecated commands (#122)


### :sparkles: New Features
- [`a43308c`](https://github.com/kiyoon/jupynium.nvim/commit/a43308c2929479e1fc18be9cd991fc4a5a566ad9) - ignore notifications *(PR [#120](https://github.com/kiyoon/jupynium.nvim/pull/120) by [@kiyoon](https://github.com/kiyoon))*
- :arrow_lower_right: *addresses issue [#118](https://github.com/kiyoon/jupynium.nvim/issues/118) opened by [@singledoggy](https://github.com/singledoggy)*
- [`dbb9dff`](https://github.com/kiyoon/jupynium.nvim/commit/dbb9dffb6d1f5502c4caa028fe3571eccd5a2403) - nvim-notify better view with conceallevel=2 *(commit by [@kiyoon](https://github.com/kiyoon))*
- [`69ec5de`](https://github.com/kiyoon/jupynium.nvim/commit/69ec5dea0ac96b3719db69f82a1167ee328cc5ce) - notify better conceal *(commit by [@kiyoon](https://github.com/kiyoon))*

### :bug: Bug Fixes
- [`a0cfec0`](https://github.com/kiyoon/jupynium.nvim/commit/a0cfec051f47b72f4501970e5103120dd71891c2) - download_ipynb exception *(PR [#115](https://github.com/kiyoon/jupynium.nvim/pull/115) by [@kiyoon](https://github.com/kiyoon))*
- :arrow_lower_right: *fixes issue [#114](https://github.com/kiyoon/jupynium.nvim/issues/114) opened by [@githubjacky](https://github.com/githubjacky)*
- [`46cf521`](https://github.com/kiyoon/jupynium.nvim/commit/46cf521f408e2e7783e8526b606e0bf1bf78e659) - start sync hanging *(commit by [@kiyoon](https://github.com/kiyoon))*
- [`6cf5b66`](https://github.com/kiyoon/jupynium.nvim/commit/6cf5b66fa7d73673af11fb8dc6305cec1e1d1cc3) - broken autodownload and autoscroll toggle commands *(commit by [@kiyoon](https://github.com/kiyoon))*
- [`06f66f2`](https://github.com/kiyoon/jupynium.nvim/commit/06f66f25e9db861e7774657e2c55ac70fb1fba7c) - error in empty ipynb and default kernel not existing *(PR [#124](https://github.com/kiyoon/jupynium.nvim/pull/124) by [@kiyoon](https://github.com/kiyoon))*
- :arrow_lower_right: *fixes issue [#123](https://github.com/kiyoon/jupynium.nvim/issues/123) opened by [@1nuno](https://github.com/1nuno)*

### :recycle: Refactors
- [`e730e34`](https://github.com/kiyoon/jupynium.nvim/commit/e730e34fce0015f6227dfa77cf48c525cca366a2) - remove deprecated markdown syntax *(PR [#121](https://github.com/kiyoon/jupynium.nvim/pull/121) by [@kiyoon](https://github.com/kiyoon))*
- [`369b58f`](https://github.com/kiyoon/jupynium.nvim/commit/369b58fca4af3718f8312cb10988b3fdc2892b4f) - remove deprecated commands *(PR [#122](https://github.com/kiyoon/jupynium.nvim/pull/122) by [@kiyoon](https://github.com/kiyoon))*


## [v0.2.2] - 2024-01-15
### :sparkles: New Features
- [`eba4b53`](https://github.com/kiyoon/jupynium.nvim/commit/eba4b5368349b1fa270ac38a7a28842d54c96f71) - add function for custom folds *(PR [#88](https://github.com/kiyoon/jupynium.nvim/pull/88) by [@fecet](https://github.com/fecet))*
Expand All @@ -23,3 +57,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[v0.2.2]: https://github.com/kiyoon/jupynium.nvim/compare/v0.2.1...v0.2.2
[v0.2.3]: https://github.com/kiyoon/jupynium.nvim/compare/v0.2.2...v0.2.3
[v0.2.4]: https://github.com/kiyoon/jupynium.nvim/compare/v0.2.2...v0.2.4

0 comments on commit e7d75fb

Please sign in to comment.