Skip to content

Commit 465147f

Browse files
committed
First release compiled as a universal binary.
New features: - universal binary (but not yet tested on Apple Silicon M1). - add support for `edu.uo.texshop.tex` UTI used by `.tex` files. - `highlight` updated to version 3.59 compiled as universal binary with `lua` 5.4.1 statically linked. - The embedded `lua` library used by the main application is upgraded to version 5.4.1. Bugfix: - fixed a bug for the missing preview in html mode on the settings window. - predefined output mode set to `.rtf` (less expansive that html).
1 parent 83e9952 commit 465147f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+517
-122
lines changed

Application/AppearanceView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class AppearanceView: NSView {
7373
}
7474
}
7575

76-
var renderMode: SCSHBaseSettings.Format = .html {
76+
var renderMode: SCSHBaseSettings.Format = SCSHGlobalBaseSettings.preferredFormat {
7777
didSet {
7878
styleCheckbox.isEnabled = renderMode == .html
7979
styleLabel.isEnabled = renderMode == .html
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)