-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from Freiheitswolke/docs/update-changelog
docs(changelog): update format, add missing releases and release dates
- Loading branch information
Showing
1 changed file
with
108 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,110 @@ | ||
# 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). | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/). | ||
|
||
## [Unreleased] | ||
### Changed | ||
- Updated changelog style, added missing releases and release dates. | ||
[#211](https://github.com/icewind1991/files_markdown/pull/211) @SimJoSt | ||
|
||
## [2.4.0] - 2023-04-20 | ||
### Added | ||
- Compatible with Nextcloud 25 and 26. | ||
|
||
## [2.3.6] - 2022-04-14 | ||
### Added | ||
- Compatible with Nextcloud 24. | ||
### Fixed | ||
- Fix latex rendering. | ||
|
||
## [2.3.5] - 2021-12-01 | ||
### Added | ||
- Compatible with Nextcloud 23. | ||
|
||
## [2.3.4] - 2021-06-05 | ||
### Added | ||
- Compatible with Nextcloud 22. | ||
|
||
## [2.3.3] - 2021-03-09 | ||
### Removed | ||
- Remove usage of deprecated methods. | ||
|
||
## [2.3.2] - 2021-02-26 | ||
### Added | ||
- Compatible with Nextcloud 21. | ||
|
||
## [2.3.1] - 2020-09-23 | ||
### Added | ||
- Compatible with Nextcloud 20. | ||
|
||
## [2.3.0] - 2020-06-05 | ||
### Added | ||
- Compatible with Nextcloud 19. | ||
|
||
## [2.2.0] - 2020-01-14 | ||
### Added | ||
- Compatible with Nextcloud 18. | ||
|
||
## [2.1.0] - 2019-09-15 | ||
### Added | ||
- Compatible with Nextcloud 17. | ||
|
||
## [2.0.6] - 2019-04-02 | ||
### Added | ||
- Nextcloud 16 support. | ||
|
||
## [2.0.5] - 2018-11-13 | ||
### Added | ||
- Nextcloud 15 support. | ||
|
||
## [2.0.4] - 2018-02-27 | ||
### Fixed | ||
- Fix issue with rendering public preview in some cases. | ||
|
||
## [2.0.3] - 2018-02-27 | ||
### Changed | ||
- Publicly shared markdown files are now rendered the same as when editing. | ||
|
||
## [2.0.2] - 2018-02-26 | ||
### Fixed | ||
- Fix clicking checkboxes sometimes changing the text incorrectly. | ||
|
||
## [2.0.1] - 2017-09-14 | ||
### Changed | ||
- Improve behaviour of synchronized scrolling. | ||
- Enable automatic linking of links. | ||
### Fixed | ||
- Fix styling conflict with core. | ||
[#64](https://github.com/icewind1991/files_markdown/pull/64) @MorrisJobke | ||
- Fix load markdown renderer in some chrome versions. | ||
|
||
## [2.0.0] - 2017-09-04 | ||
### Added | ||
- Add synchronized scrolling between source and preview. | ||
- Add support for checkbox lists. | ||
- Add support for table of contents. | ||
- Add support for embedding videos. | ||
- Add support for rendering mermaid.js graphs. | ||
### Changed | ||
- Allow linking inside the document with anchors. | ||
- Allow copy-pasting images directly into documents. | ||
- Better on demand loading of large 3rdparty libraries. | ||
### Fixed | ||
- Various minor rendering fixes. | ||
|
||
## [1.0.1] - 2017-02-16 | ||
### Changed | ||
- open outbound links in a new tab. | ||
### Fixed | ||
- Fix rending of the last item in a numbered list. | ||
- no longer breaks the mail app. | ||
|
||
## [1.0.0] - 2016-11-30 | ||
### Added | ||
- Initial version for Nextcloud 10+. | ||
- Added rendered markdown previews in the files sidebar. | ||
### Changed | ||
- Switched to usin KaTeX for math rendering. |