From c7183bf799e0e3ae739a52c1bc9c83486d168eac Mon Sep 17 00:00:00 2001 From: DeathAxe Date: Sun, 4 Jul 2021 11:40:30 +0200 Subject: [PATCH] Version Bump 2.2.10 --- messages.json | 3 ++- messages/2.2.10.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 messages/2.2.10.md diff --git a/messages.json b/messages.json index 4fdab49f..f7dc2572 100644 --- a/messages.json +++ b/messages.json @@ -24,5 +24,6 @@ "2.2.1": "messages/2.2.1.md", "2.2.2": "messages/2.2.2.md", "2.2.3": "messages/2.2.3.md", - "2.2.4": "messages/2.2.4.md" + "2.2.4": "messages/2.2.4.md", + "2.2.10": "messages/2.2.10.md" } diff --git a/messages/2.2.10.md b/messages/2.2.10.md new file mode 100644 index 00000000..1a46a4c5 --- /dev/null +++ b/messages/2.2.10.md @@ -0,0 +1,46 @@ +# MarkdownEditing 2.2.10 Changelog + +## Bug Fixes + +* fix color scheme chooser not being displayed after install + +## New Features + +* none + +## Changes + +* none + +## 3.0.0 Announcement + +A major release is in development, which fixes most of open issues +and comes a long with various improvements. + +To learn more, visit https://sublimetext-markdown.github.io/MarkdownEditing + +### Breaking Changes + +It contains breaking changes with regards to settings and key bindings +which need manual work to cleanup existing settings from you. + +* Some information about settings can be found at + https://sublimetext-markdown.github.io/MarkdownEditing/config + +* Renamed commands are listed at + https://sublimetext-markdown.github.io/MarkdownEditing/troubleshooting + +If you miss important information feel free to open and [issue][issues] or PR. + +### Opt-in to Pre-Releases + +There's probably still a long route to go, but if you are interested +in or provide feedback about introduced changes +you can opt-in to development builts by adding the following setting +to Package Control.sublime-settings. + +``` +"install_prereleases": ["MarkdownEditing"] +``` + +[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues