Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Aug 20, 2024
1 parent be3741b commit fa14c63
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 13 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![](https://img.shields.io/chocolatey/dt/MarkdownMonster.svg)](https://chocolatey.org/packages/MarkdownMonster)

### 3.4
<small>not released yet</small>
<small>August 20th, 2024</small>

* **[AI Support Features: Summarize, Translate, Grammar Checking](https://markdownmonster.west-wind.com/docs/_6y41clpfe.htm)**
We've added a number of AI assisted operations that allow you to create a summary of the current document or selection, translate a selection or the entire document, or perform a basic grammar check of a selection of text.
Expand All @@ -26,6 +26,12 @@ Markdown Monster now uses FontAwesome 6.0 in the preview renderer from the v4.70
* **Add OnContextMenuOpened Addin Handler**
This method allows interception of several of the context menus that get opened. You can check for a specific context menu type and then use this to potentially inject additional menu options into the context menus.

* **Add Copy Selection on Preview Context Menu**
Add visual Copy Selection to the Preview Context menu. Previously you could only use Ctrl-C to copy content.

* **Add Support for Addin Loading for mmCli**
Addins are now loaded for mmCli so things like Markdown Render Extensions and Custom Parsers can run in mmCli.

* **Fix: Cleanup DocFX formatting**
Changed DocFx formatting for note boxes to more closely match GitHub's light and dark theme styling. (#)

Expand Down
45 changes: 33 additions & 12 deletions MarkdownMonsterWeb/purchase.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ For more licensing information, please check out [Licensing Information](#Licens
Buy
</a>
<a href="https://store.west-wind.com/product/order/markdown_monster_UP_3">Markdown Monster Upgrade to v3</a><br/>
<small><a href="#upgrades" style="font-weight: normal">Upgrade to v3</a> from any previous version</small>
<small><a href="#upgrades" style="font-weight: normal">Upgrade your single user license to v3</a> from any previous version.</small>
</td>
<td class="price">
$39
Expand Down Expand Up @@ -260,18 +260,35 @@ For more licensing information, please check out [Licensing Information](#Licens
</td>
</tr>

<tr>
<td>
<a href="#runtimeupgrades"
class="pull-right btn btn-sm btn-primary"
title="Buy Markdown Monster Organizational License">
<i class="fa fa-credit-card"></i>
Buy
</a>

<a href="#runtimeupgrades">Multi-User Runtime License Upgrades</a><br/>
<small>Multi-user runtime or site licenses can be upgraded to the latest version at a 50% discount.</small>
</td>
<td class="price" style="line-height: 1;">
50% off<br/>
<span style="font-weight: normal; color: #777; font-size: 0.65em;">full license</span>
</td>
</tr>

</table>
<p style="margin-top: 0">
<small><i><super>*</super> <a href="#discountpricing">discounted pricing available</a> for various global locations</i></small>
</p>

<p>
For more information on order arrangements please visit <a href="https://west-wind.com/pricing.aspx#purchasing-west-wind-products">our order policies page</a>.
</p>
<small>
<i><super>*</super> <a href="#discountpricing">discounted pricing available</a> for various global locations</i
</small>
</p>

<p>
For more information on order arrangements please visit <a href="https://west-wind.com/pricing.aspx#purchasing-west-wind-products">our order policies page</a>.
</p>




<div id="License" class="panel panel-default"
style="margin-top: 1.5em;margin-bottom: 50px;">

Expand Down Expand Up @@ -317,10 +334,14 @@ If you purchased a license for Markdown Monster 2.x or 1.x, you can **upgrade yo

To qualify, you need to have a previous version license that we can verify. If you ordered under the same name and company there's nothing else to do and we'll match your old order to the new order. If we can't match a previous order, we may ask for an order number or your matching name/company from the previous version order.

> **Note:** Upgrades are manually verified, so they are not immediately fulfilled. Please allow up to 24 hours for confirmation.

#### Multi-user Runtime Upgrades {#runtimeupgrades}
You can upgrade any of your previous version multi-user Markdown Monster runtime licenses to the latest version at a **50% discount** off the full price of the same multi-user license. You can use the following Promo code in the store to apply to runtime license upgrades: **RUNTIME_UGPRADE**.

> **Note:** All upgrades are manually verified and confirmed, so they are not immediately fulfilled. Please allow up to 24 hours for confirmation.

#### Minor version updates are always free <small>(ie. `v3.0` to `v3.99`) </small>
Simply update to the latest version, and your license is automatically applied for the the update.
Simply update to the latest version, and your v3 license is automatically applied for the the latest v3 update.

<!--
#### Upgrade for free to v3 if you purchased v2 after June 30th, 2022
Expand Down

0 comments on commit fa14c63

Please sign in to comment.