Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 10, 2023
1 parent fcbe7f4 commit 44233b1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v1.5.1 (2023-10-10)

### Added

- Enable mouse clicking navigation in web

### Changed

- Update SevenZip.swift from 0.1.2 to 0.2.0
- Update swift-nio from 2.41.1 to 2.59.0
- Update Unrar.swift from 0.3.13 to 0.3.14
- Update ZIPFoundation from 0.9.16 to 0.9.17
- Update web packages

## v1.5.0 (2023-06-29)

### Added
Expand Down
22 changes: 11 additions & 11 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -931,15 +931,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2034;
CURRENT_PROJECT_VERSION = 2035;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -956,15 +956,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2034;
CURRENT_PROJECT_VERSION = 2035;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1079,7 +1079,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2034;
CURRENT_PROJECT_VERSION = 2035;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1088,7 +1088,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -1102,7 +1102,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2034;
CURRENT_PROJECT_VERSION = 2035;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1111,7 +1111,7 @@
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1222,8 +1222,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mtgto/SevenZip.swift";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.1.0;
kind = revision;
revision = 875907f6064389a68c6aba34ec22d871d3dab98d;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mtgto/SevenZip.swift",
"state" : {
"revision" : "1b54d6767ab3373c0ceb438a79d02d6c3dca49f8",
"version" : "0.1.1"
"revision" : "875907f6064389a68c6aba34ec22d871d3dab98d"
}
},
{
Expand Down
10 changes: 5 additions & 5 deletions Fomalhaut2/CollectionViewHeaderView.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down Expand Up @@ -44,15 +44,15 @@
</connections>
</slider>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="PrZ-u6-XBx">
<rect key="frame" x="151" y="5.5" width="24" height="29"/>
<rect key="frame" x="151" y="3.5" width="24" height="33"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="HdM-7u-yO8"/>
<constraint firstAttribute="width" constant="24" id="R8a-ke-YZt"/>
</constraints>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="NSIconViewTemplate" id="3A4-9W-wkY"/>
</imageView>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="h5r-gH-vU4">
<rect key="frame" x="8" y="12.5" width="20" height="15"/>
<rect key="frame" x="8" y="10.5" width="20" height="19"/>
<constraints>
<constraint firstAttribute="width" constant="20" id="N8r-Ji-hbt"/>
<constraint firstAttribute="height" constant="10" id="qSx-zA-Hkb"/>
Expand All @@ -78,6 +78,6 @@
</customView>
</objects>
<resources>
<image name="NSIconViewTemplate" width="15" height="14"/>
<image name="NSIconViewTemplate" width="19" height="18"/>
</resources>
</document>

0 comments on commit 44233b1

Please sign in to comment.