diff --git a/HISTORY.rst b/HISTORY.rst index e43c02ba15dc895a59ad64fb5137371f5f4f243d_SElTVE9SWS5yc3Q=..06181b8c0ec8b038f188cebda10864cae5cf0eaf_SElTVE9SWS5yc3Q= 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,10 @@ Release history =============== +0.3.0 (2020-03-09) +------------------ + - use the 'database' package provided by go-orusapi - 'admin-password' command now accepts the password as an argument. - provide a 'rednerd-standalone' image - flag '--token-secret' is not required anymore @@ -4,8 +7,19 @@ - use the 'database' package provided by go-orusapi - 'admin-password' command now accepts the password as an argument. - provide a 'rednerd-standalone' image - flag '--token-secret' is not required anymore -- add a "varlist" subcommand +- add a "varlist" feature. It lists all the variables found in a template +- documentation +- use 'go-orusapi/database' to replace the internal database package. +- Implement streamed documents and parallel rendering the pipeline steps. + +- new engines: + + - od-templating - uses https://orus.io/orus-io/od-templating to render + mustache templates inside OpenDocument files. + + - libreoffice - uses https://github.com/dveselov/go-libreofficekit to convert + documents with libreoffice. 0.2.0 (2020-09-17) ------------------ diff --git a/restapi/doc.go b/restapi/doc.go index e43c02ba15dc895a59ad64fb5137371f5f4f243d_cmVzdGFwaS9kb2MuZ28=..06181b8c0ec8b038f188cebda10864cae5cf0eaf_cmVzdGFwaS9kb2MuZ28= 100644 --- a/restapi/doc.go +++ b/restapi/doc.go @@ -10,7 +10,7 @@ // https // Host: localhost // BasePath: /api -// Version: 0.1.0 +// Version: 0.3.0 // // Consumes: // - application/io.orus.rednerd.v1+json diff --git a/restapi/embedded_spec.go b/restapi/embedded_spec.go index e43c02ba15dc895a59ad64fb5137371f5f4f243d_cmVzdGFwaS9lbWJlZGRlZF9zcGVjLmdv..06181b8c0ec8b038f188cebda10864cae5cf0eaf_cmVzdGFwaS9lbWJlZGRlZF9zcGVjLmdv 100644 --- a/restapi/embedded_spec.go +++ b/restapi/embedded_spec.go @@ -33,7 +33,7 @@ "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", "title": "Rednerd API", - "version": "0.1.0" + "version": "0.3.0" }, "basePath": "/api", "paths": { @@ -1086,7 +1086,7 @@ "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", "title": "Rednerd API", - "version": "0.1.0" + "version": "0.3.0" }, "basePath": "/api", "paths": { diff --git a/swagger.yaml b/swagger.yaml index e43c02ba15dc895a59ad64fb5137371f5f4f243d_c3dhZ2dlci55YW1s..06181b8c0ec8b038f188cebda10864cae5cf0eaf_c3dhZ2dlci55YW1s 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -6,7 +6,7 @@ and their options, see <a href="/docs/engines">Rednerd Engines</a>. title: Rednerd API - version: 0.1.0 + version: 0.3.0 consumes: - application/io.orus.rednerd.v1+json - application/json