File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.4 (2021-02-15)
4
+ - Support Linux
5
+ - Fix handling of XML/HTML entities/named character references
6
+ - Escape angle brackets in HTML output
7
+ - Migrate project to Xcode 12.4
8
+
3
9
## 1.0.3 (2021-02-03)
4
10
- Make framework available to iOS
5
11
Original file line number Diff line number Diff line change 728
728
CODE_SIGN_IDENTITY = "-";
729
729
CODE_SIGN_STYLE = Automatic;
730
730
COMBINE_HIDPI_IMAGES = YES;
731
+ CURRENT_PROJECT_VERSION = 2;
731
732
DEFINES_MODULE = YES;
732
733
DEVELOPMENT_TEAM = C72Z63N8M5;
733
734
DYLIB_COMPATIBILITY_VERSION = 1;
741
742
"@executable_path/../Frameworks",
742
743
"@loader_path/Frameworks",
743
744
);
744
- MARKETING_VERSION = 1.0.2 ;
745
+ MARKETING_VERSION = 1.0.4 ;
745
746
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKit;
746
747
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
747
748
SKIP_INSTALL = YES;
757
758
CODE_SIGN_IDENTITY = "-";
758
759
CODE_SIGN_STYLE = Automatic;
759
760
COMBINE_HIDPI_IMAGES = YES;
761
+ CURRENT_PROJECT_VERSION = 2;
760
762
DEFINES_MODULE = YES;
761
763
DEVELOPMENT_TEAM = C72Z63N8M5;
762
764
DYLIB_COMPATIBILITY_VERSION = 1;
770
772
"@executable_path/../Frameworks",
771
773
"@loader_path/Frameworks",
772
774
);
773
- MARKETING_VERSION = 1.0.2 ;
775
+ MARKETING_VERSION = 1.0.4 ;
774
776
PRODUCT_BUNDLE_IDENTIFIER = net.objecthub.MarkdownKit;
775
777
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
776
778
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
22
- <string >Copyright © 2019-2020 Google LLC. </string >
22
+ <string >Copyright © 2019-2021 Google LLC. </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments