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 14, 2024
1 parent ab5275e commit 8879e49
Show file tree
Hide file tree
Showing 11 changed files with 8,364 additions and 8,300 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Odfdo Release Notes

## [3.13.1] - 2024-12-14

- Allow XML export of base64 encoded images (preparing for flat ODF export).
- Update XML propertires to ODF 1.2.

### Changed

- Refactoring of Document.add_file() and export to XML format.

## [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.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# odfdo

[![Release](https://img.shields.io/github/v/release/jdum/odfdo)](https://img.shields.io/github/v/release/jdum/odfdo)
[![Build Status](https://img.shields.io/github/actions/workflow/status/jdum/odfdo/main.yml?branch=devel)](https://img.shields.io/github/actions/workflow/status/jdum/odfdo/main.yml?branch%3Adevel)
[![License](https://img.shields.io/github/license/jdum/odfdo)](https://img.shields.io/github/license/jdum/odfdo)
[![PyPI Downloads](https://static.pepy.tech/badge/odfdo/month)](https://pepy.tech/projects/odfdo)

Python library for OpenDocument format (ODF)

![logo](https://raw.githubusercontent.com/jdum/odfdo/master/odfdo.png)
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.47">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">



Expand Down
Loading

0 comments on commit 8879e49

Please sign in to comment.