Skip to content

Commit

Permalink
update doc, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Dec 7, 2024
1 parent 171ef62 commit d43e9a5
Show file tree
Hide file tree
Showing 11 changed files with 6,343 additions and 5,472 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Odfdo Release Notes

## [3.13.0] - 2024-12-07

- The `Meta` class which manages the `meta.xml` part has two new methods `as_dict()` and `as_json()` to export its content.
- Improved "pretty" export of documents.

### Added

- Add methods: `Meta.as_dict()`, `Meta.as_json()`, `MetaTemplate.as_dict()`, `MetaAutoReload.as_dict()`, `MetaHyperlinkBehaviour.as_dict()`.

### Changed

- Small XML file formatting changes when saving with "pretty=True".

## [3.12.1] - 2024-11-30

Fix some small rendering issues for Markdown export.
Expand Down
2 changes: 1 addition & 1 deletion doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.46">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.47">



Expand Down
Loading

0 comments on commit d43e9a5

Please sign in to comment.