2020-06-16 20:28:49 +00:00
# Changelog
## [Unreleased]
2020-06-19 22:44:18 +00:00
### Deprecations
2020-09-02 19:17:26 +00:00
- This version of HedgeDoc is the last version that supports the following short-code syntaxes for embedding content. Embedding works now instead by putting the plain webpage link to the content into a single line.
2020-06-19 22:44:18 +00:00
- `{%youtube someid %}` -> https://youtube.com/watch?v=someid
- `{%vimeo 123456789 %}` -> https://vimeo.com/123456789
- `{%gist user/12345 %}` -> https://gist.github.com/user/12345
- `{%slideshare user/my-awesome-presentation %}` -> Embedding removed
- `{%speakerdeck foobar %}` -> Embedding removed
2020-09-05 06:23:20 +00:00
- The use of `sequence` as code block language ([Why?](https://community.codimd.org/t/frequently-asked-questions/190))
2020-06-19 22:44:18 +00:00
### Removed
- SlideShare embedding
- If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
- Speakerdeck embedding
- If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
2020-06-22 20:39:14 +00:00
- We are now using `highlight.js` instead of `highlight.js` + `prism.js` for code highlighting. Check out the [highlight.js demo page ](https://highlightjs.org/static/demo/ ) to see which languages are supported.
The highlighting for following languages isn't supported by `highlight.js` :
- tiddlywiki
- mediawiki
- jsx
2020-06-29 15:51:40 +00:00
- Alternative anchor URL formats
2020-06-19 22:44:18 +00:00
2020-06-16 20:28:49 +00:00
### Added
- A new table view for the history (besides the card view)
- Better support for RTL-languages (and LTR-content in a RTL-page)
- Users may now change their display name and password (only email accounts) on the new profile page
2020-06-23 20:09:56 +00:00
- Highlighted code blocks can now use line wrapping and line numbers at once
2020-06-25 20:38:10 +00:00
- Images, videos, and other non-text content is now wider in View Mode
2020-07-01 21:28:49 +00:00
- Notes may now be deleted directly from the history page
2020-09-02 19:17:26 +00:00
- HedgeDoc instances can now be branded either with a '@ < custom string > ' or '@ < custom logo > ' after the HedgeDoc logo and text
2020-07-29 20:28:32 +00:00
- Images will be loaded via proxy if an image proxy is configured in the backend
2020-07-16 20:14:47 +00:00
- Asciinema videos may now be embedded by pasting the URL of one video into a single line
2020-08-07 16:54:37 +00:00
- The Toolbar includes an EmojiPicker
2020-08-14 11:58:59 +00:00
- Added shortcodes for [fork-awesome icons ](https://forkaweso.me/Fork-Awesome/icons/ ) (e.g. `:fa-picture-o:` )
2020-08-19 19:26:22 +00:00
- The code button now adds code fences even if the user selected nothing beforehand
2020-08-29 13:55:42 +00:00
- Code blocks with 'csv' as language render as tables.
2020-06-16 20:28:49 +00:00
### Changed
- The sign-in/sign-up functions are now on a separate page
2020-08-04 21:13:12 +00:00
- The email sign-in/registration does not require an email address anymore but uses a username
2020-06-16 20:28:49 +00:00
- The history shows both the entries saved in LocalStorage and the entries saved on the server together
2020-06-19 22:44:18 +00:00
- The gist and pdf embeddings now use a one-click aproach similar to vimeo and youtube
2020-06-20 15:29:39 +00:00
- Use [Twemoji ](https://twemoji.twitter.com/ ) as icon font
2020-06-22 21:37:20 +00:00
- The `[name=...]` , `[time=...]` and `[color=...]` tags may now be used anywhere in the document and not just inside of blockquotes and lists.
2020-07-16 09:34:56 +00:00
- The < i class = "fa fa-picture-o" /> (add image) and < i class = "fa fa-link" /> (add link) toolbar buttons, put selected links directly in the `()` instead of the `[]` part of the generated markdown
2020-08-26 16:49:46 +00:00
- The help dialog has multiple tabs, and is a bit more organized.
2020-08-27 13:13:35 +00:00
- Use KaTeX instead of MathJax. ([Why?](https://community.codimd.org/t/frequently-asked-questions/190))
2020-06-16 20:28:49 +00:00
---
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).