зеркало из https://github.com/nextcloud/text.git
Bump version to 1.0.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
2593f469c3
Коммит
563e06d9c6
17
CHANGELOG.md
17
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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "text",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "text",
|
||||
"description": "Collaborative document editing",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
|
Загрузка…
Ссылка в новой задаче