Skip to content

Commit

Permalink
Start 0.1.1 release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Oct 11, 2022
1 parent c3befc3 commit c846e15
Show file tree
Hide file tree
Showing 11 changed files with 795 additions and 164 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## Changelog

### `0.1.1` (unreleased)
### `0.1.1`

- fix some packaging and documentation issues
#### Enhancements

- improve keyboard navigation with (<kbd>shift</kbd>)<kbd>space</kbd>
- the active cell is scrolled into view when exiting presentation mode

#### Bug Fixes

- fix some packaging metadata and documentation issues
- fix handling of `null` cells

### `0.1.0`

- initial release
_initial release_
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ or
mamba install -c conda-forge jupyterlab-deck # or conda, if you must
```

> See [`CONTRIBUTING.md`](https://github.com/deathbeds/jupyterlab-deck) for a
> development installation.
> See [`CONTRIBUTING.md`][contributing] for a development installation.
[contributing]: https://github.com/deathbeds/jupyterlab-deck

## Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"icon_links": [
{
"name": "PyPI",
"url": "https://www.npmjs.com/package/@deathbeds/jupyterlab-deck",
"url": "https://pypi.org/project/jupyterlab-deck",
"icon": "fa-brands fa-python",
},
{
"name": "conda-forge",
"url": "https://anaconda.org/conda-forge/jupyterlab-deck",
"url": "https://github.com/conda-forge/jupyterlab-deck-feedstock#about-jupyterlab-deck",
"icon": "_static/anvil.svg",
"type": "local",
},
Expand Down
Loading

0 comments on commit c846e15

Please sign in to comment.