Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Jan 10, 2021
1 parent 7821588 commit 36475bd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
====

## v0.6.0 (2021-01-10)

### Added

- Support RAR/CBR file format

### Changed

- Set thumbnail data if image resolve from cache

## v0.5.3 (2021-01-03)

### Added
Expand Down
8 changes: 4 additions & 4 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -706,15 +706,15 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.1.3;
CURRENT_PROJECT_VERSION = 2021.1.10;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.5.3;
MARKETING_VERSION = 0.6.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -730,15 +730,15 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.1.3;
CURRENT_PROJECT_VERSION = 2021.1.10;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.5.3;
MARKETING_VERSION = 0.6.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ NOTE: This sample comic is under Public Domain. You can view via https://digital

## Roadmap

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

Expand Down

0 comments on commit 36475bd

Please sign in to comment.