Skip to content

Commit fa14c63

Browse files
committed
Update Changelog.md
1 parent be3741b commit fa14c63

File tree

2 files changed

+40
-13
lines changed

2 files changed

+40
-13
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![](https://img.shields.io/chocolatey/dt/MarkdownMonster.svg)](https://chocolatey.org/packages/MarkdownMonster)
55

66
### 3.4
7-
<small>not released yet</small>
7+
<small>August 20th, 2024</small>
88

99
* **[AI Support Features: Summarize, Translate, Grammar Checking](https://markdownmonster.west-wind.com/docs/_6y41clpfe.htm)**
1010
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.
@@ -26,6 +26,12 @@ Markdown Monster now uses FontAwesome 6.0 in the preview renderer from the v4.70
2626
* **Add OnContextMenuOpened Addin Handler**
2727
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.
2828

29+
* **Add Copy Selection on Preview Context Menu**
30+
Add visual Copy Selection to the Preview Context menu. Previously you could only use Ctrl-C to copy content.
31+
32+
* **Add Support for Addin Loading for mmCli**
33+
Addins are now loaded for mmCli so things like Markdown Render Extensions and Custom Parsers can run in mmCli.
34+
2935
* **Fix: Cleanup DocFX formatting**
3036
Changed DocFx formatting for note boxes to more closely match GitHub's light and dark theme styling. (#)
3137

MarkdownMonsterWeb/purchase.cshtml

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For more licensing information, please check out [Licensing Information](#Licens
190190
Buy
191191
</a>
192192
<a href="https://store.west-wind.com/product/order/markdown_monster_UP_3">Markdown Monster Upgrade to v3</a><br/>
193-
<small><a href="#upgrades" style="font-weight: normal">Upgrade to v3</a> from any previous version</small>
193+
<small><a href="#upgrades" style="font-weight: normal">Upgrade your single user license to v3</a> from any previous version.</small>
194194
</td>
195195
<td class="price">
196196
$39
@@ -260,18 +260,35 @@ For more licensing information, please check out [Licensing Information](#Licens
260260
</td>
261261
</tr>
262262

263+
<tr>
264+
<td>
265+
<a href="#runtimeupgrades"
266+
class="pull-right btn btn-sm btn-primary"
267+
title="Buy Markdown Monster Organizational License">
268+
<i class="fa fa-credit-card"></i>
269+
Buy
270+
</a>
271+
272+
<a href="#runtimeupgrades">Multi-User Runtime License Upgrades</a><br/>
273+
<small>Multi-user runtime or site licenses can be upgraded to the latest version at a 50% discount.</small>
274+
</td>
275+
<td class="price" style="line-height: 1;">
276+
50% off<br/>
277+
<span style="font-weight: normal; color: #777; font-size: 0.65em;">full license</span>
278+
</td>
279+
</tr>
280+
263281
</table>
264282
<p style="margin-top: 0">
265-
<small><i><super>*</super> <a href="#discountpricing">discounted pricing available</a> for various global locations</i></small>
266-
</p>
267-
268-
<p>
269-
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>.
270-
</p>
283+
<small>
284+
<i><super>*</super> <a href="#discountpricing">discounted pricing available</a> for various global locations</i
285+
</small>
286+
</p>
287+
288+
<p>
289+
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>.
290+
</p>
271291

272-
273-
274-
275292
<div id="License" class="panel panel-default"
276293
style="margin-top: 1.5em;margin-bottom: 50px;">
277294

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

318335
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.
319336

320-
> **Note:** Upgrades are manually verified, so they are not immediately fulfilled. Please allow up to 24 hours for confirmation.
337+
338+
#### Multi-user Runtime Upgrades {#runtimeupgrades}
339+
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**.
340+
341+
> **Note:** All upgrades are manually verified and confirmed, so they are not immediately fulfilled. Please allow up to 24 hours for confirmation.
321342

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

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

0 commit comments

Comments
 (0)