Skip to content

Commit 72cc327

Browse files
committed
VERSION: 2.0.1.
1 parent 9782310 commit 72cc327

4 files changed

Lines changed: 631 additions & 4 deletions

File tree

Doc/RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
RELEASES
22
===============================================================================
33

4+
## v2.0.1
5+
6+
[The v2.0.0 release](https://apps.josephpearson.org/mud/releases/v2.0.0.html)
7+
introduced a major feature: Change Tracking! This release adds a handful of
8+
refinements:
9+
10+
- New **Auto-expand changes** setting expands deletion and mixed change groups
11+
by default, so you can see the full diff without clicking each one
12+
- Exported HTML (Save as PDF, Open in Browser) no longer includes change
13+
tracking overlays and scripts
14+
- Improved date formatting for older waypoints in the Changes controls
15+
- Spotlight searches for "Markdown" and "GFM" now find Mud in results
16+
17+
418
## v2.0.0
519

620
This version introduces **change tracking**! Compare your document against

Mud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
"@executable_path/../Frameworks",
683683
);
684684
MACOSX_DEPLOYMENT_TARGET = 14.0;
685-
MARKETING_VERSION = 2.0.0;
685+
MARKETING_VERSION = 2.0.1;
686686
OTHER_LDFLAGS = (
687687
"-framework",
688688
Sparkle,
@@ -801,7 +801,7 @@
801801
"@executable_path/../Frameworks",
802802
);
803803
MACOSX_DEPLOYMENT_TARGET = 14.0;
804-
MARKETING_VERSION = 2.0.0;
804+
MARKETING_VERSION = 2.0.1;
805805
OTHER_LDFLAGS = (
806806
"-framework",
807807
Sparkle,
@@ -861,7 +861,7 @@
861861
"@executable_path/../Frameworks",
862862
);
863863
MACOSX_DEPLOYMENT_TARGET = 14.0;
864-
MARKETING_VERSION = 2.0.0;
864+
MARKETING_VERSION = 2.0.1;
865865
PRODUCT_BUNDLE_IDENTIFIER = org.josephpearson.Mud;
866866
PRODUCT_NAME = "$(TARGET_NAME)";
867867
REGISTER_APP_GROUPS = YES;
@@ -901,7 +901,7 @@
901901
"@executable_path/../Frameworks",
902902
);
903903
MACOSX_DEPLOYMENT_TARGET = 14.0;
904-
MARKETING_VERSION = 2.0.0;
904+
MARKETING_VERSION = 2.0.1;
905905
PRODUCT_BUNDLE_IDENTIFIER = org.josephpearson.Mud;
906906
PRODUCT_NAME = "$(TARGET_NAME)";
907907
REGISTER_APP_GROUPS = YES;

Site/releases/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,22 @@
574574
<body>
575575
<article class="up-mode-output">
576576
<h1 id="releases">RELEASES</h1>
577+
<h2 id="v201">v2.0.1</h2>
578+
<p><a href="https://apps.josephpearson.org/mud/releases/v2.0.0.html">The v2.0.0 release</a>
579+
introduced a major feature: Change Tracking! This release adds a handful of
580+
refinements:</p>
581+
<ul>
582+
<li>New <strong>Auto-expand changes</strong> setting expands deletion and mixed change groups
583+
by default, so you can see the full diff without clicking each one
584+
</li>
585+
<li>Exported HTML (Save as PDF, Open in Browser) no longer includes change
586+
tracking overlays and scripts
587+
</li>
588+
<li>Improved date formatting for older waypoints in the Changes controls
589+
</li>
590+
<li>Spotlight searches for “Markdown” and “GFM” now find Mud in results
591+
</li>
592+
</ul>
577593
<h2 id="v200">v2.0.0</h2>
578594
<p>This version introduces <strong>change tracking</strong>! Compare your document against
579595
earlier reloads from the same Mud session. More:</p>

0 commit comments

Comments
 (0)