File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11RELEASES
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
620This version introduces ** change tracking** ! Compare your document against
Original file line number Diff line number Diff line change 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,
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,
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;
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;
Original file line number Diff line number Diff line change 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
579595earlier reloads from the same Mud session. More:</ p >
You can’t perform that action at this time.
0 commit comments