Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 17, 2023
1 parent c92d399 commit 875e126
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 1.0.0 (2023-11-17)


### Features

* add kernel interrupt and restart functions ([879272f](https://github.com/benlubas/molten-nvim/commit/879272fd47be0af67de96abeac2aae02cfce28a6))
* Cell Jumping ([#30](https://github.com/benlubas/molten-nvim/issues/30)) ([a0fcd42](https://github.com/benlubas/molten-nvim/commit/a0fcd42c0052995b09d40a5e36cda66e9ef4a12e))
* delete all outputs if `MagmaRestart!` is used ([3630306](https://github.com/benlubas/molten-nvim/commit/36303065adaeb1bdbd5a467b3235ce41ffebf480))
* magma_enter_output_behavior ([1f37517](https://github.com/benlubas/molten-nvim/commit/1f37517ff33cf70ffb1483eb361d8d81c70ef906))
* magma_enter_output_behavior ([fb4cb75](https://github.com/benlubas/molten-nvim/commit/fb4cb757106f894c9239077dde28d705b49b2b01))
* MagmaHideOutput command ([e750c09](https://github.com/benlubas/molten-nvim/commit/e750c091f200f99a954132a95d80dc96cae11d44))
* Virtual Lines Under Output Window ([#15](https://github.com/benlubas/molten-nvim/issues/15)) ([3ae8071](https://github.com/benlubas/molten-nvim/commit/3ae807147d5b32d3adb9676397f056b07a6a0757))


### Bug Fixes

* charwise evaluateOperator was off by one ([#31](https://github.com/benlubas/molten-nvim/issues/31)) ([91ec70b](https://github.com/benlubas/molten-nvim/commit/91ec70b710bc8e1de59352b1ecfb4cdb6e786c92))
* clear interface immediately ([b91787a](https://github.com/benlubas/molten-nvim/commit/b91787a12ec3ffabdc12b6c06efdf86c41f19e49))
* EvaluateArgument ([#18](https://github.com/benlubas/molten-nvim/issues/18)) ([f9c28ef](https://github.com/benlubas/molten-nvim/commit/f9c28efc13f7a262e27669b984f3839ff5c50c32))
* images displaying when window is off screen ([225624c](https://github.com/benlubas/molten-nvim/commit/225624cc662d0050caac95586a3f54c550d79750))
* progress bars ([a6bdb5e](https://github.com/benlubas/molten-nvim/commit/a6bdb5ed34c0cd815fac307cf83d2e3a58afcb92))
* progress bars are back to working ([c6c17eb](https://github.com/benlubas/molten-nvim/commit/c6c17ebf0ff8874749d0dda56be7f2413d29c795))
* show kernel info for ext kernels ([#29](https://github.com/benlubas/molten-nvim/issues/29)) ([29763c6](https://github.com/benlubas/molten-nvim/commit/29763c6d49eaa8d0c9c9093a88fb38db34ba4875))
* use tmux escape codes if running in tmux ([712ad04](https://github.com/benlubas/molten-nvim/commit/712ad049051c640ae00bdd68c151dc2f0c00242c))

0 comments on commit 875e126

Please sign in to comment.