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:
authorJulius Härtl <jus@bitgrid.net>2019-06-27 10:27:00 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-27 10:27:16 +0300
commit627f14ee0ed580efeadda10eb8f8645352dd5481 (patch)
treeff20a6fe5f6d68ffccde1db8ee6d9474edf2a75f
parent1c51eff833068e26ed67d087fc9547d60acc4b76 (diff)
Prepare first release
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml6
-rw-r--r--img/screenshot.pngbin104482 -> 0 bytes
-rw-r--r--img/screenshots/screenshot1.pngbin0 -> 678129 bytes
-rw-r--r--img/screenshots/screenshot2.pngbin0 -> 615678 bytes
-rw-r--r--img/screenshots/screenshot3.gifbin0 -> 242414 bytes
-rw-r--r--krankerl.toml3
7 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e0b1a6eb..284a3914b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,5 +6,6 @@
- Support for [commonmark](https://commonmark.org/)
- Support for [gfm strikethrough extension](https://github.github.com/gfm/#strikethrough-extension-)
- Insert images or files from Nextcloud
- - Adding files currently has the limitation, that the file must be available to the editing user*
+ - Adding files currently has the limitation, that the file must be available to the editing user
+ - You can share a file as a public link include images with that for everyone in the document
- External images are not rendered for security reasons
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 156694d0e..2c9c1650b 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-alpha2</version>
+ <version>1.0.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
@@ -19,7 +19,9 @@
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
<repository type="git">https://github.com/nextcloud/text.git</repository>
- <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshot.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot1.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot2.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot3.gff</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="17"/>
</dependencies>
diff --git a/img/screenshot.png b/img/screenshot.png
deleted file mode 100644
index 41ebebae3..000000000
--- a/img/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/img/screenshots/screenshot1.png b/img/screenshots/screenshot1.png
new file mode 100644
index 000000000..080b45177
--- /dev/null
+++ b/img/screenshots/screenshot1.png
Binary files differ
diff --git a/img/screenshots/screenshot2.png b/img/screenshots/screenshot2.png
new file mode 100644
index 000000000..ddf7db412
--- /dev/null
+++ b/img/screenshots/screenshot2.png
Binary files differ
diff --git a/img/screenshots/screenshot3.gif b/img/screenshots/screenshot3.gif
new file mode 100644
index 000000000..f43d7aff3
--- /dev/null
+++ b/img/screenshots/screenshot3.gif
Binary files differ
diff --git a/krankerl.toml b/krankerl.toml
index 94feb654a..e9f197172 100644
--- a/krankerl.toml
+++ b/krankerl.toml
@@ -18,7 +18,8 @@ exclude = [
"Makefile",
"mkdocs.yml",
"run-eslint.sh",
- "webpack.*"
+ "webpack.*",
+ "img/screenshots"
]
before_cmds = [