Skip to content
Snippets Groups Projects
Commit 26509327 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Set version v0.7.0

parent 89a215b1
No related branches found
No related tags found
No related merge requests found
Release history Release history
=============== ===============
0.7.0 (2023-07-12)
==================
- Makefile : add help on the "generate" make commands - Makefile : add help on the "generate" make commands
- api: add activity/renderstats object to user information. - api: add activity/renderstats object to user information.
...@@ -10,6 +13,13 @@ ...@@ -10,6 +13,13 @@
- api: return a proper error when template does not exist, and internal server - api: return a proper error when template does not exist, and internal server
errors on rendering errors that are not due to invalid inputs. errors on rendering errors that are not due to invalid inputs.
- Drop the 'lo' engine
- Engine wpd: update weasyprint to v59.0
- Fixes, code cleaning
0.6.1 (2023-03-27) 0.6.1 (2023-03-27)
================== ==================
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// https // https
// Host: localhost // Host: localhost
// BasePath: /api // BasePath: /api
// Version: 0.6.1 // Version: 0.7.0
// //
// Consumes: // Consumes:
// - application/io.orus.rednerd.v1+json // - application/io.orus.rednerd.v1+json
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"info": { "info": {
"description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n", "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
"title": "Rednerd API", "title": "Rednerd API",
"version": "0.6.1" "version": "0.7.0"
}, },
"basePath": "/api", "basePath": "/api",
"paths": { "paths": {
...@@ -1329,7 +1329,7 @@ ...@@ -1329,7 +1329,7 @@
"info": { "info": {
"description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n", "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n",
"title": "Rednerd API", "title": "Rednerd API",
"version": "0.6.1" "version": "0.7.0"
}, },
"basePath": "/api", "basePath": "/api",
"paths": { "paths": {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
and their options, see <a href="/docs/engines">Rednerd Engines</a>. and their options, see <a href="/docs/engines">Rednerd Engines</a>.
title: Rednerd API title: Rednerd API
version: 0.6.1 version: 0.7.0
consumes: consumes:
- application/io.orus.rednerd.v1+json - application/io.orus.rednerd.v1+json
- application/json - application/json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment