Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Oct 23, 2021
1 parent effae48 commit c5ab934
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 16 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v1.1.0 (2021-10-23)

### Added

- Support 7z/CB7 file format

### Changed

- Update image cache config
- Update realm-cocoa to 10.17.0 from 10.15.0
- Update swift-nio to 2.33.0 from 2.23.2
- Update web packages

## v1.0.3 (2021-09-19)

### Added
Expand Down
16 changes: 8 additions & 8 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -927,15 +927,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.9.2;
CURRENT_PROJECT_VERSION = 2021.10.1;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -952,15 +952,15 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.9.2;
CURRENT_PROJECT_VERSION = 2021.10.1;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1077,7 +1077,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2021.9.2;
CURRENT_PROJECT_VERSION = 2021.10.1;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1087,7 +1087,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -1101,7 +1101,7 @@
CODE_SIGN_ENTITLEMENTS = Fomalhaut2QuickLook/Fomalhaut2QuickLook.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2021.9.2;
CURRENT_PROJECT_VERSION = 2021.10.1;
DEVELOPMENT_TEAM = W3A6B7FDC7;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2QuickLook/Info.plist;
Expand All @@ -1111,7 +1111,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2.Fomalhaut2QuickLook;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Fomalhaut2
====
# Fomalhaut2

[![swift-format](https://github.com/mtgto/Fomalhaut2/workflows/swift-format/badge.svg)](https://github.com/mtgto/Fomalhaut2/actions?query=workflow%3Aswift-format)
[![web](https://github.com/mtgto/Fomalhaut2/workflows/web/badge.svg)](https://github.com/mtgto/Fomalhaut2/actions?query=workflow%3Aweb)

A comic viewer for macOS.

- A native macOS GUI application
- Collect your own comics (zip/cbz, rar/cbr, PDF)
- Collect your own comics (zip/cbz, rar/cbr, 7z/cb7, PDF)
- See your own comics via web browser

## Install

Expand Down Expand Up @@ -43,12 +44,12 @@ NOTE: This sample comic is under Public Domain. You can view via https://digital
## Roadmap

- [x] Web server
- [x] Access comics via web browser (PC / smartphone)
- [x] Access comics via web browser (PC / smartphone)
- [ ] Support more file types
- [x] zip/cbz
- [x] PDF
- [x] rar/cbr
- [ ] 7z/cb7
- [x] zip/cbz
- [x] PDF
- [x] rar/cbr
- [x] 7z/cb7
- [x] QuickLook Thumbnail Extension

## Contributing
Expand Down

0 comments on commit c5ab934

Please sign in to comment.