Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-07-10 12:59:08 +02:00
Родитель 2593f469c3
Коммит 563e06d9c6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
4 изменённых файлов: 19 добавлений и 4 удалений

Просмотреть файл

@ -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>

2
package-lock.json сгенерированный
Просмотреть файл

@ -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",