Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Sep 19, 2022
1 parent 8942cb5 commit 05d89ba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 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.4.0 (2022-09-19)

### Added

- Add thumbnail in book list
- Add horizontal scroll mode in web view
- Add navigation view after last page in web view

### Changed

- Fix readCount never increments
- Fix like does not appear to changed in book list
- Update web packages

## v1.3.2 (2022-08-21)

### Added
Expand Down
12 changes: 6 additions & 6 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -923,15 +923,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2026;
CURRENT_PROJECT_VERSION = 2029;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -948,15 +948,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2026;
CURRENT_PROJECT_VERSION = 2029;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.4.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1071,7 +1071,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2026;
CURRENT_PROJECT_VERSION = 2028;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1094,7 +1094,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2026;
CURRENT_PROJECT_VERSION = 2028;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand Down

0 comments on commit 05d89ba

Please sign in to comment.