From 9c6ad55e46b0b2ce1e798726339b581aaefb14e8 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Wed, 7 Dec 2022 11:12:21 +0100 Subject: [PATCH] Bump version to v1.1.0-rc1 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae97227..2ce15654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.0-rc1] - 2022-12-07 + +### Fixed + +- some spelling fixes + +### Added + +- background jobs +- save to cloud +- styling of page labels +- font preview in the personal settings page +- templates for the page labels +- templates for the file-names of generated files + ## [1.0.11] - 2022-11-17 ### Fixed diff --git a/package.json b/package.json index 67e55603..860a8f6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pdf-downloader", "description": "Recusively convert entire directory trees to PDF and provide the resulting document as download", - "version": "1.0.11", + "version": "1.1.0-rc1", "author": "Claus-Justus Heine ", "bugs": { "url": "https://github.com/rotdrop/nextcloud-app-pdf-downloader.git"