Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
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!
]]></description>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
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",