Skip to content

Commit

Permalink
Release 0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Nov 3, 2024
1 parent 82268bd commit f7619e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion docs/install/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

# Release notes

(release-0-16)=
## 0.16

- Added support for `{exec} html`.
- Added support for styling editors and output blocks with `{exec} :style:` and
`{exec} :output-style:`.
- Added the `{metadata}` directive.
- The rendered HTML output is now fully self-contained.

(release-0-15)=
## 0.15

Expand Down Expand Up @@ -50,7 +59,9 @@

```{admonition} Warning
:class: warning
**This release breaks `<iframe>` tags in documents.** On Chrome, setting the `credentialless` attribute on the `<iframe>` tags fixes the issue, but Firefox and Safari don't support it (yet).
**This release breaks `<iframe>` tags in documents.** On Chrome, setting the
`credentialless` attribute on the `<iframe>` tags fixes the issue, but Firefox
and Safari don't support it (yet).
```

(release-0-9)=
Expand Down
2 changes: 1 addition & 1 deletion tdoc/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from sphinx.util import docutils, fileutil, logging, osutil

__project__ = 't-doc-common'
__version__ = '0.16.dev1'
__version__ = '0.16'

_common = pathlib.Path(__file__).absolute().parent
_root = _common.parent.parent
Expand Down

0 comments on commit f7619e0

Please sign in to comment.