Releases: mamatt/files_readmemd
Releases · mamatt/files_readmemd
V3.0.2
⭐ Added
- Provide date-file dataset
#160
🐛 Fixed
- Fix Adjust CSS always triggered even if there is no footer
#174 - Multiple vulnerabilities in dependancies
- Not showing when opened via favorites (thanks to @ernolf)
Full changelog between 3.0.0 and 3.0.2: 3.0.0...3.0.2
What's Changed
- Bump katex from 0.16.10 to 0.16.11 by @dependabot in #163
- Bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot in #170
- Bump @vscode/markdown-it-katex from 1.0.3 to 1.1.0 by @dependabot in #164
- Bump axios from 1.7.2 to 1.7.4 by @dependabot in #176
- Bump elliptic from 6.5.5 to 6.5.7 by @dependabot in #175
- Bump @nextcloud/files from 3.5.1 to 3.8.0 by @dependabot in #172
- Bump @nextcloud/vue from 8.12.0 to 8.16.0 by @dependabot in #171
- Bump @types/markdown-it from 14.1.1 to 14.1.2 by @dependabot in #167
- Bump highlight.js from 11.9.0 to 11.10.0 by @dependabot in #165
- Limit the css adjustement only when footermd is present by @mamatt in #174
- Bump webpack from 5.92.0 to 5.94.0 by @dependabot in #179
- Bump @nextcloud/files from 3.8.0 to 3.9.0 by @dependabot in #182
- Bump @nextcloud/vue from 8.16.0 to 8.19.0 by @dependabot in #187
- Bump markdown-it-highlightjs from 4.1.0 to 4.2.0 by @dependabot in #190
- Bump body-parser and express by @dependabot in #186
- Bump @nextcloud/axios from 2.5.0 to 2.5.1 by @dependabot in #188
- Bump send and express by @dependabot in #185
- Bump markdown-it-anchor from 9.0.1 to 9.2.0 by @dependabot in #181
- Bump @nextcloud/webpack-vue-config from 6.0.1 to 6.1.0 by @dependabot in #189
Full Changelog: V3.0.0...V3.0.2
V3.0.0
⭐ Added
🌀 Removed
- Compat with pre-Vue.js versions (NC < 28)
♻ Changed
- Massive rewrite to switch to Vue.js
🐛 Fixed
- Automatically generated ID of headers might collide with NextCloud styling rules
#106
What's Changed
- V3 by @mamatt in #154
- Bump @nextcloud/files from 3.5.0 to 3.5.1 by @dependabot in #155
- fix issue #106 by @mamatt in #156
- Public view by @mamatt in #157
- minor adjustement for NC29 by @mamatt in #158
Full Changelog: V2.0.1...V3.0.0
V2.0.1
2.0.1 15-01-2024
Removed
- Disable Asciidoc because of an issue with module
Added
- Compat with NC 26 & 27
#110
Fixed
- Multiple vulnerabilities in dependancies
Changed
- Update markdown CSS to handle dark mode
What's Changed
- Bump markdown-it-mermaid from 0.2.0 to 0.2.5 by @dependabot in #98
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #111
- Bump @nextcloud/router from 2.0.1 to 2.1.1 by @dependabot in #101
- Bump katex from 0.16.4 to 0.16.7 by @dependabot in #104
- Bump the npm_and_yarn at /. security update group with 1 update by @dependabot in #113
- Bump @babel/traverse from 7.21.2 to 7.23.4 by @dependabot in #114
- Bump @types/markdown-it from 12.2.3 to 13.0.7 by @dependabot in #115
- Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0 by @dependabot in #118
- Bump asciidoctor from 2.2.6 to 3.0.2 by @dependabot in #116
- Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot in #117
- Delete app.php by @EtHeO18 in #109
- Bump asciidoctor from 3.0.2 to 3.0.3 by @dependabot in #125
- Bump github-markdown-css from 5.4.0 to 5.5.0 by @dependabot in #119
- Bump markdown-it-replace-link from 1.2.0 to 1.2.1 by @dependabot in #122
New Contributors
Full Changelog: V2.0.0...V2.0.1
V2.0.0
v1.2.2
V1.1.0
1.1.0 02-07-2019
Fixed
- Search result issue when result match both current and another folder
#20 - NextCloud log error spamming
#21 - Error in public page breaks edition and menu
#22 - Fix config is not readable if not admin
#24
#26
Added
- New Admin section to configure some styling option, engines and fileslist
- New AsciiDoc Engine
- Allow HTML direct rendering (dangerous option, mind the consequences)
- Dynamic loading of plugins via webpack
- Ability to choose the names of the file to be rendered.
- Auto-refresh option to refresh the content of HEADER / FOOTER whenever the files changes.
#5
Full Changelog: V1.0.4...V1.1.0
V1.0.4
1.0.4 03-05-2019
Fixed
- Fix header and footer collision with searching
#14 - Fix Header/Footer not always hidden if there is no HEADER/README file
#16 - Fix README or ".README" md files will not display images
#15 - Fix public view failed to show images in 1.0.3
Added
- Allow for both
.md
and.markdown
file extensions
#17 - Add Markdown-it plugins to handle image size, task list ...
#13
Full Changelog: V1.0.3...V1.0.4
V1.0.3
v1.0.2
1.0.2 09-04-2019
Added
- check for dot file, and prefer them ( .HEADER.md & .README.md) #4
- Improve CSS default #7
- Use of webpack to minimise the apps size, and handle dependancy
- Now render in public share #8
Removed
- remove all reference to markdown editor app
Changed
- Switched from Showdown to Markdown-it renderer to better fit to the actual markdown editor apps.
1.0.1 25-01-2019
Added
- added a content.css file to permit an easy template usage #1
- add a alternate markdown renderer in case Markdown app is not present #2
Fixed
- fix race condition when loading markdown Apps