diff --git a/README.md b/README.md index b49e141..133ba4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Save, reuse, and share code snippets using JupyterLab Code Snippets -![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [![NPM Version](https://img.shields.io/npm/v/jupyterlab-code-snippets.svg?style=flat)](https://npmjs.org/package/jupyterlab-code-snippets "View this project on npm") [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/jupytercalpoly/jupyterlab-code-snippets/blob/master/LICENSE) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest) +![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [![NPM Version](https://img.shields.io/npm/v/jupyterlab-code-snippets.svg?style=flat)](https://npmjs.org/package/jupyterlab-code-snippets 'View this project on npm') [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/jupytercalpoly/jupyterlab-code-snippets/blob/master/LICENSE) [![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest) This extension is a derivative of [Elyra](https://github.com/elyra-ai/elyra)'s original design and further developed by Jupyter Cal Poly Team. @@ -13,7 +13,8 @@ Check out [the Current Progress](./PROGRESS.md) to keep up with our feature upda This extension is composed of a NPM package named `jupyterlab-code-snippets` for the frontend extension. -![Alt Text](./Design/overview.gif) +![Alt Text](Design/overview.gif) + ## Requirements - JupyterLab >= 2.0 diff --git a/docs/getting_started/changelog.rst b/docs/getting_started/changelog.rst index 8186af1..60a61ad 100644 --- a/docs/getting_started/changelog.rst +++ b/docs/getting_started/changelog.rst @@ -2,6 +2,11 @@ Changelog --------- +v1.0.4 +^^^^^^ +* Fixed the issue with deleting a snippet while searching or filtering +* Fixed the issue with adding a snippet while searching or filtering + v1.0.3 ^^^^^^ * Fixed the issue with keyboard shortcut to create a code snippet with highlighted text diff --git a/package.json b/package.json index f03fb6a..bf1a707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-code-snippets", - "version": "1.0.3", + "version": "1.0.4", "description": "EXPERIMENTAL: Save, reuse, and share code snippets using JupyterLab Code Snippets", "keywords": [ "jupyter",