From 563e06d9c68047300636d0d66b66d2ffb8d19aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 10 Jul 2019 12:59:08 +0200 Subject: Bump version to 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 17 ++++++++++++++++- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284a3914b..499fb03f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -# 1.0.0 +# Changelog + +## 1.0.1 + +### Added +- Implement proper plain text handling +- Add translations + +### Fixed +- Fix document loading caused by wrong step order +- Properly register file action when viewer is disabled +- Require at least 16.0.1 +- Reconnect the editor after the session has timed out +- Keep markdown checkboxes in unescaped plain text + +## 1.0.0 - Opening and editing markdown files - Collaborative editing diff --git a/appinfo/info.xml b/appinfo/info.xml index 75e59792e..446f2f346 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too. - **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them! ]]> - 1.0.0 + 1.0.1 agpl Julius Härtl Text diff --git a/package-lock.json b/package-lock.json index 98cfd4eeb..4686c14d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "text", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f9908fc2..50c074429 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "text", "description": "Collaborative document editing", - "version": "1.0.0", + "version": "1.0.1", "authors": [ { "name": "Julius Härtl", -- cgit v1.2.3