Skip to content

Releases: mamatt/files_readmemd

V3.0.2

27 Sep 16:16
c31d8a2
Compare
Choose a tag to compare

⭐ 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

Full Changelog: V3.0.0...V3.0.2

V3.0.0

28 Jun 09:03
053a2de
Compare
Choose a tag to compare

⭐ 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

Full Changelog: V2.0.1...V3.0.0

V2.0.1

15 Jan 22:30
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: V2.0.0...V2.0.1

V2.0.0

15 Mar 11:12
Compare
Choose a tag to compare

2.0.0 15-03-2023

Added

  • Compat with NC 25 #78

Remove

  • Compat with NC < 25

Fixed

  • Multiple vulnerabilities in dependancies

Changed

  • Move repository to github

v1.2.2

15 Mar 07:58
Compare
Choose a tag to compare

1.2.2 21-02-2022

Added

  • Compat with NC 23 #72

Fixed

  • Header/Readme not shown on public shared folder with NC 22 #70
  • Images not showing in the workspace if positioned in a different folder #71

V1.1.0

27 Jun 17:10
Compare
Choose a tag to compare

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

27 Jun 17:09
Compare
Choose a tag to compare

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

27 Jun 16:58
Compare
Choose a tag to compare

1.0.3 26-04-2019

Fixed

  • Fix scroll problem with long file list
    #12
  • Fix Mindmap navigation break
    #10
  • Fix ui bug when using table and selecting files
    #9

Changed

  • Do not hide HEADER.md anymore when selecting file.

Full Changelog: V1.0.2...V1.0.3

v1.0.2

14 Mar 22:04
Compare
Choose a tag to compare

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

v1.0.0

14 Mar 22:00
Compare
Choose a tag to compare

Initial public release