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

CHANGELOG.md - github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 288c2c862b16483e803bbaa606eab8565d6b7dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Changelog

## 2.3.3
- Remove usage of deprecated methods

## 2.3.2
- Compatible with Nextcloud 21

## 2.3.1
- Compatible with Nextcloud 20

## 2.3.0
- Compatible with Nextcloud 19

## v2.2.0
- Compatible with Nextcloud 18

## v2.1.0
- Compatible with Nextcloud 17

## v2.0.6
- Nextcloud 16 support

## v2.0.5
- Nextcloud 15 support

## v2.0.4
- Fix issue with rendering public preview in some cases

## v2.0.3
- Publicly shared markdown files are now rendered the same as when editing

## v2.0.2
- Fix clicking checkboxes sometimes changing the text incorrectly

## v2.0.1
- Fix styling conflict with core
- Fix load markdown renderer in some chrome versions
- Improve behaviour of synchronized scrolling
- Enable automatic linking of links

## v2.0.0
- Add synchronized scrolling between source and preview
- Allow linking inside the document with anchors
- Add support for checkbox lists
- Add support for table of contents
- Add support for embedding videos
- Add support for rendering mermaid.js graphs
- Allow copy-pasting images directly into documents
- Various minor rendering fixes
- Better on demand loading of large 3rdparty libraries

## v1.0.1
- Fix rending of the last item in a numbered list
- open outbound links in a new tab
- no longer breaks the mail app


## v1.0.0
Initial version for Nextcloud 10+
- Switched to usin KaTeX for math rendering
- Added rendered markdown previews in the files sidebar


---

Generated by [changelog](https://github.com/gluons/changelog).