From 8879e491d0c3e0367607e540a2d89ebe13540aac Mon Sep 17 00:00:00 2001 From: Jerome Dumonteil Date: Sat, 14 Dec 2024 20:05:31 +0100 Subject: [PATCH] update doc, deps --- CHANGES.md | 9 + README.md | 5 + doc/404.html | 2 +- doc/CHANGES.html | 209 +- doc/index.html | 6 +- doc/recipes.html | 2 +- doc/reference.html | 16381 ++++++++++++++++----------------- doc/search/search_index.json | 2 +- doc/sitemap.xml.gz | Bin 127 -> 127 bytes poetry.lock | 46 +- pyproject.toml | 2 +- 11 files changed, 8364 insertions(+), 8300 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e159b7a..72cd5c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index 19bb8c9..b301432 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/doc/404.html b/doc/404.html index 201e7f8..40540e2 100644 --- a/doc/404.html +++ b/doc/404.html @@ -12,7 +12,7 @@ - + diff --git a/doc/CHANGES.html b/doc/CHANGES.html index 06ef232..5e5d4a3 100644 --- a/doc/CHANGES.html +++ b/doc/CHANGES.html @@ -16,7 +16,7 @@ - + @@ -282,6 +282,30 @@