Skip to content

Commit 3101ff3

Browse files
committed
VERSION: 1.2.1.
1 parent ec22931 commit 3101ff3

4 files changed

Lines changed: 587 additions & 5 deletions

File tree

Doc/RELEASES.md

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

4+
## v1.2.1
5+
6+
- Copy Code button appears on hover over fenced code blocks in Up mode
7+
- Down mode layout restructured from HTML table to divs for better rendering
8+
and accessibility
9+
- Mermaid diagram rendering is now optional, with a toggle in Up Mode settings
10+
- New Markdown settings pane with DocC alert mode selector
11+
- Auto-update support for direct distribution builds via Sparkle
12+
- Release Notes link in the Help menu
13+
- F3 and F4 as secondary keyboard shortcuts for sidebar and find
14+
- Manual reload (Cmd+R) re-establishes the file watcher when the watched file
15+
has been replaced
16+
- File watcher retries with backoff when re-establishing after external changes
17+
- Local images served via `mud-asset:` are no longer cached, so edits to
18+
referenced images appear immediately on reload
19+
- Settings labels use sentence case throughout
20+
- Debugging pane in Settings (debug builds only) with preference reset
21+
22+
423
## v1.1.0
524

625
- Settings dialog with sidebar navigation and panes for General, Theme,

Mud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
"@executable_path/../Frameworks",
647647
);
648648
MACOSX_DEPLOYMENT_TARGET = 14.0;
649-
MARKETING_VERSION = 1.1.0;
649+
MARKETING_VERSION = 1.2.1;
650650
OTHER_LDFLAGS = (
651651
"-framework",
652652
Sparkle,
@@ -765,7 +765,7 @@
765765
"@executable_path/../Frameworks",
766766
);
767767
MACOSX_DEPLOYMENT_TARGET = 14.0;
768-
MARKETING_VERSION = 1.1.0;
768+
MARKETING_VERSION = 1.2.1;
769769
OTHER_LDFLAGS = (
770770
"-framework",
771771
Sparkle,
@@ -825,7 +825,7 @@
825825
"@executable_path/../Frameworks",
826826
);
827827
MACOSX_DEPLOYMENT_TARGET = 14.0;
828-
MARKETING_VERSION = 1.1.0;
828+
MARKETING_VERSION = 1.2.1;
829829
PRODUCT_BUNDLE_IDENTIFIER = org.josephpearson.Mud;
830830
PRODUCT_NAME = "$(TARGET_NAME)";
831831
REGISTER_APP_GROUPS = YES;
@@ -865,7 +865,7 @@
865865
"@executable_path/../Frameworks",
866866
);
867867
MACOSX_DEPLOYMENT_TARGET = 14.0;
868-
MARKETING_VERSION = 1.1.0;
868+
MARKETING_VERSION = 1.2.1;
869869
PRODUCT_BUNDLE_IDENTIFIER = org.josephpearson.Mud;
870870
PRODUCT_NAME = "$(TARGET_NAME)";
871871
REGISTER_APP_GROUPS = YES;

Site/releases/history.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src mud-asset: data: https:; style-src 'unsafe-inline'; script-src 'none'">
7-
7+
88
<title></title>
99
<style>/* Mud - Earthy theme */
1010

@@ -498,6 +498,36 @@
498498
<body>
499499
<article class="up-mode-output">
500500
<h1 id="releases">RELEASES</h1>
501+
<h2 id="v120">v1.2.1</h2>
502+
<ul>
503+
<li>Copy Code button appears on hover over fenced code blocks in Up mode
504+
</li>
505+
<li>Down mode layout restructured from HTML table to divs for better rendering
506+
and accessibility
507+
</li>
508+
<li>Mermaid diagram rendering is now optional, with a toggle in Up Mode settings
509+
</li>
510+
<li>New Markdown settings pane with DocC alert mode selector
511+
</li>
512+
<li>Auto-update support for direct distribution builds via Sparkle
513+
</li>
514+
<li>Release Notes link in the Help menu
515+
</li>
516+
<li>F3 and F4 as secondary keyboard shortcuts for sidebar and find
517+
</li>
518+
<li>Manual reload (Cmd+R) re-establishes the file watcher when the watched file
519+
has been replaced
520+
</li>
521+
<li>File watcher retries with backoff when re-establishing after external changes
522+
</li>
523+
<li>Local images served via <code>mud-asset:</code> are no longer cached, so edits to
524+
referenced images appear immediately on reload
525+
</li>
526+
<li>Settings labels use sentence case throughout
527+
</li>
528+
<li>Debugging pane in Settings (debug builds only) with preference reset
529+
</li>
530+
</ul>
501531
<h2 id="v110">v1.1.0</h2>
502532
<ul>
503533
<li>Settings dialog with sidebar navigation and panes for General, Theme,

0 commit comments

Comments
 (0)